|
|||||||||
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.customactivity.CustomActivityModel
public class CustomActivityModel
Field Summary | |
---|---|
protected boolean |
m_bDelegateRight
|
protected boolean |
m_bNewActivity
|
protected boolean |
m_bValidStore
|
protected int |
m_nActivityID
|
protected int |
m_nRow
|
protected java.lang.Object[] |
m_oExistingGroups
|
protected java.lang.String |
m_sSetting1
|
protected java.lang.String |
m_sSetting2
|
protected java.lang.String |
m_strDescription
|
protected java.lang.String |
m_strName
|
protected java.lang.String |
m_strOriginalName
|
protected java.lang.String |
m_strOriginalURI
|
protected java.lang.String |
m_strURI
|
static java.lang.String |
STR_MVC_CLASS_NAME
DOCUMENT ME! |
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 | |
---|---|
CustomActivityModel()
|
Method Summary | |
---|---|
boolean |
CheckEditorAccessAndStart(XPHashtable _htFormData)
Code executed when the Editor is starting. |
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 |
GetActivityDescription()
|
int |
GetActivityID()
|
java.lang.String |
GetActivityName()
|
java.lang.String |
GetActivityURI()
|
protected java.lang.Object[] |
GetAddedGroups()
|
boolean |
GetDelegateRight()
DOCUMENT_ME |
protected java.lang.Object[] |
GetDeletedGroups()
DOCUMENT_ME |
boolean |
GetIsNewActivity()
DOCUMENT_ME |
java.lang.String |
GetName()
Returns the Class name. |
int |
GetRow()
DOCUMENT_ME |
boolean |
GetValidStore()
|
void |
ResetInputs()
|
int |
SaveMainPage(XPHashtable _htFormData)
|
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
SetExistingGroups()
|
protected void |
StartMigrationHistory()
|
void |
StartSelectPTObject()
Helper method to start the Select PTObject List. |
boolean |
ValidateUniqueName()
Validates name is unique and raises UI error if not unique. |
boolean |
ValidateUniqueURI()
Validates URI is unique. |
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
protected java.lang.String m_sSetting1
protected java.lang.String m_sSetting2
protected java.lang.String m_strDescription
protected java.lang.String m_strName
protected java.lang.String m_strURI
protected java.lang.String m_strOriginalName
protected java.lang.String m_strOriginalURI
protected boolean m_bDelegateRight
protected java.lang.Object[] m_oExistingGroups
protected boolean m_bNewActivity
protected boolean m_bValidStore
protected int m_nActivityID
protected int m_nRow
Constructor Detail |
---|
public CustomActivityModel()
Method Detail |
---|
public boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
CheckEditorAccessAndStart
in class EditorModel
public java.lang.Object Create()
EditorModel
Create
in interface IManagedObject
Create
in class EditorModel
IManagedObject.Create()
public void Finish()
EditorModel
Finish
in interface IRepostModel
Finish
in class EditorModel
public boolean ValidateUniqueName()
public boolean ValidateUniqueURI()
public java.lang.String GetActivityDescription()
GetActivityDescription
in interface ICustomActivityModelRO
public int GetActivityID()
GetActivityID
in interface ICustomActivityModelRO
public java.lang.String GetActivityName()
GetActivityName
in interface ICustomActivityModelRO
public int GetRow()
public java.lang.String GetActivityURI()
GetActivityURI
in interface ICustomActivityModelRO
public java.lang.String GetName()
GetName
in interface IMVCObject
GetName
in class EditorModel
public boolean GetValidStore()
public boolean GetIsNewActivity()
public boolean GetDelegateRight()
GetDelegateRight
in interface ICustomActivityModelRO
public void ResetInputs()
public int SaveMainPage(XPHashtable _htFormData)
_htFormData
-
public int SavePage(java.lang.String _sPageName, XPHashtable _htFormData)
SavePage
in interface IRepostModel
SavePage
in class EditorModel
_sPageName
- _htFormData
-
public void SetExistingGroups()
public void StartSelectPTObject()
protected java.lang.Object[] GetAddedGroups()
protected java.lang.Object[] GetDeletedGroups()
protected void StartMigrationHistory()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |