Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiPortalCategoryInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, Serializable

public interface EbiPortalCategoryInfo
extends EbiFrameworkElement

Objects that implement this interface represent Portal Categories. Categories may include pages, styles, shared pages, containerpages, and portlet registration.


Field Summary
static String EL_PORTAL_CATEGORY_INFO
          portal category info element type
 
Method Summary
 String getCategoryID()
          Gets Category ID.
 String getElementID()
          Gets Element ID.
 String getElementType()
          Gets Element Type (e.g.
 void setCategoryID(String categoryID)
          Sets the Category ID.
 void setElementID(String elementID)
          Sets the Element ID.
 void setElementType(String elementType)
          Sets the Element Type (e.g.
 
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement
getElementUUID, getLastModified, getLastModifiedBy, isEqualTo, isReadOnly, resetReadOnly, setLastModified, setLastModifiedBy, setReadOnly
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Field Detail

EL_PORTAL_CATEGORY_INFO

public static final String EL_PORTAL_CATEGORY_INFO
portal category info element type
Method Detail

getElementType

public String getElementType()
Gets Element Type (e.g. CONTAINER_PAGE_CATEGORY, SHARED_PAGE_CATEGORY OR PORTLET_REGISTRATION_CATEGORY).
Returns:
the element type.

setElementType

public void setElementType(String elementType)
Sets the Element Type (e.g. CONTAINER_PAGE_CATEGORY, SHARED_PAGE_CATEGORY OR PORTLET_REGISTRATION_CATEGORY).
Parameters:
elementType - Element Type

getElementID

public String getElementID()
Gets Element ID.
Returns:
the element ID.

setElementID

public void setElementID(String elementID)
Sets the Element ID.
Parameters:
elementID - Element ID

getCategoryID

public String getCategoryID()
Gets Category ID.
Returns:
the Category ID.

setCategoryID

public void setCategoryID(String categoryID)
Sets the Category ID.
Parameters:
categoryID - Category ID

Novell exteNd
Director 5.2 API