com.plumtree.server
Class PT_GADGETPERSONALIZATION_ROLES

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

public final class PT_GADGETPERSONALIZATION_ROLES
extends java.lang.Object

A bitmask of the types of personalization that a web service supports.

Author:
JosephS
See Also:
IPTWebService.GetSupportsPersonalization()

Field Summary
static int PT_GADGETPERSONALIZATION_ADMINISTRATOR
          Supports administrator personalization using an administator preferences page.
static int PT_GADGETPERSONALIZATION_ADMINTEMPLATE
          Supports an alternate administator preferences page for personalizing a portlet template.
static int PT_GADGETPERSONALIZATION_COMMUNITYOWNER
          Supports community owner personalization using a community portlet preferences page.
static int PT_GADGETPERSONALIZATION_ENDUSER
          Supports end user personalization using a portlet preferences page.
static int PT_GADGETPERSONALIZATION_HELPPAGE
          Supports a help page.
static int PT_GADGETPERSONALIZATION_REFRESH
          Supports refresh button
static int PT_WEBSERVICEPERSONALIZATION_ADMIN
          Supports an administrator preferences pluggable page.
static int PT_WEBSERVICEPERSONALIZATION_COMMUNITY
          Supports a community preferences pluggable page.
static int PT_WEBSERVICEPERSONALIZATION_MIGRATION
          Supports a Migration Web Service.
static int PT_WEBSERVICEPERSONALIZATION_PERSONAL
          Supports a personal preferences pluggable page.
static int PT_WEBSERVICEPERSONALIZATION_PROFILE
          Displays user profile data.
 
Constructor Summary
PT_GADGETPERSONALIZATION_ROLES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GADGETPERSONALIZATION_ENDUSER

public static final int PT_GADGETPERSONALIZATION_ENDUSER
Supports end user personalization using a portlet preferences page.

See Also:
Constant Field Values

PT_GADGETPERSONALIZATION_COMMUNITYOWNER

public static final int PT_GADGETPERSONALIZATION_COMMUNITYOWNER
Supports community owner personalization using a community portlet preferences page.

See Also:
Constant Field Values

PT_GADGETPERSONALIZATION_ADMINISTRATOR

public static final int PT_GADGETPERSONALIZATION_ADMINISTRATOR
Supports administrator personalization using an administator preferences page.

See Also:
Constant Field Values

PT_GADGETPERSONALIZATION_HELPPAGE

public static final int PT_GADGETPERSONALIZATION_HELPPAGE
Supports a help page.

See Also:
Constant Field Values

PT_GADGETPERSONALIZATION_ADMINTEMPLATE

public static final int PT_GADGETPERSONALIZATION_ADMINTEMPLATE
Supports an alternate administator preferences page for personalizing a portlet template.

See Also:
Constant Field Values

PT_WEBSERVICEPERSONALIZATION_MIGRATION

public static final int PT_WEBSERVICEPERSONALIZATION_MIGRATION
Supports a Migration Web Service.

See Also:
Constant Field Values

PT_WEBSERVICEPERSONALIZATION_PROFILE

public static final int PT_WEBSERVICEPERSONALIZATION_PROFILE
Displays user profile data.

See Also:
Constant Field Values

PT_GADGETPERSONALIZATION_REFRESH

public static final int PT_GADGETPERSONALIZATION_REFRESH
Supports refresh button

See Also:
Constant Field Values

PT_WEBSERVICEPERSONALIZATION_ADMIN

public static final int PT_WEBSERVICEPERSONALIZATION_ADMIN
Supports an administrator preferences pluggable page.

See Also:
Constant Field Values

PT_WEBSERVICEPERSONALIZATION_COMMUNITY

public static final int PT_WEBSERVICEPERSONALIZATION_COMMUNITY
Supports a community preferences pluggable page.

See Also:
Constant Field Values

PT_WEBSERVICEPERSONALIZATION_PERSONAL

public static final int PT_WEBSERVICEPERSONALIZATION_PERSONAL
Supports a personal preferences pluggable page.

See Also:
Constant Field Values
Constructor Detail

PT_GADGETPERSONALIZATION_ROLES

public PT_GADGETPERSONALIZATION_ROLES()