| 
|||||||||
| 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.portaluiinfrastructure.subscribematrix.SubscribeMatrixModel
public class SubscribeMatrixModel
This class keeps an up-to-date state of all the settings. This class is used by the Section and by the Repost Control.
| Field Summary | |
|---|---|
static java.lang.String | 
BR_ELEMENT
 | 
static java.lang.String | 
STR_MVC_CLASS_NAME
Class name for the activity space  | 
| 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 | |
|---|---|
SubscribeMatrixModel()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
CheckEditorAccessAndStart(XPHashtable _htFormData)
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 | 
Finish()
Implement some code to execute when the user clicks on "Finish".  | 
 int | 
GetClassID()
 | 
 IPTAccessList | 
GetCurrentFolderACL()
 | 
 java.lang.String | 
GetName()
Returns the Class name.  | 
 IPTObject | 
GetObject()
 | 
 java.lang.String | 
GetObjectDescription()
 | 
 int | 
GetObjectID()
 | 
 java.lang.String | 
GetObjectName()
 | 
 java.lang.String | 
GetParentFolderPath()
 | 
 IPTSession | 
GetPTSession()
 | 
 boolean | 
HasExecutedFinish()
 | 
 void | 
RaiseError(java.lang.String strError)
 | 
 int | 
SavePage(java.lang.String _sPageName,
         XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument.  | 
| 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.editor.IEditorModelRO | 
|---|
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly | 
| Field Detail | 
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final java.lang.String BR_ELEMENT
| Constructor Detail | 
|---|
public SubscribeMatrixModel()
| Method Detail | 
|---|
public boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
CheckEditorAccessAndStart in class EditorModel_htFormData - 
public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelIManagedObject.Create()public void Finish()
Finish in interface IRepostModelFinish in class EditorModelpublic boolean HasExecutedFinish()
public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorModel
public int SavePage(java.lang.String _sPageName,
                    XPHashtable _htFormData)
SavePage in interface IRepostModelSavePage in class EditorModel_sPageName - _htFormData - 
public IPTAccessList GetCurrentFolderACL()
public void RaiseError(java.lang.String strError)
public int GetClassID()
GetClassID in interface IObjEditorModelROObjEditorModel.GetClassID()public IPTObject GetObject()
GetObject in interface IObjEditorModelROObjEditorModel.GetObject()public java.lang.String GetObjectDescription()
GetObjectDescription in interface IObjEditorModelROObjEditorModel.GetObjectDescription()public int GetObjectID()
GetObjectID in interface IObjEditorModelROObjEditorModel.GetObjectID()public java.lang.String GetObjectName()
GetObjectName in interface IObjEditorModelROObjEditorModel.GetObjectName()public java.lang.String GetParentFolderPath()
GetParentFolderPath in interface IObjEditorModelROObjEditorModel.GetParentFolderPath()public IPTSession GetPTSession()
GetPTSession in interface IObjEditorModelROObjEditorModel.GetPTSession()
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||