|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface GroupPortal represents a lightweight object that
associates a user group with a portal. Once an object that implements the
GroupPortal interface has been obtained, Portal,
UserGroup and PortalPersonalization
(at group scope) objects can be obtained through the
PortalAdminManager stateless session bean.
| Method Summary | |
String |
getDisplayName()
Deprecated. Returns the display name for this group-portal association. |
String |
getGroupIdentifier()
Deprecated. Returns the name of the weblogic user group for this group-portal association. |
PortalIdentifier |
getPortalIdentifier()
Deprecated. Returns the PortalIdentifier for this group-portal
association. |
PortalPersonalizationIdentifier |
getPortalPersonalizationIdentifier()
Deprecated. Returns the PortalPersonalizationIdentifier object that
represents a personalization at the group-portal scope. |
boolean |
isDefault()
Deprecated. Returns true if this GroupPortal represents the default
group portal. |
void |
setDisplayName(String displayName)
Deprecated. Sets the display name of this group-portal association |
void |
setGroupIdentifier(String groupId)
Deprecated. Sets the weblogic user group to use for this group-portal association. |
void |
setPortalIdentifier(PortalIdentifier portalId)
Deprecated. Sets the PortalIdentifier to use for this group-portal
association. |
void |
setPortalPersonalizationIdentifier(PortalPersonalizationIdentifier portalPersonalizationId)
Deprecated. Sets the portal personalization identifier that represents the personalization at this group-portal association. |
| Method Detail |
public String getDisplayName()
public String getGroupIdentifier()
public PortalIdentifier getPortalIdentifier()
PortalIdentifier for this group-portal
association.
PortalIdentifierpublic PortalPersonalizationIdentifier getPortalPersonalizationIdentifier()
PortalPersonalizationIdentifier object that
represents a personalization at the group-portal scope.
public boolean isDefault()
GroupPortal represents the default
group portal.
public void setDisplayName(String displayName)
displayName - the display name to use for this group-portal association.public void setGroupIdentifier(String groupId)
groupId - the weblogic user group.public void setPortalIdentifier(PortalIdentifier portalId)
PortalIdentifier to use for this group-portal
association.
portalId - the PortalIdentifier to use.public void setPortalPersonalizationIdentifier(PortalPersonalizationIdentifier portalPersonalizationId)
portalPersonalizationId - the Identifier that
represents the personalization of this GroupPortal .
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||