Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiContainerPageInfo

All Superinterfaces:
EbiPageLayoutInfo

public interface EbiContainerPageInfo
extends EbiPageLayoutInfo

This interface is used to manage the Container Page page information of a specific portal app.


Field Summary
static String EL_PORTAL_CONTAINER_PAGE
          Portal Container Page element type
 
Method Summary
 String getContainerPageUUID()
          Gets the Container Page UUID.
 int getPriority()
          Gets the priority of the page - typically used for display purposes.
 void setPriority(int priority)
          Sets the priority of the page - typically used for display purposes Note: the priority should be a non-negative number
 
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_CONTAINER_PAGE

public static final String EL_PORTAL_CONTAINER_PAGE
Portal Container Page element type
Method Detail

getContainerPageUUID

public String getContainerPageUUID()
Gets the Container Page UUID.
Returns:
the Container Page UUID.

getPriority

public int getPriority()
Gets the priority of the page - typically used for display purposes. Note: If no priority has been set on this page, -1 will be returned
Returns:
the priority

setPriority

public void setPriority(int priority)
Sets the priority of the page - typically used for display purposes Note: the priority should be a non-negative number
Parameters:
priority - any number (e.g. 0, 10, 20)

Novell exteNd
Director 5.2 API