fr.paris.lutece.plugins.mylutece.service
Interface IAnonymizationService


public interface IAnonymizationService

User anonymization service interface


Method Summary
 void anonymizeUser(java.lang.Integer nUserId, java.util.Locale locale)
          Anonymize user data based on anonymize status of his fields.
 java.util.List<java.lang.Integer> getExpiredUserIdList()
          Get the list of id of expired users
 

Method Detail

anonymizeUser

void anonymizeUser(java.lang.Integer nUserId,
                   java.util.Locale locale)
Anonymize user data based on anonymize status of his fields.

Parameters:
nUserId - Id of the user to anonymize
locale - The locale

getExpiredUserIdList

java.util.List<java.lang.Integer> getExpiredUserIdList()
Get the list of id of expired users

Returns:
the list of id of expired users


Copyright © 2012 Mairie de Paris. All Rights Reserved.