|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.common.areyousure.AreYouSureModel
public class AreYouSureModel
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
AreYouSureModel()
|
|
| Method Summary | |
|---|---|
void |
AddMessage(AYSMessage aysIn)
Adds an AYSMessage to be displayed |
void |
AddMessage(java.lang.String strMessage,
int nMessageType)
Adds an AYSMessage to be displayed (simple form) |
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. |
XPArrayList |
GetMessages()
Returns the xpalAYSMessages. |
java.lang.String |
GetName()
Return the name of the MVC object. |
void |
Init(AActivitySpace parent)
This method initializes the model. |
void |
SetSessionKey(java.lang.String strSessionKey)
Gets an array of messages from the passed-in SessionKey. |
| 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 AreYouSureModel()
| Method Detail |
|---|
public void AddMessage(AYSMessage aysIn)
public void AddMessage(java.lang.String strMessage,
int nMessageType)
public void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public XPArrayList GetMessages()
GetMessages in interface IAYSModelROpublic java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity SpaceIModel.Init(AActivitySpace)public void SetSessionKey(java.lang.String strSessionKey)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||