|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 | |
java.lang.String |
getDisplayName()
Returns the display name for this group-portal association. |
java.lang.String |
getGroupIdentifier()
Returns the name of the weblogic user group for this group-portal association. |
PortalIdentifier |
getPortalIdentifier()
Returns the PortalIdentifier for this group-portal
association. |
PortalPersonalizationIdentifier |
getPortalPersonalizationIdentifier()
Returns the PortalPersonalizationIdentifier object that
represents a personalization at the group-portal scope. |
boolean |
isDefault()
Returns true if this GroupPortal represents the default
group portal. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name of this group-portal association |
void |
setGroupIdentifier(java.lang.String groupId)
Sets the weblogic user group to use for this group-portal association. |
void |
setPortalIdentifier(PortalIdentifier portalId)
Sets the PortalIdentifier to use for this group-portal
association. |
void |
setPortalPersonalizationIdentifier(PortalPersonalizationIdentifier portalPersonalizationId)
Sets the portal personalization identifier that represents the personalization at this group-portal association. |
| Method Detail |
public java.lang.String getDisplayName()
public PortalIdentifier getPortalIdentifier()
PortalIdentifier for this group-portal
association.
PortalIdentifierpublic java.lang.String getGroupIdentifier()
public 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(java.lang.String displayName)
displayName - the display name to use for this group-portal association.public void setPortalIdentifier(PortalIdentifier portalId)
PortalIdentifier to use for this group-portal
association.
portalId - the PortalIdentifier to use.public void setGroupIdentifier(java.lang.String groupId)
groupId - the weblogic user group.public void setPortalPersonalizationIdentifier(PortalPersonalizationIdentifier portalPersonalizationId)
portalPersonalizationId - the Identifier that
represents the personalization of this GroupPortal .
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||