com.plumtree.portalpages.admin.ptutilities.automationserver
Class AutomationServerModel

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorModel
      extended by com.plumtree.portalpages.admin.ptutilities.automationserver.AutomationServerModel
All Implemented Interfaces:
IAutomationServerModelRO, IManagedObject, IModel, IModelRO, IMVCObject, IEditorModelRO, IRepostModel

public class AutomationServerModel
extends EditorModel
implements IAutomationServerModelRO

This class keeps an up-to-date state of all the settings. It contains the set and get methods for those settings. It contains the start, save and finish methods. This class is used by the Section MainView (to get the latest value of the settings to display) and by the Control MainRepostControl (to perform the repost actions).

Author:
SudhaS

Field Summary
protected  boolean m_bFromPopUp
           
protected  XPDateTime m_dtDeleteDate
           
protected  XPDateTime m_dtFromDate
           
protected  XPDateTime m_dtToDate
           
protected  java.lang.String m_strServerName
           
protected  java.lang.String m_strServerNetAddr
           
static java.lang.String STR_MVC_CLASS_NAME
          The unique identifier for the class
 
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
AutomationServerModel()
           
 
Method Summary
 boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
          Implements some actions to perform on start.
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 void DoTaskOnComeBackFromPopUp()
          Executes when the user returns from the automation server popup
 void DoTaskOnComeBackFromSubEditor()
          This method will be called when you come back to the main Editor from a sub Editor.
 void DoTaskOnDeleteFromDate()
          Null implementation of parent function
 void DoTaskOnShowNewDates()
           
 void Finish()
          Implement some code to execute when the user clicks on "Finish".
 java.lang.String GetFromDateAsString()
           
 java.lang.String GetName()
          Returns the Class name.
 java.lang.String GetToDateAsString()
           
protected  void InitializeAutomationServerList()
           
 int SaveAutomationServer(XPHashtable _htFormData)
           
 int SavePage(java.lang.String _sPageName, XPHashtable _htFormData)
          Calls the right save function according to the page name passed in argument.
 int SavePopUp(XPHashtable _htFormData)
           
 void SetFromPopup(boolean _bComingFromPopup)
           
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorModel
Cancel, CleanupAllData, CleanupTempData, DoTaskAfterStore, DoTaskBeforeStore, DoTaskOnChangePage, DoTaskOnStartEditor, GetAccessToEditorPriviledges, GetCloseOnDone, GetCurrentRepostAction, GetDeleteOnCancel, GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly, GetRedirectAfterFinish, GetUserHasAccessToEditor, Init, SetCloseOnDone, SetDeleteOnCancel, SetEditorType, SetEnableApplyButton, SetHideLeftNav, SetPageStatus, SetUserHasAccessToEditor
 
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

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
The unique identifier for the class

See Also:
Constant Field Values

m_strServerName

protected java.lang.String m_strServerName

m_strServerNetAddr

protected java.lang.String m_strServerNetAddr

m_dtDeleteDate

protected XPDateTime m_dtDeleteDate

m_dtFromDate

protected XPDateTime m_dtFromDate

m_dtToDate

protected XPDateTime m_dtToDate

m_bFromPopUp

protected boolean m_bFromPopUp
Constructor Detail

AutomationServerModel

public AutomationServerModel()
Method Detail

CheckEditorAccessAndStart

public boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
Implements some actions to perform on start.

Specified by:
CheckEditorAccessAndStart in class EditorModel
Parameters:
_htFormData -
Returns:
boolean Is true if the current user has the rights to access this Editor.

Create

public java.lang.Object Create()
Description copied from class: EditorModel
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Specified by:
Create in class EditorModel
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

DoTaskOnComeBackFromPopUp

public void DoTaskOnComeBackFromPopUp()
Executes when the user returns from the automation server popup


DoTaskOnComeBackFromSubEditor

public void DoTaskOnComeBackFromSubEditor()
This method will be called when you come back to the main Editor from a sub Editor.

Overrides:
DoTaskOnComeBackFromSubEditor in class EditorModel

DoTaskOnDeleteFromDate

public void DoTaskOnDeleteFromDate()
Null implementation of parent function


DoTaskOnShowNewDates

public void DoTaskOnShowNewDates()

Finish

public void Finish()
Implement some code to execute when the user clicks on "Finish".

Specified by:
Finish in interface IRepostModel
Specified by:
Finish in class EditorModel

GetFromDateAsString

public java.lang.String GetFromDateAsString()

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class EditorModel
Returns:
String

GetToDateAsString

public java.lang.String GetToDateAsString()
Returns:

SaveAutomationServer

public int SaveAutomationServer(XPHashtable _htFormData)
Parameters:
_htFormData -
Returns:

SavePage

public int SavePage(java.lang.String _sPageName,
                    XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument.

Specified by:
SavePage in interface IRepostModel
Specified by:
SavePage in class EditorModel
Parameters:
_sPageName -
_htFormData -
Returns:
int Page status for server side validation

SavePopUp

public int SavePopUp(XPHashtable _htFormData)
Parameters:
_htFormData -
Returns:

SetFromPopup

public void SetFromPopup(boolean _bComingFromPopup)
Parameters:
_bComingFromPopup -

InitializeAutomationServerList

protected void InitializeAutomationServerList()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.