|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
int |
GetAccessType()
Gets the AccessType bitmask. |
int |
GetDefaultFirstPage()
Gets the ID of the page user's first see when they login (MyPage, Community, etc.) |
int |
GetDefaultFirstPageType()
Gets the type of page user's first see when they login (MyPage, Community, etc.) |
int |
GetFooterID()
Gets the ID of the Footer Portlet |
int |
GetHeaderID()
Gets the ID of the Header Portlet |
int |
GetMandatoryLinksID()
Gets the ID of the SiteMapFolder storing Mandatory links. |
int |
GetNavigationScheme()
Gets the Navigation Scheme ID for user's in this subportal. |
int |
GetRelatedResourcesAccessType()
Gets the access types to Related Resources. |
IPTQueryResult |
QueryAdminFolders()
Query for Admin Folders where this SubPortal is applied |
void |
SetAccessType(int nAccessType)
Sets the AccessType bitmask |
void |
SetDefaultFirstPage(int nDefaultFirstPage)
Sets the ID of the page user's first see when they login (MyPage, Community, etc.) |
void |
SetDefaultFirstPageType(int nDefaultFirstPageType)
Sets the type of page user's first see when they login (MyPage, Community, etc.) |
void |
SetFooterID(int nFooterID)
Sets the ID of a Footer Portlet |
void |
SetHeaderID(int nHeaderID)
Sets the ID of the header portlet |
void |
SetMandatoryLinksID(int nMandatoryLinksID)
Sets the ID of the SiteMapFolder storing Mandatory links. |
void |
SetNavigationScheme(int nNavigationScheme)
Sets the Navigation Scheme ID for user's in this subportal. |
void |
SetRelatedResourcesAccessType(int nRRAccessType)
Sets the access types to Related Resources. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public int GetHeaderID()
public void SetHeaderID(int nHeaderID)
nHeaderID - ID of a header portlet, need at least SELECT to
the portlet object.public int GetFooterID()
public void SetFooterID(int nFooterID)
nFooterID - ID of a footer portlet, need at least SELECT to
the portlet object.public int GetAccessType()
PT_SUBPORTAL_ACCESS_TYPESpublic void SetAccessType(int nAccessType)
nAccessType - Integer bitmask, set bits by ORing with PT_SUBPORTAL_ACCESS_TYPES constantsPT_SUBPORTAL_ACCESS_TYPESpublic int GetDefaultFirstPageType()
PT_SUBPORTAL_ACCESS_TYPESpublic void SetDefaultFirstPageType(int nDefaultFirstPageType)
nDefaultFirstPageType - One of the constant int values defined in PT_SUBPORTAL_ACCESS_TYPESPT_SUBPORTAL_ACCESS_TYPESpublic int GetDefaultFirstPage()
public void SetDefaultFirstPage(int nDefaultFirstPage)
nDefaultFirstPage - public int GetNavigationScheme()
public void SetNavigationScheme(int nNavigationScheme)
nNavigationScheme - ID of a Navigation Scheme, IDs defined in UI.public int GetMandatoryLinksID()
public void SetMandatoryLinksID(int nMandatoryLinksID)
nMandatoryLinksID - ID of Mandatory links SiteMapFolder, need at least SELECT access
to the SiteMapFolder object.public int GetRelatedResourcesAccessType()
PT_RELATED_RESOURCES_ACCESS_TYPESpublic void SetRelatedResourcesAccessType(int nRRAccessType)
nRRAccessType - Bitmask to specify access to different related resource types defined
in PT_RELATED_RESOURCES_ACCESS_TYPES.PT_RELATED_RESOURCES_ACCESS_TYPESpublic IPTQueryResult QueryAdminFolders()
PT_PROPIDS
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||