|
|||||||||
| 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.unsubscribe.communities.UnsubscribeCommunitiesModel
public class UnsubscribeCommunitiesModel
| Field Summary | |
|---|---|
protected XPArrayList |
m_alCommunitiesToDelete
|
protected IPTSession |
m_Session
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
isReadAccessAvailable, m_asOwner, m_bCloseOnDone, m_bDeleteOnCancel, m_bEnableApplyButton, m_bEnableCancelButton, m_bHideLeftNav, m_bIsEditorReadOnly, m_bUserHasAccessToEditor, m_nEditorType |
| Constructor Summary | |
|---|---|
UnsubscribeCommunitiesModel()
|
|
| Method Summary | |
|---|---|
void |
AddCommToDelete(java.lang.Object _commID)
Returns the Session associated with user. |
boolean |
CheckEditorAccessAndStart(XPHashtable _htFormData)
Inits the Model with the IPTSession. |
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 |
Finish()
Implement some code to execute when the user clicks on "Finish". |
java.lang.String |
GetName()
Returns the Class name. |
Redirect |
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end). |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
StartSelectPTObject()
Helper method to start the Select PTObject List. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
Cancel, CleanupAllData, DoTaskAfterStore, DoTaskBeforeStore, DoTaskOnChangePage, DoTaskOnComeBackFromSubEditor, DoTaskOnStartEditor, GetAccessToEditorPriviledges, GetCloseOnDone, GetCurrentRepostAction, GetDeleteOnCancel, GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly, GetUserHasAccessToEditor, Init, 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
protected IPTSession m_Session
protected XPArrayList m_alCommunitiesToDelete
| Constructor Detail |
|---|
public UnsubscribeCommunitiesModel()
| Method Detail |
|---|
public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorModelpublic void CleanupTempData()
IModel
CleanupTempData in interface IModelCleanupTempData in class EditorModelIModel.CleanupTempData()public void Finish()
Finish in interface IRepostModelFinish in class EditorModelpublic Redirect GetRedirectAfterFinish()
GetRedirectAfterFinish in interface IRepostModelGetRedirectAfterFinish in class EditorModelpublic boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
CheckEditorAccessAndStart in class EditorModelparent - /
public void Init(AActivitySpace parent)
{
m_asOwner = parent;
}
/**
Implements some actions to perform on start._htFormData -
public void AddCommToDelete(java.lang.Object _commID)
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
SavePage in interface IRepostModelSavePage in class EditorModel_sPageName - _htFormData -
public void StartSelectPTObject()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||