com.plumtree.portaluiinfrastructure.layout
Class Layouts

java.lang.Object
  extended by 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.


Nested Class Summary
static class Layouts.LAYOUT_TYPE
           
 
Field Summary
static Layouts ADVANCED_SEARCH
           
static Layouts BASE_PAGE
           
static Layouts COMMUNITY_SELECTION
           
static Layouts ERROR_PAGE
           
static Layouts KNOWLEDGE_DIRECTORY
           
static Layouts LOGIN_PAGE
           
static Layouts MYACCOUNT_PAGE
           
static Layouts PORTLET
           
static Layouts PORTLET_SELECTION
           
static Layouts PROFILE_PAGE
           
static Layouts SEARCH_RESULTS
           
 
Method Summary
static XPArrayList GetAllLayouts()
           
 int GetDefaultWebServiceID()
           
 int GetExternalizedStringID()
           
 int GetLayoutType()
           
 int GetWebServiceFolderID()
           
 java.lang.String ToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.