© 2005 BEA Systems, Inc.

com.bea.portal.model
Interface GroupPortal


Deprecated. com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

public interface GroupPortal

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

getDisplayName

public String getDisplayName()
Deprecated. 
Returns the display name for this group-portal association.

Returns:
display name

getGroupIdentifier

public String getGroupIdentifier()
Deprecated. 
Returns the name of the weblogic user group for this group-portal association.

Returns:
weblogic user group name

getPortalIdentifier

public PortalIdentifier getPortalIdentifier()
Deprecated. 
Returns the PortalIdentifier for this group-portal association.

Returns:
PortalIdentifier

getPortalPersonalizationIdentifier

public PortalPersonalizationIdentifier getPortalPersonalizationIdentifier()
Deprecated. 
Returns the PortalPersonalizationIdentifier object that represents a personalization at the group-portal scope.

Returns:
portal personalization identifier

isDefault

public boolean isDefault()
Deprecated. 
Returns true if this GroupPortal represents the default group portal.

Returns:
true if this is the default group portal.

setDisplayName

public void setDisplayName(String displayName)
Deprecated. 
Sets the display name of this group-portal association

Parameters:
displayName - the display name to use for this group-portal association.

setGroupIdentifier

public void setGroupIdentifier(String groupId)
Deprecated. 
Sets the weblogic user group to use for this group-portal association.

Parameters:
groupId - the weblogic user group.

setPortalIdentifier

public void setPortalIdentifier(PortalIdentifier portalId)
Deprecated. 
Sets the PortalIdentifier to use for this group-portal association.

Parameters:
portalId - the PortalIdentifier to use.

setPortalPersonalizationIdentifier

public void setPortalPersonalizationIdentifier(PortalPersonalizationIdentifier portalPersonalizationId)
Deprecated. 
Sets the portal personalization identifier that represents the personalization at this group-portal association.

Parameters:
portalPersonalizationId - the Identifier that represents the personalization of this GroupPortal .

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved