|
SilverStream eXtend Director 4.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides an interface for the user personalize manager.
| Method Summary | |
boolean |
addGroupPreference(EbiContext ctx,
EbiGroupPreferenceInfo userpref)
Adds a group preference info. |
boolean |
addGroupProfile(EbiContext ctx,
EbiGroupProfileInfo info)
Deprecated. |
boolean |
addPersonalizedProfile(EbiContext ctx,
EbiUserProfileInfo info)
Deprecated. |
boolean |
addUserPreference(EbiContext ctx,
EbiUserPreferenceInfo userpref)
Adds user preference info of a component for a specified user. |
boolean |
addUserToGroupProfile(EbiContext ctx,
String groupProfileName,
String userID,
String realmName)
Deprecated. |
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. |
EbiGroupProfileInfo |
getGroupProfileInfo(EbiContext ctx,
String profileName)
Deprecated. |
EbiGroupProfileInfo[] |
getGroupProfileInfoList(EbiContext ctx)
Deprecated. |
EbiGroupProfileInfo[] |
getGroupProfilesByUser(EbiContext ctx,
String userID,
String realmName)
Deprecated. |
EbiUserProfileInfo |
getPersonalizedProfileInfo(EbiContext ctx,
String userIID,
String profileName)
Deprecated. |
EbiUserProfileInfo |
getPersonalizedProfileInfo(EbiContext ctx,
String userIID,
String profileName,
boolean flush)
Deprecated. |
EbiUserProfileInfo[] |
getPersonalizedProfileInfoList(EbiContext ctx,
String userIID)
Deprecated. |
EbiRealmUser[] |
getUserListByGroupProfile(EbiContext ctx,
String groupProfileName)
Deprecated. |
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 for a user. |
EbiUserPreferenceInfo[] |
getUserPreferences(EbiContext ctx,
String userIID,
String elementType)
Gets user preference info related to a particular element type for a user. |
boolean |
isGroupProfileMember(EbiContext context,
String groupProfileName,
String userID,
String realmName)
Deprecated. |
boolean |
isValidGroupProfile(EbiContext context,
String profileName)
Deprecated. |
boolean |
isValidPersonalizedProfile(EbiContext context,
String userIID,
String profileName)
Deprecated. |
boolean |
modifyGroupPreference(EbiContext ctx,
EbiGroupPreferenceInfo groupPref)
Modifies a group preference info of a specified element. |
boolean |
modifyGroupProfile(EbiContext ctx,
EbiGroupProfileInfo info)
Deprecated. |
boolean |
modifyPersonalizedProfile(EbiContext ctx,
EbiUserProfileInfo info)
Deprecated. |
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 |
removeGroupProfile(EbiContext ctx,
String groupProfileName)
Deprecated. |
boolean |
removePersonalizedProfiles(EbiContext ctx,
String userIID,
String profileName)
Deprecated. |
boolean |
removeUserFromGroupProfile(EbiContext ctx,
String groupProfileName,
String userID,
String realmName)
Deprecated. |
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 boolean isValidPersonalizedProfile(EbiContext context,
String userIID,
String profileName)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.userIID - A UUID for a specified user.profileName - A profile name.
public EbiUserProfileInfo getPersonalizedProfileInfo(EbiContext ctx,
String userIID,
String profileName)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.userIID - A UUID for a specified user.profileName - A profile name.
public EbiUserProfileInfo getPersonalizedProfileInfo(EbiContext ctx,
String userIID,
String profileName,
boolean flush)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.userIID - A UUID for a specified user.profileName - A profile name.flush - If true, get data from persistence mgr,
otherwise try to get from cache first.
public EbiUserProfileInfo[] getPersonalizedProfileInfoList(EbiContext ctx,
String userIID)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.userIID - A UUID for the specified user.
public boolean addPersonalizedProfile(EbiContext ctx,
EbiUserProfileInfo info)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.info - An EbiUserProfileInfo object.
public boolean modifyPersonalizedProfile(EbiContext ctx,
EbiUserProfileInfo info)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.info - An EbiUserProfileInfo object.
public boolean removePersonalizedProfiles(EbiContext ctx,
String userIID,
String profileName)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.userIID - A UUID for the specified user.profileName - The name of the personalized profile to be removed for the
specified user. If profileName is null then all personalized profiles for the
specified user are removed.
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 - An element 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 ID (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 - Type of element.elementID - Element 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 ID (cannot be null).
public boolean removeGroupPreferences(EbiContext ctx,
String elementType)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.elementType - An element type.
public boolean isValidGroupProfile(EbiContext context,
String profileName)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.profileName - A group profile name.
public EbiGroupProfileInfo getGroupProfileInfo(EbiContext ctx,
String profileName)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.profileName - A group profile name.
public EbiGroupProfileInfo[] getGroupProfileInfoList(EbiContext ctx)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.
public boolean addGroupProfile(EbiContext ctx,
EbiGroupProfileInfo info)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.info - An EbiGroupProfileInfo object.
public boolean modifyGroupProfile(EbiContext ctx,
EbiGroupProfileInfo info)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.info - An EbiGroupProfileInfo object.
public boolean removeGroupProfile(EbiContext ctx,
String groupProfileName)
throws EboUnrecoverableSystemException,
EboSecurityException
ctx - An EbiContext object.profileName - The name of the group profile to be removed.
public boolean addUserToGroupProfile(EbiContext ctx,
String groupProfileName,
String userID,
String realmName)
throws EboUnrecoverableSystemException,
EboSecurityException
groupProfileName - The name of the specified group profile.usrID - A userIDrealmName - The name of the realm that the user is defined in
the directory service (optional; if null, the primary realm is assumed).
public boolean removeUserFromGroupProfile(EbiContext ctx,
String groupProfileName,
String userID,
String realmName)
throws EboUnrecoverableSystemException,
EboSecurityException
groupProfileName - The name of the specified group profile.userID - A userID.realmName - The name of the realm that user is defined in
the directory service (optional; if null, the primary realm is assumed).
public EbiRealmUser[] getUserListByGroupProfile(EbiContext ctx,
String groupProfileName)
throws EboUnrecoverableSystemException,
EboSecurityException
groupProfileName - The name of the specified group profile.
public EbiGroupProfileInfo[] getGroupProfilesByUser(EbiContext ctx,
String userID,
String realmName)
throws EboUnrecoverableSystemException,
EboSecurityException
userID - A user ID.realmName - The name of the realm that user is defined in the
directory service (optional; if null, the primary realm is assumed).
public boolean isGroupProfileMember(EbiContext context,
String groupProfileName,
String userID,
String realmName)
throws EboUnrecoverableSystemException,
EboSecurityException
groupProfileName - The name of a group profile.userID - A user ID.realmName - The name of the realm that user is defined in the
directory service (optional; if null, the primary realm is assumed).
|
SilverStream eXtend Director 4.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||