|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorHelperModel
public abstract class EditorHelperModel
This class is a helper class for the EditorModel. This is NOT a real EditorModel or RepostModel. The saveSection method will have to be called by the main EditorModel class of the Editor. This class can be used to implement common or plug-in sections and can also be used as a secondary Model class if the main one is getting too big and you want to split the code into multiple classes.
| Field Summary | |
|---|---|
AActivitySpace |
m_asOwner
Associated Activity Space. |
| Constructor Summary | |
|---|---|
EditorHelperModel()
|
|
| Method Summary | |
|---|---|
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. |
abstract java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
abstract java.lang.String |
GetName()
Returns the Class name. |
void |
Init(AActivitySpace parent)
Inits the Model with the Activity Space. |
abstract int |
SaveSection(XPHashtable _htFormData)
Code to save the section represented by this Model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public AActivitySpace m_asOwner
| Constructor Detail |
|---|
public EditorHelperModel()
| Method Detail |
|---|
public abstract java.lang.Object Create()
Create in interface IManagedObjectpublic abstract java.lang.String GetName()
GetName in interface IMVCObjectpublic void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public void Init(AActivitySpace parent)
Init in interface IModelparent - public abstract int SaveSection(XPHashtable _htFormData)
_htFormData - Form posted data.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||