|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.common.uiparts.RulesDebugMSGModel
public class RulesDebugMSGModel
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
RulesDebugMSGModel()
|
|
| 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. |
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()
Return the name of the MVC object. |
Redirect |
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end of the Editor). |
void |
Init(AActivitySpace parent)
This method initializes the model. |
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 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
| Constructor Detail |
|---|
public RulesDebugMSGModel()
| Method Detail |
|---|
public void Finish()
IRepostModel
Finish in interface IRepostModelpublic Redirect GetRedirectAfterFinish()
IRepostModel
GetRedirectAfterFinish in interface IRepostModel
public int SavePage(java.lang.String arg0,
XPHashtable arg1)
IRepostModel
SavePage in interface IRepostModelpublic void CleanupTempData()
IModel
CleanupTempData in interface IModelpublic void CleanupAllData()
IModel
CleanupAllData in interface IModelpublic void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity Spacepublic java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectpublic java.lang.Object Create()
IManagedObject
Create in interface IManagedObject
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||