atg.portal.framework
Interface PersonalizedPage

All Superinterfaces:
Page, SecuredObject

public interface PersonalizedPage
extends Page

A page that has been customized or created by a portal community visitor


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.security.Principal getOwnerPrincipal()
          Access the owner of this PersonalizedPage
 Page getSourcePage()
          Access the source of the personalized page
 
Methods inherited from interface atg.portal.framework.Page
delete, getAccessLevel, getColorPalette, getCreationDate, getDescription, getDescription, getGearSet, getId, getLastModified, getLayout, getName, getName, getPageURI, getParentCommunity, getParentFolder, getPersonalizedPageForPrincipal, getPersonalizedPageSet, getPortal, getRegion, getRegionMap, getRegions, getSourceId, getURLName, hasAccess, hasAccess, isAllowLayoutChanges, isFixed, isPersonalizedPage, isUserCreated, isWirelessEnabled, setAccessLevel, setColorPalette, setDescription, setDescription, setFixed, setGears, setLayout, setName, setName, setParentCommunity, setParentFolder, setURLName, setWirelessEnabled
 
Methods inherited from interface atg.security.SecuredObject
getAccessControlList, getOwner, getSecurityContext, setAccessControlList, setOwner, supportsAccessControlList, supportsOwner, unsecuredGetAccessControlList, unsecuredGetContainers, unsecuredGetOwner, unsecuredSetAccessControlList, unsecuredSetOwner
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getSourcePage

Page getSourcePage()
Access the source of the personalized page

Returns:
a Page
See Also:
Page

getOwnerPrincipal

java.security.Principal getOwnerPrincipal()
Access the owner of this PersonalizedPage

Returns: