| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorModel
com.plumtree.portaluiinfrastructure.editor.ObjEditorModel
com.plumtree.portalpages.admin.editors.remoteserver.RemoteServerModel
public class RemoteServerModel
| Field Summary | |
|---|---|
static int | 
AUTHTYPE_ADMIN
 | 
static int | 
AUTHTYPE_NONE
The following statics are used by the Section as values returned by the Authentication Type radio buttons.  | 
static int | 
AUTHTYPE_USER
 | 
static java.lang.String | 
NULL_PASSWORD
This string is used in lieu of returning the actual password to the client.  | 
static java.lang.String | 
STR_MVC_CLASS_NAME
 | 
| Fields inherited from class com.plumtree.portaluiinfrastructure.editor.ObjEditorModel | 
|---|
EDITOR_CLASSID_UNKNOWN, EDITOR_FOLDERID_UNKNOWN, EDITOR_OBJECTID_UNKNOWN, EDITOR_QS_BOL_QS_FORCESAVEINFOLDER, EDITOR_QS_INT_CLASS_ID, EDITOR_QS_INT_QS_FOLDER_ID, EDITOR_QS_INT_QS_OBJECT_ID, m_bDisableDescription, m_bDisableSecurity, m_bForceSavedInSuppliedFolder, m_bIsSysAdmin, m_nClassID, m_nFolderID, m_nFolderType, m_nObjectID, m_ptObject, m_Session, m_sFolderName, OBJECT_NAME_TRUNCATE | 
| 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 | |
|---|---|
RemoteServerModel()
 | 
|
| Method Summary | |
|---|---|
 java.lang.Object | 
Create()
This method is used by the ASManager to return new instances of managed objects.  | 
 void | 
DoTaskBeforeStore()
That method contains the code that should be executed just before the object is stored in the DB.  | 
 void | 
DoTaskOnStartEditor(XPHashtable _htFormData)
That method contains the code that should be executed just after the object has been initialized when the new editor is started.  | 
 IASQueryResult | 
GetAssocWebServices()
Returns a QueryResult of all of the Associated Web Services  | 
 int | 
GetAuthType()
Returns the strAuthTypeRadio.  | 
 java.lang.String | 
GetBaseURL()
Returns the strBaseURL.  | 
 java.lang.String | 
GetLoginName()
Returns the strLoginName.  | 
 java.lang.String | 
GetName()
Returns the Class name.  | 
 java.lang.String | 
GetPublicKey()
Returns the public key.  | 
 int | 
SavePage(java.lang.String _sPageName,
         XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument.  | 
 void | 
SetAuthType(int intAuthTypeRadio)
Sets the strAuthTypeRadio.  | 
 void | 
SetBaseURL(java.lang.String strBaseURL)
Sets the strBaseURL.  | 
 void | 
SetLoginName(java.lang.String strLoginName)
Sets the strLoginName.  | 
 void | 
SetPassword(java.lang.String strPassword)
Sets the strPassword.  | 
| Methods inherited from class com.plumtree.portaluiinfrastructure.editor.ObjEditorModel | 
|---|
CheckEditorAccess, CheckEditorAccessAndStart, CheckFolderType, DisableSecurity, DoTaskOnComeBackFromSubEditor, Finish, ForceSaveInFolder, GetClassID, GetFolderID, GetFolderName, GetIsSysAdmin, GetMigrationStatus, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession, Init, InitIsSysAdminFlag, InitPTObject, IsDescriptionDisabled, IsMigrationApproved, SaveMigrationStatus, SetDisableDescription, SetEditorToReadOnly, SetMemberVariablesFromQS, SetMigrationStatus, StartKeywords, StartLocNamesList, StartMigrationHistory, StartObjectProp, StartSecurityList, StoreObject | 
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorModel | 
|---|
Cancel, CleanupAllData, CleanupTempData, DoTaskAfterStore, DoTaskOnChangePage, GetAccessToEditorPriviledges, GetCloseOnDone, GetCurrentRepostAction, GetDeleteOnCancel, GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly, GetRedirectAfterFinish, GetUserHasAccessToEditor, 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.portaluiinfrastructure.editor.IObjEditorModelRO | 
|---|
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession | 
| Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO | 
|---|
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly | 
| Field Detail | 
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final int AUTHTYPE_NONE
public static final int AUTHTYPE_USER
public static final int AUTHTYPE_ADMIN
public static final java.lang.String NULL_PASSWORD
| Constructor Detail | 
|---|
public RemoteServerModel()
| Method Detail | 
|---|
public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelIManagedObject.Create()public void DoTaskBeforeStore()
EditorModel
DoTaskBeforeStore in class EditorModelEditorModel.DoTaskBeforeStore()public void DoTaskOnStartEditor(XPHashtable _htFormData)
EditorModel
DoTaskOnStartEditor in class EditorModelcom.plumtree.uiinfrastructure.editor.EditorModel#DoTaskOnStartEditor(_htFormData)public IASQueryResult GetAssocWebServices()
IRemoteServerModelRO
GetAssocWebServices in interface IRemoteServerModelROpublic int GetAuthType()
GetAuthType in interface IRemoteServerModelROpublic java.lang.String GetBaseURL()
GetBaseURL in interface IRemoteServerModelROpublic java.lang.String GetLoginName()
GetLoginName in interface IRemoteServerModelROpublic java.lang.String GetName()
EditorModel
GetName in interface IMVCObjectGetName in class EditorModelIMVCObject.GetName()
public int SavePage(java.lang.String _sPageName,
                    XPHashtable _htFormData)
ObjEditorModel
SavePage in interface IRepostModelSavePage in class ObjEditorModelIRepostModel.SavePage(String, XPHashtable)public void SetAuthType(int intAuthTypeRadio)
strAuthTypeRadio - The strAuthTypeRadio to setpublic void SetBaseURL(java.lang.String strBaseURL)
strBaseURL - The strBaseURL to setpublic void SetLoginName(java.lang.String strLoginName)
strLoginName - The strLoginName to setpublic void SetPassword(java.lang.String strPassword)
strPassword - The strPassword to setpublic java.lang.String GetPublicKey()
IRemoteServerModelRO
GetPublicKey in interface IRemoteServerModelRO
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||