Package org.cyclos.services.users
Interface PrivacySettingsService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
PrivacySettingsServiceLocal
public interface PrivacySettingsService extends Service
Service used to access and set the privacy access to personal data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivacySettingsDatagetData(UserLocatorVO user)Returns data for the given user's privacy settings.voidsave(PrivacySettingsDTO settings)Saves the given privacy settings
-
-
-
Method Detail
-
getData
PrivacySettingsData getData(UserLocatorVO user) throws FrameworkException
Returns data for the given user's privacy settings. If the given user is null, assumes the logged user.- Throws:
FrameworkException
-
save
void save(PrivacySettingsDTO settings) throws FrameworkException
Saves the given privacy settings- Throws:
FrameworkException
-
-