|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorModel
com.plumtree.portalpages.browsing.myportal.editpage.EditMyPagePortletLayoutModel_D
public class EditMyPagePortletLayoutModel_D
File: EditMyPagePortletLayoutModel_D.java ----------------------------------------
| Field Summary | |
|---|---|
static int |
ACTIONDELETE
|
static int |
ACTIONDOWN
|
static int |
ACTIONUP
|
protected ASQueryResultWrapper |
m_asqrMyPortalMandatoryPortlets
|
protected ASQueryResultWrapper |
m_asqrMyPortalPortlets
|
protected IPTPage |
m_ptPage
|
protected IPTSession |
m_ptSession
Store session and catalog to retrieve data |
static java.lang.String |
QS_PAGEID
|
static java.lang.String |
STR_MVC_CLASS_NAME
Activity space name |
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
isReadAccessAvailable, m_bCloseOnDone, m_bDeleteOnCancel, m_bEnableApplyButton, m_bEnableCancelButton, m_bHideLeftNav, m_bIsEditorReadOnly, m_bUserHasAccessToEditor, m_nEditorType |
| Constructor Summary | |
|---|---|
EditMyPagePortletLayoutModel_D()
|
|
| Method Summary | |
|---|---|
boolean |
CheckEditorAccessAndStart(XPHashtable _htArguemnts)
Implements some actions to perform on start. |
void |
CleanupAllData()
This method is called when an ActivitySpace is removed from the cache. |
void |
CleanupTempData()
This method is called at the end of every HTTP request by the Interpreter. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
void |
DoAction()
|
void |
Finish()
Implement some code to execute when the user clicks on "Finish". |
int |
GetMandatoryPortletCount()
|
java.lang.String |
GetName()
Returns the Class name. |
java.lang.String |
GetPageName()
|
int |
GetPortletCount()
|
java.lang.String |
GetPortletName(int nIndex)
|
Redirect |
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end of the Editor). |
void |
Init(AActivitySpace parent)
Inits the Model with the Activity Space. |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
SetActionDelete()
|
void |
SetActionDown()
|
void |
SetActionUp()
|
void |
SetPageID(int nPageID)
|
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
Cancel, DoTaskAfterStore, DoTaskBeforeStore, DoTaskOnChangePage, DoTaskOnComeBackFromSubEditor, DoTaskOnStartEditor, GetAccessToEditorPriviledges, GetCloseOnDone, GetCurrentRepostAction, GetDeleteOnCancel, GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly, GetUserHasAccessToEditor, SetCloseOnDone, SetDeleteOnCancel, SetEditorType, SetEnableApplyButton, SetHideLeftNav, SetPageStatus, SetUserHasAccessToEditor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final java.lang.String QS_PAGEID
public static final int ACTIONUP
public static final int ACTIONDOWN
public static final int ACTIONDELETE
protected ASQueryResultWrapper m_asqrMyPortalPortlets
protected ASQueryResultWrapper m_asqrMyPortalMandatoryPortlets
protected IPTPage m_ptPage
protected IPTSession m_ptSession
| Constructor Detail |
|---|
public EditMyPagePortletLayoutModel_D()
| Method Detail |
|---|
public void CleanupTempData()
IModel
CleanupTempData in interface IModelCleanupTempData in class EditorModelcom.plumtree.xpshared.activityspace.IModel#CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelCleanupAllData in class EditorModelIModel.CleanupAllData()public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelIManagedObject#Create()public boolean CheckEditorAccessAndStart(XPHashtable _htArguemnts)
EditorModel
CheckEditorAccessAndStart in class EditorModel
public void DoAction()
throws java.lang.Exception
java.lang.Exceptionpublic void Finish()
Finish in interface IRepostModelFinish in class EditorModelpublic int GetPortletCount()
public int GetMandatoryPortletCount()
public java.lang.String GetPortletName(int nIndex)
nIndex -
public java.lang.String GetName()
EditorModel
GetName in interface IMVCObjectGetName in class EditorModelcom.plumtree.xpshared.activityspace.IModel#GetName()public java.lang.String GetPageName()
public Redirect GetRedirectAfterFinish()
GetRedirectAfterFinish in interface IRepostModelGetRedirectAfterFinish in class EditorModelpublic void Init(AActivitySpace parent)
EditorModel
Init in interface IModelInit in class EditorModelparent - the parent Activity Spacecom.plumtree.xpshared.activityspace.IModel#Init()
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
EditorModel
SavePage in interface IRepostModelSavePage in class EditorModelIRepostModel.SavePage(String, XPHashtable)public void SetActionDown()
public void SetActionUp()
public void SetActionDelete()
public void SetPageID(int nPageID)
throws java.lang.Exception
nPageID -
java.lang.Exception
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||