|
|||||||||
| 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.crawler.CrawlerModel
com.plumtree.portalpages.ext.providers.soap.crawler.SOAPCrawlerModel
public class SOAPCrawlerModel
This is the Model class for the SOAP Crawler Editor.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
Class Name for the Activity Space. |
| Fields inherited from class com.plumtree.portalpages.admin.editors.crawler.CrawlerModel |
|---|
crawlerRuntimeConfig, m_bDisplayMirroringAlert, m_bDSSupportMirroring, m_bImportOnlyNewLinks, m_bRefreshExistingCards, m_bSupportsACLImport, m_nDeletionCards, m_nRejectionCards, m_pbStartLocation, m_sDataSourceName, QS_CRAWLEREDITOR_DATASOURCE_ID |
| 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 | |
|---|---|
SOAPCrawlerModel()
|
|
| Method Summary | |
|---|---|
boolean |
CheckEditorAccessAndStart(XPHashtable _htFormData)
Retrieves the DS ID and initializes the Crawler. |
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. |
protected java.lang.String |
GetMainDPName()
Returns the name of the MainDP display page. |
java.lang.String |
GetName()
Returns the Class name. |
protected void |
InitProviderPropertyBag(IXPPropertyBag _pbStartLocation)
Initializes the Crawler property bag. |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
| Methods inherited from class com.plumtree.portalpages.admin.editors.crawler.CrawlerModel |
|---|
ChangeMirroringStatus, ClearDeletionHistory, ClearRejectionHistory, DoTaskOnComeBackFromSubEditor, GetApplyExisting, GetCrawlerSettings, GetCrawlerTag, GetDataSourceName, GetDocMapSectionCount, GetImportOnlyNewLinks, GetRuntimeConfiguration, GetSupportMirroring, GetSupportsACLImport, GetTaxSettings, GetUnmappedExternalDomains, InitPTObject, RaiseError, RaiseError, SaveMainDP, StartCardSecurity, StartContentLanguage, StartImportSettings, StartLinkSettings, StartSelectFolder, StoreAdvSettings, StoreContentLanguage, StoreDestFolders, StoreLinkSettings |
| Methods inherited from class com.plumtree.portaluiinfrastructure.editor.ObjEditorModel |
|---|
CheckEditorAccess, CheckFolderType, DisableSecurity, Finish, ForceSaveInFolder, GetClassID, GetFolderID, GetFolderName, GetIsSysAdmin, GetMigrationStatus, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession, Init, InitIsSysAdminFlag, 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, 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.portalpages.admin.editors.crawler.ICrawlerModelRO |
|---|
GetApplyExisting, GetCrawlerSettings, GetCrawlerTag, GetDocMapSectionCount, GetImportOnlyNewLinks, GetRuntimeConfiguration, GetSupportMirroring, GetSupportsACLImport, GetTaxSettings, GetUnmappedExternalDomains |
| 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
| Constructor Detail |
|---|
public SOAPCrawlerModel()
| Method Detail |
|---|
public 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 CrawlerModelpublic void DoTaskBeforeStore()
DoTaskBeforeStore in class CrawlerModelpublic void DoTaskOnStartEditor(XPHashtable _htFormData)
DoTaskOnStartEditor in class CrawlerModel_htFormData - public 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 CrawlerModel_sPageName - _htFormData -
protected java.lang.String GetMainDPName()
GetMainDPName in class CrawlerModelprotected void InitProviderPropertyBag(IXPPropertyBag _pbStartLocation)
InitProviderPropertyBag in class CrawlerModel_pbStartLocation -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||