|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTPageInfo
| Method Summary | |
|---|---|
int |
GetAccessLevel()
Get the ACL to this Page for the current user. |
int |
GetContainerClassID()
|
int |
GetContainerObjectID()
|
boolean |
GetInheritPageTemplate()
|
boolean |
GetIsFirstPageInContainer()
|
java.lang.String |
GetName()
Gets the name of this Page |
int |
GetObjectID()
Gets the Object ID of this Page |
int |
GetPageTemplateID()
|
int |
GetPageType()
|
IPTMyPortalGadgetContent |
QueryPortletContent(java.lang.Object objAppDataStateObject,
java.lang.String strUserInterfaceID,
int nMode,
boolean bReturnAllPortlets)
Query for the all of the Portlet content on the Page. |
IPTMyPortalGadgetContent |
QuerySpecificPortletContent(int[] nPortletIds,
java.lang.Object objAppDataStateObject,
java.lang.String strUserInterfaceID,
int nMode)
Query for one Portlet content on the Page. |
| Method Detail |
|---|
java.lang.String GetName()
int GetObjectID()
int GetAccessLevel()
PT_ACCESS_LEVELSint GetPageType()
int GetPageTemplateID()
boolean GetInheritPageTemplate()
int GetContainerClassID()
int GetContainerObjectID()
boolean GetIsFirstPageInContainer()
IPTMyPortalGadgetContent QueryPortletContent(java.lang.Object objAppDataStateObject,
java.lang.String strUserInterfaceID,
int nMode,
boolean bReturnAllPortlets)
objAppDataStateObject - - Application data state object for this Page (and Page Container, if relevant)strUserInterfaceID - - User interface id that needs to be supported ("" for all Portlets, "http://www.plumtree.com/uis/section508" for 508 compliant Portlets, etc.)nMode - - Portlet mode (see PT_GADGET_MODES)bReturnAllPortlets - - Boolean to return all Portlets regardless of interface
IPTMyPortalGadgetContent QuerySpecificPortletContent(int[] nPortletIds,
java.lang.Object objAppDataStateObject,
java.lang.String strUserInterfaceID,
int nMode)
nPortletIds - - Ids of the portlets whose content is wantedobjAppDataStateObject - - Application data state object for this Page (and Page Container, if relevant)strUserInterfaceID - - User interface id that needs to be supported ("" for all Portlets, "http://www.plumtree.com/uis/section508" for 508 compliant Portlets, etc.)nMode - - Portlet mode (see PT_GADGET_MODES)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||