|
|||||||||
| 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.ext.providers.outgoingnetworksearch.OutgoingNSModel
public class OutgoingNSModel
This class implements the model for the Federated Search Listener object.
| Field Summary | |
|---|---|
static int |
MAPLIST_NUMCOLUMNS
The number of columns in the multicolumn list |
static int |
MAPLIST_PTOBJECTPOSITION
The position for the PT Object column in the multicolumn list |
static int |
PMODE_CREATE
|
static int |
PMODE_EDIT
|
static int |
PMODE_INVALID
The following static members define the possible modes this editor can be in. |
static java.lang.String |
STR_MVC_CLASS_NAME
Unique identifier for the class |
| 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 | |
|---|---|
OutgoingNSModel()
|
|
| Method Summary | |
|---|---|
boolean |
CheckEditorAccessAndStart(XPHashtable _htFormData)
Retrieves the Web Service ID and initializes the Data Source. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
void |
DoTaskAfterStore()
Code executed after the object is stored. |
void |
DoTaskBeforeStore()
Code executed before the object is stored. |
void |
DoTaskOnStartEditor(XPHashtable _htFormData)
Code executed when the Editor is starting. |
int |
GetCreatorID()
Returns the creatorID. |
java.lang.String |
GetName()
Returns the Class name. |
int |
GetPMode()
Returns the nPMode. |
java.lang.String |
GetPortalAuthPassword()
Returns the portal authentication password. |
java.lang.String |
GetThisPortalIdentity()
Returns the string that uniquely identifies this portal to incoming portals. |
java.lang.Object[] |
GetUserGroups()
Returns the User Groups used in the groups to names map. |
java.lang.Object[] |
GetUserNames()
Returns the user names used in the groups to names map. |
int |
GetWebServiceID()
Returns the webServiceID. |
boolean |
GetXUIEnabled()
Returns the m_bXUIEnabled. |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
SetMemberVariablesFromQS(XPHashtable _htFormData)
Helper method for the StartEditor method. |
void |
SetPortalAuthPassword(java.lang.String portalAuthPassword)
Sets the portal authentication password. |
void |
SetThisPortalIdentity(java.lang.String thisPortalIdentity)
Sets the the string that uniquely identifies this portal to incoming portals. |
void |
SetUserGroups(java.lang.Object[] userGroups)
Sets the user groups used in the groups to user names map. |
void |
SetUserNames(java.lang.Object[] userNames)
Sets the user names used in the groups to names map. |
void |
SetWebServiceID(int webServiceID)
Sets the webServiceID. |
void |
StartSelectPTGroup()
Helper method to start the Select PTObject List. |
| Methods inherited from class com.plumtree.portaluiinfrastructure.editor.ObjEditorModel |
|---|
CheckEditorAccess, CheckFolderType, DisableSecurity, DoTaskOnComeBackFromSubEditor, Finish, ForceSaveInFolder, GetClassID, GetFolderID, GetFolderName, GetIsSysAdmin, GetMigrationStatus, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession, Init, InitIsSysAdminFlag, InitPTObject, IsDescriptionDisabled, IsMigrationApproved, SaveMigrationStatus, SetDisableDescription, SetEditorToReadOnly, SetMigrationStatus, StartKeywords, StartLocNamesList, StartMigrationHistory, StartObjectProp, StartSecurityList, StoreObject |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
Cancel, CleanupAllData, CleanupTempData, 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 MAPLIST_NUMCOLUMNS
public static final int MAPLIST_PTOBJECTPOSITION
public static final int PMODE_INVALID
public static final int PMODE_CREATE
public static final int PMODE_EDIT
| Constructor Detail |
|---|
public OutgoingNSModel()
| Method Detail |
|---|
public void SetPortalAuthPassword(java.lang.String portalAuthPassword)
portalAuthPassword - The portalAuthPassword to setpublic java.lang.String GetPortalAuthPassword()
GetPortalAuthPassword in interface IOutgoingNSModelROpublic void SetThisPortalIdentity(java.lang.String thisPortalIdentity)
thisPortalIdentity - The thisPortalIdentity to setpublic java.lang.String GetThisPortalIdentity()
GetThisPortalIdentity in interface IOutgoingNSModelROpublic void SetUserGroups(java.lang.Object[] userGroups)
userGroups - The userGroups to setpublic java.lang.Object[] GetUserGroups()
GetUserGroups in interface IOutgoingNSModelROpublic void SetUserNames(java.lang.Object[] userNames)
userNames - The userNames to setpublic java.lang.Object[] GetUserNames()
GetUserNames in interface IOutgoingNSModelROpublic void SetWebServiceID(int webServiceID)
webServiceID - The webServiceID to setpublic int GetWebServiceID()
GetWebServiceID in interface IOutgoingNSModelROpublic boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
CheckEditorAccessAndStart in class ObjEditorModel_htFormData -
public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelIManagedObject.Create()public void DoTaskAfterStore()
DoTaskAfterStore in class EditorModelpublic void DoTaskBeforeStore()
DoTaskBeforeStore in class EditorModelXPExceptionpublic void DoTaskOnStartEditor(XPHashtable _htFormData)
DoTaskOnStartEditor in class EditorModel_htFormData -
XPExceptionpublic java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorModel
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
SavePage in interface IRepostModelSavePage in class ObjEditorModel_sPageName - _htFormData -
public void StartSelectPTGroup()
public boolean GetXUIEnabled()
GetXUIEnabled in interface IOutgoingNSModelROpublic void SetMemberVariablesFromQS(XPHashtable _htFormData)
ObjEditorModel
SetMemberVariablesFromQS in class ObjEditorModelObjEditorModel.SetMemberVariablesFromQS(XPHashtable)public int GetPMode()
public int GetCreatorID()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||