|
|||||||||
| 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.admin.ptutilities.condition.SubportalRulesManagerModel
public class SubportalRulesManagerModel
| Field Summary | |
|---|---|
static int |
FOLDER_RULES_LIST_KEY
|
static int |
GUEST_RULES_LIST_KEY
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
static int |
SUBPORTAL_RULES_LIST_KEY
|
| 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 | |
|---|---|
SubportalRulesManagerModel()
|
|
| Method Summary | |
|---|---|
void |
AddNewlyCreatedObject(int[] arObjectInfo)
Method to help keep track of the new objects being created. |
void |
Cancel()
Implement some code to execute when the user clicks on "Cancel". |
boolean |
CheckEditorAccessAndStart(XPHashtable arg0)
Implements some actions to perform on start. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
void |
DoTaskOnChangePage(java.lang.String _sNewSpaceName,
java.lang.String _sNewPageName)
This method can be implemented by classes extending this one. |
void |
DoTaskOnComeBackFromSubEditor()
This method will be called when you come back to the main Editor from a sub Editor. |
void |
Finish()
Implement some code to execute when the user clicks on "Finish". |
java.lang.String |
GetName()
Returns the Class name. |
int |
SavePage(java.lang.String arg0,
XPHashtable arg1)
Calls the right save function according to the page name passed in argument. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
CleanupAllData, CleanupTempData, DoTaskAfterStore, DoTaskBeforeStore, DoTaskOnStartEditor, GetAccessToEditorPriviledges, GetCloseOnDone, GetCurrentRepostAction, GetDeleteOnCancel, GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly, GetRedirectAfterFinish, 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
public static final int SUBPORTAL_RULES_LIST_KEY
public static final int GUEST_RULES_LIST_KEY
public static final int FOLDER_RULES_LIST_KEY
| Constructor Detail |
|---|
public SubportalRulesManagerModel()
| Method Detail |
|---|
public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelIManagedObject.Create()public java.lang.String GetName()
EditorModel
GetName in interface IMVCObjectGetName in class EditorModelpublic boolean CheckEditorAccessAndStart(XPHashtable arg0)
EditorModel
CheckEditorAccessAndStart in class EditorModelpublic void Finish()
EditorModel
Finish in interface IRepostModelFinish in class EditorModelpublic void Cancel()
EditorModel
Cancel in class EditorModelpublic void AddNewlyCreatedObject(int[] arObjectInfo)
arObjectInfo - - object information needed to keep track
of new objects created
public int SavePage(java.lang.String arg0,
XPHashtable arg1)
EditorModel
SavePage in interface IRepostModelSavePage in class EditorModel
public void DoTaskOnChangePage(java.lang.String _sNewSpaceName,
java.lang.String _sNewPageName)
EditorModel
DoTaskOnChangePage in class EditorModelpublic void DoTaskOnComeBackFromSubEditor()
DoTaskOnComeBackFromSubEditor in class EditorModel
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||