|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorHelperModel
com.plumtree.portalpages.admin.editors.webservice.plugins.HTTPSettingsPluginModel
public class HTTPSettingsPluginModel
Field Summary | |
---|---|
protected PTDuration |
m_ptdGatewayTimeout
|
protected PTDuration |
m_ptdPortletTimeout
Timeout information. |
static int |
NMASK_SUPPORTED_UNITS
This mask is used by our view to send time data to us in units that we support. |
static java.lang.String |
STR_MVC_CLASS_NAME
This object's name |
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
---|
m_asOwner |
Constructor Summary | |
---|---|
HTTPSettingsPluginModel()
|
Method Summary | |
---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
void |
DoTaskBeforeWSStore()
Sub models are expected to store themselves to the ptWebService object passed in in InitWSModel during this call. |
void |
DoTaskOnRemoteServerUpdate(java.lang.String strRemoteServerID,
java.lang.String strRemoteServerName,
java.lang.String strRemoteServerBaseURL)
Called when the Remote Server is changed. |
void |
DoTaskOnWSModeUpdate(int nNewWSMode)
Called when the Web Service type is changed. |
java.lang.String |
GetBaseURL()
|
PTDuration |
GetGatewayDuration()
Returns timeout setting. |
java.lang.String |
GetName()
Returns the Class name. |
PTDuration |
GetPortletDuration()
Returns timeout setting. |
java.lang.String |
GetPortletURL()
Returns the m_strWebServiceURL. |
java.lang.String |
GetValidationFunction()
This returns the name of the client-side validation function that the model wants added to the page-level validation funtion. |
void |
InitWSModel(IPTWebService ptWebService)
Initializes the sub-model. |
int |
SaveSection(XPHashtable _htFormData)
Code to save the section represented by this Model. |
void |
SetPortletURL(java.lang.String strWebServiceURL)
Sets the m_strWebServiceURL. |
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
---|
CleanupAllData, CleanupTempData, Init |
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
public static final int NMASK_SUPPORTED_UNITS
protected PTDuration m_ptdPortletTimeout
protected PTDuration m_ptdGatewayTimeout
Constructor Detail |
---|
public HTTPSettingsPluginModel()
Method Detail |
---|
public java.lang.Object Create()
EditorHelperModel
Create
in interface IManagedObject
Create
in class EditorHelperModel
IManagedObject.Create()
public void DoTaskBeforeWSStore()
IWSSubModel
DoTaskBeforeWSStore
in interface IWSSubModel
IWSSubModel.DoTaskBeforeWSStore()
public void DoTaskOnRemoteServerUpdate(java.lang.String strRemoteServerID, java.lang.String strRemoteServerName, java.lang.String strRemoteServerBaseURL)
IWSSubModel
DoTaskOnRemoteServerUpdate
in interface IWSSubModel
IWSSubModel.DoTaskOnRemoteServerUpdate(String, String, String)
public void DoTaskOnWSModeUpdate(int nNewWSMode)
IWSSubModel
DoTaskOnWSModeUpdate
in interface IWSSubModel
IWSSubModel.DoTaskOnWSModeUpdate(int)
public java.lang.String GetBaseURL()
GetBaseURL
in interface IHTTPSettingsPluginModelRO
IHTTPSettingsPluginModelRO.GetBaseURL()
public java.lang.String GetName()
EditorHelperModel
GetName
in interface IMVCObject
GetName
in class EditorHelperModel
IMVCObject.GetName()
public java.lang.String GetPortletURL()
GetPortletURL
in interface IHTTPSettingsPluginModelRO
public java.lang.String GetValidationFunction()
IWSSubModel
GetValidationFunction
in interface IWSSubModel
IWSSubModel.GetValidationFunction()
public void InitWSModel(IPTWebService ptWebService)
IWSSubModel
InitWSModel
in interface IWSSubModel
com.plumtree.portalpages.admin.editors.webservice.IWSSubModel#InitWSModel()
public int SaveSection(XPHashtable _htFormData)
EditorHelperModel
SaveSection
in class EditorHelperModel
_htFormData
- Form posted data.
EditorHelperModel.SaveSection(XPHashtable)
public void SetPortletURL(java.lang.String strWebServiceURL)
strWebServiceURL
- The m_strWebServiceURL to setpublic PTDuration GetGatewayDuration()
IHTTPSettingsPluginModelRO
GetGatewayDuration
in interface IHTTPSettingsPluginModelRO
ICWSSettingsPluginModelRO.GetGatewayDuration()
public PTDuration GetPortletDuration()
IHTTPSettingsPluginModelRO
GetPortletDuration
in interface IHTTPSettingsPluginModelRO
ICWSSettingsPluginModelRO.GetSOAPDuration()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |