|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.activityspace.AClearModel
com.plumtree.portalpages.browsing.myportal.MyPortalModel
public class MyPortalModel
| Field Summary | |
|---|---|
static java.lang.String |
ADMIN_PREF_TYPE
|
static java.lang.String |
COMMUNITY_PREF_TYPE
|
boolean |
m_bIsPreviewPage
Is Preview Page |
boolean |
m_bIsProfilePage
mj: true if this is a user profile community page |
int |
m_nCommunityID
Community ID |
int |
m_nPageID
Page ID |
java.lang.String |
m_strPageName
Page Name |
java.lang.String |
m_strRawHeaders
Raw Headers |
static int |
N_CONTENTCANVAS_COLUMN
Content Canvas Column |
static java.lang.String |
PERSONAL_PREF_TYPE
|
static java.lang.String |
PORTLET_PREF_TYPE
|
static java.lang.String |
PROFILEDATA_SESSIONVAR_NAME
|
static java.lang.String |
STR_MVC_CLASS_NAME
Class Name |
| Fields inherited from class com.plumtree.uiinfrastructure.activityspace.AClearModel |
|---|
m_asOwner |
| Constructor Summary | |
|---|---|
MyPortalModel()
|
|
| Method Summary | |
|---|---|
void |
AddPortletBundle(int nPageID,
int nPortletBundleID)
Adds the portlet bundle. |
void |
AddSinglePortlet(int nPageID,
int nPortletID)
Adds the specified portlet. |
void |
CleanupTempData()
This method is called at the end of every HTTP request by the Interpreter. |
void |
CollapsePortlet(int nCommunityID,
int nPageID,
int nPortletToCollapse)
Collapses the gadget at the given index. |
boolean |
CommunityJoinFailed()
Is Error Page |
boolean |
CommunityUnsubscribeFailed()
Is Error Page |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
void |
DeletePage(int nPageID)
Method DeletePage. |
void |
ExpandPortlet(int nCommunityID,
int nPageID,
int nPortletToExpand)
Expands the gadget at the given index. |
void |
Finish()
Implement some code to execute when the user clicks on "Finish". |
java.lang.Object[][] |
GetCollapsedOrErrorContent(int nPortletIndex)
Method GetPortletCollapsedOrErrorContent. |
int |
GetCommunityID()
Get the community ID of the community we are currently viewing. |
java.lang.String |
GetCommunityName()
Get the name of the community we are currently viewing. |
IPTQueryResult |
GetCommunityPages()
Get the pages in the community. |
java.lang.String |
GetCommunityURL()
Get invited or preview community URL |
java.lang.String |
GetCurCommName()
|
java.lang.String |
GetDefaultCommunityURL()
Get User's default community URL |
boolean |
GetDisplayPortletHeaderDueToError(int nPortletIndex)
If there was an error, display the gadget header regardless of any other settings. |
int |
GetFirstPortletIndexInColumn(int nPortletColumn)
Get the first gadget index in the given column. |
IMyPortalModelHelper |
GetHelper()
Get the helper object for this model. |
java.lang.String |
GetIDStringForPortlet(int nPortletIndex)
Get the gadget ID string from the given index. |
boolean |
GetIsCommunityPage()
Get whether the current page is a community page. |
int |
GetLastPortletIndexInColumn(int nPortletColumn)
Get the last gadget index in the given column. |
java.lang.String |
GetName()
Return the name of the MVC object. |
java.lang.Object |
GetNewTempData()
This method returns a new temporary data object. |
ASURL |
GetPageASURL()
Get the ASURL for the page we are on. |
int |
GetPageID()
Get the page ID of the page we are currently viewing. |
java.lang.String |
GetPageName()
Get the name of the page we are currently viewing. |
int |
GetPageType()
Get the page type of the page we are currently viewing. |
AActivitySpace |
GetParentSpace()
|
java.lang.String |
GetPortletAdminPrefsURL(int nPortletIndex)
Get the gadget Admin Preference URL at the given index. |
boolean |
GetPortletCollapsed(int nPortletIndex)
Get the whether the gadget at the given index is collapsed. |
java.lang.String |
GetPortletCollapseExpandURL(int nPortletIndex,
java.lang.String strControl)
Get the gadget Collapse/Expand URL at the given index. |
int |
GetPortletColumnFromIndex(int nPortletIndex)
Get the gadget column from the given index. |
java.lang.String |
GetPortletCommunityPrefsURL(int nPortletIndex)
Get the gadget Community Preference URL at the given index. |
int |
GetPortletCount()
Get the number of gadgets on the page we are currently viewing. |
java.lang.String |
GetPortletDisabledMessage(int nPortletIndex)
Get the gadget's disabled message from the given index. |
boolean |
GetPortletEnabled(int nPortletIndex)
Get the whether the gadget at the given index is enabled. |
boolean |
GetPortletHasAdminPrefsURL(int nPortletIndex)
Get whether the gadget at the given index has a Admin Preference URL. |
boolean |
GetPortletHasCollapseExpandURL(int nPortletIndex)
Get whether the gadget at the given index has a Collapse/Expand URL. |
boolean |
GetPortletHasCommunityPrefsURL(int nPortletIndex)
Get whether the gadget at the given index has a Community Preference URL. |
boolean |
GetPortletHasHelpURL(int nPortletIndex)
Get whether the gadget at the given index has a help URL. |
boolean |
GetPortletHasRefreshButton(int nPortletIndex)
Returns whether the portlet at a given index has a Refresh button. |
boolean |
GetPortletHasTitleBar(int nPortletIndex)
Get whether a gadget has a title bar or not. |
boolean |
GetPortletHasUserPrefsURL(int nPortletIndex)
Get whether the gadget at the given index has a User Preference URL. |
java.lang.String |
GetPortletHelpURL(int nPortletIndex)
Get the gadget help URL at the given index. |
java.lang.Object[][] |
GetPortletHTMLTextFromIndex(int nPortletIndex)
Get the gadget content from the given index. |
int |
GetPortletIDFromIndex(int nPortletIndex)
Get the gadget ID from the given index. |
boolean |
GetPortletIsMandatory(int nPortletIndex)
Get the whether the gadget at the given index is mandatory. |
int |
GetPortletLayoutId()
|
java.lang.String |
GetPortletNameFromIndex(int nPortletColumn)
Get the gadget name from the given index. |
java.lang.String |
GetPortletPrefButtonBoolean()
Get the PortletPrefButton boolean from the varpack. |
IXPList |
GetPortletPreferenceActionsData(int nPortletIndex)
Obtain the Preference Button from the portlet header given the portlet index. |
java.lang.String |
GetPortletRemoveURL(int nPortletIndex)
Get the gadget Remove URL at the given index. |
int[] |
GetPortletsInBundle(int _nPortletBundleID,
boolean _bIsMyPage)
This helper method gets the portlets in a bundle. |
boolean |
GetPortletSupports508(int nPortletIndex)
Method GetPortletSupports508. |
int |
GetPortletSupportsPersonalization(int nPortletIndex)
Method GetPortletSupportsPersonalization. |
java.lang.String |
GetPortletUserPrefsURL(int nPortletIndex)
Get the gadget User Preference URL at the given index. |
java.lang.String |
GetPortletUUID(int nPortletIndex)
Get the UUID of the portlet. |
int |
GetProfileID()
Get the profile ID of the user being viewed on the user profile community. |
XPArrayList |
GetRecentlyAddedPortlets()
Returns the id of the portlet that was recently added to the page |
int |
GetRecentlyCollapsedExpandedPortlet()
Returns the id of the portlet that was recently collapsed from the page |
int |
GetRecentlyRemovedPortlet()
Returns the id of the portlet that was recently removed from the page |
Redirect |
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end of the Editor). |
IPTSession |
GetSession()
Get the current IPTSession. |
void |
Init(AActivitySpace parent)
This method initializes the model. |
void |
InitializePortletContent()
|
static boolean |
IsGuestSession(AActivitySpace asOwner)
Static utility function for determining if we are using is a guest session Note that it returns false if editing the guest user via edit default profile |
boolean |
IsPageAvailable()
|
boolean |
IsPreviewPage()
|
boolean |
JoinCommunity()
Joins the current community If the join failed, set the m_bCommJoinFailed flag. |
boolean |
QueryRecentlyAddedPortletContent()
Queries the portlet content of the recently added portlets, if there are any. |
boolean |
QueryRecentlyCollapsedExpandedPortletContent()
Queries the portlet content of the recently collapsed portlets, if there are any. |
protected boolean |
QuerySpcificPortletContent(IXPList xpPortletIds)
|
void |
ReassignPortlets(int[] arrPortletIDs,
int nColumn,
int nPageID)
Reassigns the specified column (region) in the page with the given portlet array. |
void |
RemoveSinglePortlet(int nPageID,
int nPortletID)
Removes single portlet from the page. |
void |
ResetRecentlyAddedPortlets()
Resets the list of recently added portlets. |
void |
ResetRecentlyCollapsedExpandedPortlet()
Resets the variable to 0 |
void |
ResetRecentlyRemovedPortlet()
Resets the variable to 0 |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
boolean |
SetCommunity(int nCommunityID,
int nPageID)
Sets the community to be viewed and calls SetPage |
void |
SetDisplayPortletHeaderDueToError(int nPortletIndex,
boolean bDisplayHeader)
If there was an error, display the gadget header regardless of any other settings. |
void |
SetHostPageURI(java.lang.String strHostPageURI)
Sets the host page URI that is later used to initialize the AppDataObject |
void |
SetIsPreviewPage(boolean bIsPreviewPage)
Sets the page to be a preview page or not. |
void |
SetMyPortalModelHelper(IMyPortalModelHelper myPortalModelHelper)
Sets the MyPortalModelHelper that will be used. |
boolean |
SetPage(int nPageID)
Sets up the page of the given ID. |
boolean |
SetProfileID(int nProfileID)
Method SetProfileID. |
void |
SetRawHeaders(java.lang.String strRawHeaders)
Sets the raw headers from the request. |
void |
SetShowJoinCommConfirmPage(boolean show)
|
void |
SetShowUnsubscribeCommConfirmPage(boolean show)
|
void |
SetupIntrinsicPortlet(java.lang.String _strPortletClass,
java.lang.String _strStorageName,
int _nPortletIndex)
Register model, view, and control for intrinsic portlet. |
boolean |
ShowJoinConfirmPage()
Show the join community confirmation page or the regular community page. |
boolean |
ShowUnsubscribeConfirmPage()
Show the unsubscribe community confirmation page or the regular community page. |
boolean |
UnsubscribeCommunity()
Unsubscribes/quits the current community If the unsubscribe failed, set the m_bCommUnsubscribeFailed flag. |
boolean |
UsesPortletLayout()
If the current page has an adaptive Portlet Layout set. |
| Methods inherited from class com.plumtree.uiinfrastructure.activityspace.AClearModel |
|---|
CleanupAllData, GetTempData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IModel |
|---|
CleanupAllData |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final java.lang.String PROFILEDATA_SESSIONVAR_NAME
public static final int N_CONTENTCANVAS_COLUMN
public int m_nCommunityID
public int m_nPageID
public java.lang.String m_strPageName
public boolean m_bIsProfilePage
public boolean m_bIsPreviewPage
public java.lang.String m_strRawHeaders
public static final java.lang.String PORTLET_PREF_TYPE
public static final java.lang.String PERSONAL_PREF_TYPE
public static final java.lang.String COMMUNITY_PREF_TYPE
public static final java.lang.String ADMIN_PREF_TYPE
| Constructor Detail |
|---|
public MyPortalModel()
| Method Detail |
|---|
public void CleanupTempData()
IModel
CleanupTempData in interface IModelCleanupTempData in class AClearModelIModel.CleanupTempData()
public void CollapsePortlet(int nCommunityID,
int nPageID,
int nPortletToCollapse)
CollapsePortlet in interface IMyPortalModelnPortletIndex - nPortletIDpublic int GetRecentlyCollapsedExpandedPortlet()
IMyPortalModelRO
GetRecentlyCollapsedExpandedPortlet in interface IMyPortalModelROIMyPortalModelRO.GetRecentlyCollapsedExpandedPortlet()public void ResetRecentlyCollapsedExpandedPortlet()
IMyPortalModel
ResetRecentlyCollapsedExpandedPortlet in interface IMyPortalModelcom.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#ResetRecentlyCollapsedExpandedPortlet()
public void ExpandPortlet(int nCommunityID,
int nPageID,
int nPortletToExpand)
ExpandPortlet in interface IMyPortalModelnPortletIndex - nPortletID
public void AddSinglePortlet(int nPageID,
int nPortletID)
AddSinglePortlet in interface IMyPortalModelnPageID - nPageIDnPortletID - nPortletID
public void AddPortletBundle(int nPageID,
int nPortletBundleID)
AddPortletBundle in interface IMyPortalModelnPageID - nPageIDnPortletBundleID - nPortletID
public int[] GetPortletsInBundle(int _nPortletBundleID,
boolean _bIsMyPage)
_nPortletBundleID - The ID of the bundle to open._bIsMyPage - whether or not the containing page is a mypage.
public void ReassignPortlets(int[] arrPortletIDs,
int nColumn,
int nPageID)
ReassignPortlets in interface IMyPortalModelarrPortletIDs - array of portlet IDsnColumn - nColumnnPageID - nPageIDpublic XPArrayList GetRecentlyAddedPortlets()
IMyPortalModelRO
GetRecentlyAddedPortlets in interface IMyPortalModelROcom.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#GetRecentlyAddedPortlet()public void ResetRecentlyAddedPortlets()
IMyPortalModel
ResetRecentlyAddedPortlets in interface IMyPortalModelcom.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#ResetRecentlyAddedPortlet()public boolean QueryRecentlyAddedPortletContent()
IMyPortalModel
QueryRecentlyAddedPortletContent in interface IMyPortalModelIMyPortalModel.QueryRecentlyAddedPortletContent()public boolean QueryRecentlyCollapsedExpandedPortletContent()
IMyPortalModel
QueryRecentlyCollapsedExpandedPortletContent in interface IMyPortalModelIMyPortalModel.QueryRecentlyCollapsedExpandedPortletContent()protected boolean QuerySpcificPortletContent(IXPList xpPortletIds)
public java.lang.Object Create()
AClearModel
Create in interface IManagedObjectCreate in class AClearModelIManagedObject.Create()public void DeletePage(int nPageID)
nPageID - public void Finish()
IRepostModel
Finish in interface IRepostModelpublic AActivitySpace GetParentSpace()
public java.lang.String GetPortletPrefButtonBoolean()
IMyPortalModelRO
GetPortletPrefButtonBoolean in interface IMyPortalModelROpublic int GetCommunityID()
IMyPortalModelRO
GetCommunityID in interface IJoinPreviewCommunityModelGetCommunityID in interface IUnsubscribeCommunityModelGetCommunityID in interface IMyPortalModelROIMyPortalModelRO.GetCommunityID()public java.lang.String GetCommunityName()
IMyPortalModelRO
GetCommunityName in interface IJoinPreviewCommunityModelGetCommunityName in interface IUnsubscribeCommunityModelGetCommunityName in interface IMyPortalModelROIMyPortalModelRO.GetCommunityName()public IPTQueryResult GetCommunityPages()
IMyPortalModelRO
GetCommunityPages in interface IMyPortalModelROcom.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#GetLastPortletIndexInColumn()public java.lang.String GetCurCommName()
public int GetFirstPortletIndexInColumn(int nPortletColumn)
IMyPortalModelRO
GetFirstPortletIndexInColumn in interface IMyPortalModelROnPortletColumn - nPortletColumn
IMyPortalModelRO.GetFirstPortletIndexInColumn(int)public boolean GetPortletCollapsed(int nPortletIndex)
IMyPortalModelRO
GetPortletCollapsed in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletCollapsed(int)
public void RemoveSinglePortlet(int nPageID,
int nPortletID)
IMyPortalModel
RemoveSinglePortlet in interface IMyPortalModelcom.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#RemoveSinglePortlet(int,int)public int GetRecentlyRemovedPortlet()
IMyPortalModelRO
GetRecentlyRemovedPortlet in interface IMyPortalModelROIMyPortalModelRO.GetRecentlyRemovedPortlet()public void ResetRecentlyRemovedPortlet()
IMyPortalModel
ResetRecentlyRemovedPortlet in interface IMyPortalModelcom.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#ResetRecentlyRemovedPortlet()public int GetPortletColumnFromIndex(int nPortletIndex)
IMyPortalModelRO
GetPortletColumnFromIndex in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletColumnFromIndex(int)public int GetPortletCount()
IMyPortalModelRO
GetPortletCount in interface IMyPortalModelROIMyPortalModelRO.GetPortletCount()public java.lang.String GetPortletDisabledMessage(int nPortletIndex)
IMyPortalModelRO
GetPortletDisabledMessage in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletDisabledMessage(int)public boolean GetPortletEnabled(int nPortletIndex)
IMyPortalModelRO
GetPortletEnabled in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletEnabled(int)public java.lang.Object[][] GetPortletHTMLTextFromIndex(int nPortletIndex)
IMyPortalModelRO
GetPortletHTMLTextFromIndex in interface IMyPortalModelROIMyPortalModelRO.GetPortletHTMLTextFromIndex(int)public boolean GetPortletHasHelpURL(int nPortletIndex)
IMyPortalModelRO
GetPortletHasHelpURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
myportal.IMyPortalModelRO#GetPortletHasHelpURL(int)public boolean GetPortletHasRefreshButton(int nPortletIndex)
IMyPortalModelRO
GetPortletHasRefreshButton in interface IMyPortalModelROnPortletIndex - nPortletIndex
myportal.IMyPortalModelRO#GetPortletHasRefreshButton(int)public boolean GetPortletHasAdminPrefsURL(int nPortletIndex)
IMyPortalModelRO
GetPortletHasAdminPrefsURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
myportal.IMyPortalModelRO#GetPortletHasAdminPrefsURL(int)public boolean GetPortletHasCommunityPrefsURL(int nPortletIndex)
IMyPortalModelRO
GetPortletHasCommunityPrefsURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
myportal.IMyPortalModelRO#GetPortletHasCommunityPrefsURL(int)public boolean GetPortletHasUserPrefsURL(int nPortletIndex)
IMyPortalModelRO
GetPortletHasUserPrefsURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
myportal.IMyPortalModelRO#GetPortletHasUserPrefsURL(int)public boolean GetPortletHasCollapseExpandURL(int nPortletIndex)
IMyPortalModelRO
GetPortletHasCollapseExpandURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
myportal.IMyPortalModelRO#GetPortletHasCollapseExpandURL(int)public boolean GetPortletHasTitleBar(int nPortletIndex)
IMyPortalModelRO
GetPortletHasTitleBar in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletHasTitleBar(int)public boolean GetDisplayPortletHeaderDueToError(int nPortletIndex)
IMyPortalModelRO
GetDisplayPortletHeaderDueToError in interface IMyPortalModelROnPortletIndex - nPortletIndex
com.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#SetDisplayPortletHeaderDueToError(int)
public void SetDisplayPortletHeaderDueToError(int nPortletIndex,
boolean bDisplayHeader)
IMyPortalModelRO
SetDisplayPortletHeaderDueToError in interface IMyPortalModelROnPortletIndex - nPortletIndexcom.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#SetDisplayPortletHeaderDueToError(int)public java.lang.String GetPortletHelpURL(int nPortletIndex)
IMyPortalModelRO
GetPortletHelpURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletHelpURL(int)public java.lang.String GetPortletAdminPrefsURL(int nPortletIndex)
IMyPortalModelRO
GetPortletAdminPrefsURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletAdminPrefsURL(int)public java.lang.String GetPortletCommunityPrefsURL(int nPortletIndex)
IMyPortalModelRO
GetPortletCommunityPrefsURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletCommunityPrefsURL(int)public java.lang.String GetPortletUserPrefsURL(int nPortletIndex)
IMyPortalModelRO
GetPortletUserPrefsURL in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletUserPrefsURL(int)
public java.lang.String GetPortletCollapseExpandURL(int nPortletIndex,
java.lang.String strControl)
IMyPortalModelRO
GetPortletCollapseExpandURL in interface IMyPortalModelROnPortletIndex - nPortletIndexstrControl - strControl
com.plumtree.portalpages.browsing.myportal.IMyPortalModelRO#GetPortletCollapseExpandURL(int)public java.lang.String GetPortletRemoveURL(int nPortletIndex)
IMyPortalModelRO
GetPortletRemoveURL in interface IMyPortalModelROIMyPortalModelRO.GetPortletRemoveURL(int)public int GetPortletIDFromIndex(int nPortletIndex)
IMyPortalModelRO
GetPortletIDFromIndex in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletIDFromIndex(int)public boolean GetPortletIsMandatory(int nPortletIndex)
IMyPortalModelRO
GetPortletIsMandatory in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletIsMandatory(int)public java.lang.String GetPortletNameFromIndex(int nPortletColumn)
IMyPortalModelRO
GetPortletNameFromIndex in interface IMyPortalModelROnPortletColumn - nPortletIndex
IMyPortalModelRO.GetPortletNameFromIndex(int)public java.lang.String GetIDStringForPortlet(int nPortletIndex)
IMyPortalModelRO
GetIDStringForPortlet in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetIDStringForPortlet(int)public java.lang.String GetPortletUUID(int nPortletIndex)
IMyPortalModelRO
GetPortletUUID in interface IMyPortalModelROnPortletIndex - nPortletIndex
IMyPortalModelRO.GetPortletUUID(int)public boolean GetPortletSupports508(int nPortletIndex)
GetPortletSupports508 in interface IMyPortalModelROnPortletIndex -
public int GetPortletSupportsPersonalization(int nPortletIndex)
GetPortletSupportsPersonalization in interface IMyPortalModelROnPortletIndex -
public java.lang.Object[][] GetCollapsedOrErrorContent(int nPortletIndex)
GetCollapsedOrErrorContent in interface IMyPortalModelROnPortletIndex -
public IMyPortalModelHelper GetHelper()
IMyPortalModelRO
GetHelper in interface IMyPortalModelROpublic boolean GetIsCommunityPage()
IMyPortalModelRO
GetIsCommunityPage in interface IMyPortalModelROIMyPortalModelRO.GetIsCommunityPage()public int GetLastPortletIndexInColumn(int nPortletColumn)
IMyPortalModelRO
GetLastPortletIndexInColumn in interface IMyPortalModelROnPortletColumn - nPortletColumn
IMyPortalModelRO.GetLastPortletIndexInColumn(int)public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectGetName in class AClearModelcom.plumtree.xpshared.activityspace.IModelRO#GetName()public java.lang.Object GetNewTempData()
GetNewTempData in class AClearModelpublic ASURL GetPageASURL()
IMyPortalModelRO
GetPageASURL in interface IMyPortalModelROIMyPortalModelRO.GetPageASURL()public int GetPageID()
IMyPortalModelRO
GetPageID in interface IMyPortalModelROIMyPortalModelRO.GetPageID()public java.lang.String GetPageName()
IMyPortalModelRO
GetPageName in interface IMyPortalModelROIMyPortalModelRO.GetPageName()public int GetPageType()
IMyPortalModelRO
GetPageType in interface IMyPortalModelROIMyPortalModelRO.GetPageType()public int GetPortletLayoutId()
GetPortletLayoutId in interface IMyPortalModelROIMyPortalModelRO.GetPortletLayoutId()public boolean UsesPortletLayout()
IMyPortalModelRO
UsesPortletLayout in interface IMyPortalModelROIMyPortalModelRO.UsesPortletLayout()public Redirect GetRedirectAfterFinish()
GetRedirectAfterFinish in interface IRepostModelpublic IPTSession GetSession()
IMyPortalModelRO
GetSession in interface IMyPortalModelROIMyPortalModelRO.GetSession()public void Init(AActivitySpace parent)
IModel
Init in interface IModelInit in class AClearModelparent - the parent Activity Spacecom.plumtree.xpshared.activityspace.IModel#Init()
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
SavePage in interface IRepostModel_sPageName - _htFormData -
public boolean SetCommunity(int nCommunityID,
int nPageID)
SetCommunity in interface IMyPortalModelnCommunityID - nCommunityIDnPageID - nPageID
public void SetHostPageURI(java.lang.String strHostPageURI)
strHostPageURI - strHostPageURIpublic void SetMyPortalModelHelper(IMyPortalModelHelper myPortalModelHelper)
myPortalModelHelper - myPortalModelHelperpublic boolean SetPage(int nPageID)
SetPage in interface IMyPortalModelnPageID - nPageID
public boolean SetProfileID(int nProfileID)
SetProfileID in interface IMyPortalModelnProfileID -
public int GetProfileID()
IMyPortalModelRO
GetProfileID in interface IMyPortalModelROpublic void SetRawHeaders(java.lang.String strRawHeaders)
IMyPortalModel
SetRawHeaders in interface IMyPortalModelstrRawHeaders -
public void SetupIntrinsicPortlet(java.lang.String _strPortletClass,
java.lang.String _strStorageName,
int _nPortletIndex)
SetupIntrinsicPortlet in interface IMyPortalModel_strPortletClass - Class identifier for portlet_strStorageName - Storage name for portlet_nPortletIndex - Portlet index
XPException - Exception thrown if model, view, or control is not
registered successfully.public boolean IsPreviewPage()
public void SetIsPreviewPage(boolean bIsPreviewPage)
IMyPortalModel
SetIsPreviewPage in interface IMyPortalModelbIsPreviewPage - bIsPreviewPagepublic static boolean IsGuestSession(AActivitySpace asOwner)
public boolean CommunityJoinFailed()
CommunityJoinFailed in interface IJoinPreviewCommunityModelpublic boolean JoinCommunity()
public java.lang.String GetCommunityURL()
GetCommunityURL in interface IJoinPreviewCommunityModelGetCommunityURL in interface IUnsubscribeCommunityModelpublic java.lang.String GetDefaultCommunityURL()
GetDefaultCommunityURL in interface IJoinPreviewCommunityModelGetDefaultCommunityURL in interface IUnsubscribeCommunityModelpublic void SetShowJoinCommConfirmPage(boolean show)
show - public boolean ShowJoinConfirmPage()
public boolean IsPageAvailable()
public void InitializePortletContent()
public boolean CommunityUnsubscribeFailed()
CommunityUnsubscribeFailed in interface IUnsubscribeCommunityModelpublic boolean UnsubscribeCommunity()
public void SetShowUnsubscribeCommConfirmPage(boolean show)
show - public boolean ShowUnsubscribeConfirmPage()
public IXPList GetPortletPreferenceActionsData(int nPortletIndex)
GetPortletPreferenceActionsData in interface IMyPortalModelROnPortletIndex -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||