com.plumtree.server
Class PT_PORTALOBJECT_TYPES

java.lang.Object
  extended by com.plumtree.server.PT_PORTALOBJECT_TYPES

public final class PT_PORTALOBJECT_TYPES
extends java.lang.Object

Portal object types. IPTPortalObject is the base class for all pages; the type allows for intelligent casting of the underlying class. Types include mypages, community pages, and the not-used type of "my community pages".

Version:
5.0
Author:
BridgetF

Field Summary
static int PT_PORTALOBJECT_COMMUNITY
          Community portal object type
static int PT_PORTALOBJECT_MYCOMMUNITY
          Not Used.
static int PT_PORTALOBJECT_MYPAGES
          MyPages portal object type
 
Constructor Summary
PT_PORTALOBJECT_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PORTALOBJECT_MYPAGES

public static final int PT_PORTALOBJECT_MYPAGES
MyPages portal object type

See Also:
Constant Field Values

PT_PORTALOBJECT_COMMUNITY

public static final int PT_PORTALOBJECT_COMMUNITY
Community portal object type

See Also:
Constant Field Values

PT_PORTALOBJECT_MYCOMMUNITY

public static final int PT_PORTALOBJECT_MYCOMMUNITY
Not Used.

See Also:
Constant Field Values
Constructor Detail

PT_PORTALOBJECT_TYPES

public PT_PORTALOBJECT_TYPES()