Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiGroupPageInfo

All Superinterfaces:
EbiPageLayoutInfo

public interface EbiGroupPageInfo
extends EbiPageLayoutInfo

Interface for managing the group page information of a specific portal application.


Field Summary
static String EL_PORTAL_GROUP_PAGE
          Portal group page element type.
 
Method Summary
 String getGroupPageUUID()
          Gets the group page UUID.
 
Methods implemented from interface com.sssw.portal.api.EbiPageLayoutInfo
addComponent, addComponent, cloneCopy, cloneCopy, getAllowedSectionIDs, getComponentsBySection, getDescription, getDisplayName, getPageLayoutType, getPageName, getPortalID, getPortalLayoutID, getSectionIDs, getSelectedComponentsXML, getStyleID, removeComponent, removeComponent, setDescription, setDisplayName, setPageName, setPortalID, setPortalLayoutID, setPortalLayoutID, updateSectionComponents, validateLayout
 

Field Detail

EL_PORTAL_GROUP_PAGE

public static final String EL_PORTAL_GROUP_PAGE
Portal group page element type.
Method Detail

getGroupPageUUID

public String getGroupPageUUID()
Gets the group page UUID.
Returns:
the group page UUID.

Novell exteNd
Director 5.2 API