com.plumtree.portaluiinfrastructure.layout
Class Layouts
java.lang.Object
  
com.plumtree.portaluiinfrastructure.layout.Layouts
public class Layouts
- extends java.lang.Object
 
This enum contains the different types of XHTML layouts that are used
 throughout the portal.  Each layout type can have many different
 layout files associated with it.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BASE_PAGE
public static final Layouts BASE_PAGE
PROFILE_PAGE
public static final Layouts PROFILE_PAGE
PORTLET
public static final Layouts PORTLET
KNOWLEDGE_DIRECTORY
public static final Layouts KNOWLEDGE_DIRECTORY
SEARCH_RESULTS
public static final Layouts SEARCH_RESULTS
PORTLET_SELECTION
public static final Layouts PORTLET_SELECTION
LOGIN_PAGE
public static final Layouts LOGIN_PAGE
MYACCOUNT_PAGE
public static final Layouts MYACCOUNT_PAGE
ERROR_PAGE
public static final Layouts ERROR_PAGE
COMMUNITY_SELECTION
public static final Layouts COMMUNITY_SELECTION
ADVANCED_SEARCH
public static final Layouts ADVANCED_SEARCH
GetAllLayouts
public static XPArrayList GetAllLayouts()
- Returns:
 - The Arraylist of all Layouts of this enum.
 
 
GetExternalizedStringID
public int GetExternalizedStringID()
- Returns:
 - Externalized String ID of the Layout Type that can be read from ptmsgs_portaladminmsgs.xml
 
 
GetLayoutType
public int GetLayoutType()
- Returns:
 - The Layout Type, See LAYOUT_TYPE.
 
 
GetDefaultWebServiceID
public int GetDefaultWebServiceID()
- Returns:
 - The default web service ID for this layout type.
 
 
GetWebServiceFolderID
public int GetWebServiceFolderID()
- Returns:
 - The ID for the folder that contains the web services for this layout type.
 
 
ToString
public java.lang.String ToString()
- Returns:
 - the string representation of this layout type.