|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.admin.sendinvitation.SendInvitationModel
public class SendInvitationModel
| Field Summary | |
|---|---|
protected AActivitySpace |
m_asOwner
|
protected boolean |
m_bCreateStatus
|
protected java.lang.String |
m_sCreateErrorMessage
|
protected IPTSession |
m_Session
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
SendInvitationModel()
|
|
| 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". |
boolean |
GetCreateCodeStatus()
Returns the Create Code Statue. |
java.lang.String |
GetCreateErrorMessage()
Returns the Create Error Message. |
java.lang.String |
GetName()
Returns the Class name. |
Redirect |
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end). |
XPDateTime |
GetTodaysDate()
|
void |
Init(AActivitySpace parent)
Inits the Model with the IPTSession. |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
SetCreateCodeStatus(boolean _bStatus)
Sets the Create Code Statue. |
void |
SetCreateErrorMessage(java.lang.String _sErrorMessage)
Sets the Create Error Message. |
| 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
protected AActivitySpace m_asOwner
protected IPTSession m_Session
protected java.lang.String m_sCreateErrorMessage
protected boolean m_bCreateStatus
| Constructor Detail |
|---|
public SendInvitationModel()
| Method Detail |
|---|
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 void Finish()
Finish in interface IRepostModelpublic boolean GetCreateCodeStatus()
GetCreateCodeStatus in interface ISendInvitationModelROpublic java.lang.String GetCreateErrorMessage()
GetCreateErrorMessage in interface ISendInvitationModelROpublic java.lang.String GetName()
GetName in interface IMVCObjectpublic Redirect GetRedirectAfterFinish()
GetRedirectAfterFinish in interface IRepostModelpublic XPDateTime GetTodaysDate()
GetTodaysDate in interface ISendInvitationModelROpublic void Init(AActivitySpace parent)
Init in interface IModelparent -
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
SavePage in interface IRepostModel_sPageName - _htFormData -
public void SetCreateCodeStatus(boolean _bStatus)
_bStatus - public void SetCreateErrorMessage(java.lang.String _sErrorMessage)
_sErrorMessage -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||