|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreferencesService
Allows access and removal of Userspecific settings.
Preferences| Method Summary | |
|---|---|
Preferences |
get()
Acces the Preferences of the User which session is given as argument |
Preferences |
get(String authorizableId)
Acquire the Preferences fo a given authorizable. If access rights are sufficent, implementations have to return a Preferences object. |
boolean |
remove()
Remove all Preferences for the User of the given session. |
boolean |
remove(String authorizableId)
Remove all Preferences of the Authorizable the given ID identifies. |
| Method Detail |
|---|
Preferences get()
Preferences get(String authorizableId)
throws NoSuchAuthorizableException
authorizableId - the Id of the Authorizable to access the Preferences for
NoSuchAuthorizableException - if there is no Authorizable with the given ID;boolean remove()
boolean remove(String authorizableId)
throws NoSuchAuthorizableException
authorizableId - to remove the Preferences for
NoSuchAuthorizableException - if the given ID does not point to an existing Authorizable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||