public interface PreferencesService
Preferences
Modifier and Type | Method and Description |
---|---|
Preferences |
get()
Deprecated.
Access the Preferences of the User which session is given as argument
|
Preferences |
get(java.lang.String authorizableId)
Deprecated.
Acquire the Preferences fo a given authorizable.
If access rights are sufficient, implementations have to return a Preferences object. |
boolean |
remove()
Deprecated.
Remove all Preferences for the User of the given session.
|
boolean |
remove(java.lang.String authorizableId)
Deprecated.
Remove all Preferences of the Authorizable the given ID identifies.
|
Preferences get()
Preferences get(java.lang.String authorizableId) throws NoSuchAuthorizableException
authorizableId
- the Id of the Authorizable to access the Preferences forNoSuchAuthorizableException
- if there is no Authorizable with the given ID;boolean remove()
boolean remove(java.lang.String authorizableId) throws NoSuchAuthorizableException
authorizableId
- to remove the Preferences forNoSuchAuthorizableException
- if the given ID does not point to an existing AuthorizableCopyright © 2010 - 2020 Adobe. All Rights Reserved