Package org.cyclos.impl.users
Interface PrivacySettingsServiceLocal
-
- All Superinterfaces:
PrivacySettingsService,Service
- All Known Implementing Classes:
PrivacySettingsServiceImpl
public interface PrivacySettingsServiceLocal extends PrivacySettingsService
Local interface forPrivacySettingsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<PrivacyControl>getControls(User user)Returns the enabled privacy controls for the given user.-
Methods inherited from interface org.cyclos.services.users.PrivacySettingsService
getData, save
-
-
-
-
Method Detail
-
getControls
Set<PrivacyControl> getControls(User user)
Returns the enabled privacy controls for the given user. Returns null when privacy control is disabled for this user.
-
-