|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This provides an interface for the user personalize manager.
| Method Summary | |
boolean |
addGroupPreference(EbiContext ctx,
EbiGroupPreferenceInfo userpref)
Adds a group preference info. |
boolean |
addUserPreference(EbiContext ctx,
EbiUserPreferenceInfo userpref)
Adds user preference info of a component for a specified user. |
EbiGroupPreferenceInfo |
getGroupPreference(EbiContext ctx,
String elementType,
String elementID)
Gets group preference info of a specified element. |
EbiGroupPreferenceInfo[] |
getGroupPreferences(EbiContext ctx,
String elementType)
Gets group preference info list for a specified element type. |
EbiUserPreferenceInfo |
getUserPreference(EbiContext ctx,
String userIID,
String elementType,
String elementID)
Gets user preference info for a specified user and specified element. |
EbiUserPreferenceInfo[] |
getUserPreferences(EbiContext ctx,
String userIID)
Gets user preference info objects for a user. |
EbiUserPreferenceInfo[] |
getUserPreferences(EbiContext ctx,
String userIID,
String elementType)
Gets user preference info objects related to a particular element type for a user. |
boolean |
modifyGroupPreference(EbiContext ctx,
EbiGroupPreferenceInfo groupPref)
Modifies a group preference info of a specified element. |
boolean |
modifyUserPreference(EbiContext ctx,
EbiUserPreferenceInfo userpref)
Modifies user preference info of a component for a specified user. |
boolean |
removeGroupPreference(EbiContext ctx,
String elementType,
String elementID)
Removes a group preference info. |
boolean |
removeGroupPreferences(EbiContext ctx,
String elementType)
Removes all group preference info objects that are associated with the specified element type. |
boolean |
removeUserPreference(EbiContext ctx,
String userIID,
String elementType,
String elementID)
Removes user preference info of a component for a specified user. |
boolean |
removeUserPreferences(EbiContext ctx,
String userIID)
Removes all user preference data for a specified user. |
boolean |
removeUserPreferences(EbiContext ctx,
String userIID,
String elementType)
Removes user preference info of all components for a specified user. |
| Method Detail |
public EbiUserPreferenceInfo getUserPreference(EbiContext ctx,
String userIID,
String elementType,
String elementID)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userIID - a user UUID.elementType - a type of elementelementID - a elemtn id
public EbiUserPreferenceInfo[] getUserPreferences(EbiContext ctx,
String userIID)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userIID - a user UUID.
public EbiUserPreferenceInfo[] getUserPreferences(EbiContext ctx,
String userIID,
String elementType)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userIID - a user UUID.elementType - an element Type.
public boolean addUserPreference(EbiContext ctx,
EbiUserPreferenceInfo userpref)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userpref - an EbiUserPreference object.
public boolean modifyUserPreference(EbiContext ctx,
EbiUserPreferenceInfo userpref)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userpref - an EbiUserPreference object.
public boolean removeUserPreference(EbiContext ctx,
String userIID,
String elementType,
String elementID)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userIID - a user UUID.elementType - element type. (cannot be null)elementID - element type. (cannot be null)
public boolean removeUserPreferences(EbiContext ctx,
String userIID,
String elementType)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userIID - a user UUID.elementType - an element type. (cannot be null)
public boolean removeUserPreferences(EbiContext ctx,
String userIID)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.userIID - a user UUID.
public EbiGroupPreferenceInfo getGroupPreference(EbiContext ctx,
String elementType,
String elementID)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.elementType - a type of elementelementID - a elemtn id
public EbiGroupPreferenceInfo[] getGroupPreferences(EbiContext ctx,
String elementType)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.elementType - an element type.
public boolean addGroupPreference(EbiContext ctx,
EbiGroupPreferenceInfo userpref)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.groupPref - an EbiGroupPreference object.
public boolean modifyGroupPreference(EbiContext ctx,
EbiGroupPreferenceInfo groupPref)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.groupPref - an EbiGroupPreference object.
public boolean removeGroupPreference(EbiContext ctx,
String elementType,
String elementID)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.elementType - element type. (cannot be null)elementID - element type. (cannot be null)
public boolean removeGroupPreferences(EbiContext ctx,
String elementType)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - an EbiContext object.elementType - an element type.
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||