|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPTMyPages
| Method Summary | |
int |
AddPage(java.lang.String strPageName,
int nPageType)
Add a new my page for the current user. |
void |
FlushCaches()
Flush the mandatory gadget and mandatory community caches. |
void |
JoinCommunity(int nCommunityID,
int nMembershipType)
Join the current user to a community with a particular membership type. |
IPTMyPortal |
OpenPage(int nPageID)
Open the IPTMyPortal object for a particular page. |
IPTQueryResult |
QueryAvailableCommunities()
Query for communities that are available to the current user. |
IPTQueryResult |
QueryMandatoryGadgets()
Query for the current user's mandatory gadgets. |
IPTQueryResult |
QueryMandatoryTabs()
Query for current user's list of mandatory communities that appear with navigation tabs. |
IPTQueryResult |
QueryMemberships()
Query for the current user's community memberships, which includes communities that the user has joined and communities that are mandatory for groups that the user is in. |
IPTQueryResult |
QueryPages(int nPageID)
Query for current user's my pages |
void |
QuitCommunity(int nCommunityID)
Remove the current user from a community that they are currently joined to. |
void |
RemovePage(int nPageID)
Remove a particular page from the current user's set of my pages. |
void |
ResetPageName(int nPageID,
java.lang.String strPageName)
Change the page name of a particular my page that belongs to the current user. |
void |
ResetPageType(int nPageID,
int nPageType)
Change the page type (layout) of a particular my page that belongs to the current user. |
void |
ResetPageURL(int nPageID,
java.lang.String strURL)
Deprecated. - This method should not be called The URL column in PTMyPages and PTCommPages should be removed as well. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public IPTQueryResult QueryPages(int nPageID)
nPageID - - page id to get. If this value is 0, the function will
return all pages.
public int AddPage(java.lang.String strPageName,
int nPageType)
strPageName - - new page namenPageType - - new page typepublic void RemovePage(int nPageID)
nPageID - - page id of the page to be removedpublic IPTMyPortal OpenPage(int nPageID)
nPageID - - page if of the desired pagepublic IPTQueryResult QueryMemberships()
public IPTQueryResult QueryAvailableCommunities()
public void JoinCommunity(int nCommunityID,
int nMembershipType)
nCommunityID - - community id to joinnMembershipType - - of type PT_COMMUNITY_MEMBERSHIPTYPEpublic void QuitCommunity(int nCommunityID)
nCommunityID - - community id to quitpublic IPTQueryResult QueryMandatoryTabs()
public void ResetPageName(int nPageID,
java.lang.String strPageName)
nPageID - - page id to change the name ofstrPageName - - new page name
public void ResetPageURL(int nPageID,
java.lang.String strURL)
nPageID - - page id to updatestrURL - - new URL
public void ResetPageType(int nPageID,
int nPageType)
nPageID - - page id to change the type ofnPageType - - new page type (constants for this are
defined in the UI)public IPTQueryResult QueryMandatoryGadgets()
public void FlushCaches()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||