com.plumtree.server
Class PT_SUBPORTAL_ACCESS_TYPES

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

public final class PT_SUBPORTAL_ACCESS_TYPES
extends java.lang.Object

Subportal access types. The consumer of the subportal must be either a mypage a community, or a directory. Other page types, such as login, are irrelevant for the purposes of subportal access type.

Version:
5.0
Author:
BrdigetF, RobertZ, DavidP

Field Summary
static int PT_SUBPORTAL_COMMUNITIES_ACCESS
          Communities subportal access
static int PT_SUBPORTAL_DIRECTORY_ACCESS
          Directory subportal access
static int PT_SUBPORTAL_MYPAGES_ACCESS
          MyPages subportal access type
 
Constructor Summary
PT_SUBPORTAL_ACCESS_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SUBPORTAL_MYPAGES_ACCESS

public static final int PT_SUBPORTAL_MYPAGES_ACCESS
MyPages subportal access type

See Also:
Constant Field Values

PT_SUBPORTAL_COMMUNITIES_ACCESS

public static final int PT_SUBPORTAL_COMMUNITIES_ACCESS
Communities subportal access

See Also:
Constant Field Values

PT_SUBPORTAL_DIRECTORY_ACCESS

public static final int PT_SUBPORTAL_DIRECTORY_ACCESS
Directory subportal access

See Also:
Constant Field Values
Constructor Detail

PT_SUBPORTAL_ACCESS_TYPES

public PT_SUBPORTAL_ACCESS_TYPES()