|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Group Preference Delegate that is Provided as a facade to access group preference related information either from the local personalize manager or through EJB api provided by the user service.
| Fields inherited from interface com.sssw.fw.api.EbiDelegate |
SERVICE_LOCAL,
SERVICE_REMOTE |
| Method Summary | |
boolean |
addGroupPreference(EbiContext context,
EbiGroupPreferenceInfo groupPref)
Adds a group preference info. |
EbiGroupPreferenceInfo |
createGroupPreferenceInfo()
Gets a new group preference info object for use in group preference creation. |
EbiGroupPreferenceInfo |
getGroupPreference(EbiContext context,
String elementType,
String elementID)
Gets a group preference info. |
EbiGroupPreferenceInfo[] |
getGroupPreferences(EbiContext context,
String elementType)
Gets group preference info list for a specified element type. |
boolean |
modifyGroupPreference(EbiContext context,
EbiGroupPreferenceInfo groupPref)
Modifies a group preference info. |
boolean |
removeGroupPreference(EbiContext context,
String elementType,
String elementID)
Removes a group preference info. |
boolean |
removeGroupPreferences(EbiContext context,
String elementType)
Removes group preference info objects with a specified element type. |
| Methods implemented from interface com.sssw.fw.api.EbiDelegate |
getName |
| Method Detail |
public EbiGroupPreferenceInfo createGroupPreferenceInfo()
throws EboUnrecoverableSystemException,
EboSecurityException
public EbiGroupPreferenceInfo getGroupPreference(EbiContext context,
String elementType,
String elementID)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.elementType - an element typeelementID - an element ID.
public EbiGroupPreferenceInfo[] getGroupPreferences(EbiContext context,
String elementType)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.elementType - an element type.
public boolean addGroupPreference(EbiContext context,
EbiGroupPreferenceInfo groupPref)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.groupPref - an EbiGroupPreference object.
public boolean modifyGroupPreference(EbiContext context,
EbiGroupPreferenceInfo groupPref)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.groupPref - an EbiGroupPreference object.
public boolean removeGroupPreference(EbiContext context,
String elementType,
String elementID)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.elementType - an element type.elementID - an element ID.
public boolean removeGroupPreferences(EbiContext context,
String elementType)
throws EboUnrecoverableSystemException,
EboSecurityException
context - 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 | ||||||||