Plumtree Portal UI  
 

ObjPropEditorModel Methods

The methods of the ObjPropEditorModel class are listed below. For a complete list of ObjPropEditorModel class members, see the ObjPropEditorModel Members topic.

Public Instance Methods

Cancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
CheckEditorAccessAndStart That method is called by the EditorStartControl. It retrieves the existing IPTObject in edit mode.
CleanupAllData (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
CleanupTempData (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
Create 
DisableSecurity (inherited from ObjEditorModel) Returns true if the current Object doesn't support ACLs.
DoTaskAfterStore (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskBeforeStore (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskOnChangePage (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskOnComeBackFromSubEditor (inherited from ObjEditorModel) This method will be called when you come back to the main Editor from a sub Editor.
DoTaskOnStartEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Finish (inherited from ObjEditorModel) That method is called by the EditorFinishControl. It takes care of storing the IPTObject in the DB when the user finishes the Editor.
ForceSaveInFolder (inherited from ObjEditorModel) Returns the Folder ID in which the Object will be saved.
GetClassID (inherited from ObjEditorModel) Returns the Class ID corresponding to the object being created or edited.
GetCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetCurrentRepostAction (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetEditorType (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetEnableApplyButton (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetFolderID (inherited from ObjEditorModel) Returns the Folder ID in which the Object will be saved.
GetFolderName (inherited from ObjEditorModel) Returns the folder name.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetHideLeftNav (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetIsEditorReadOnly (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetIsSysAdmin (inherited from ObjEditorModel) Returns the value of the m_bIsSysAdmin member variable.
GetMigrationStatus (inherited from ObjEditorModel) Returns the current Object's migration status.
GetName Returns the Class name.
GetObject (inherited from ObjEditorModel) Returns the the IPTObject being created or edited.
GetObjectDescription (inherited from ObjEditorModel) Returns the description of the IPTObject being created or edited.
GetObjectID (inherited from ObjEditorModel) Returns the ID of the IPTObject being created or edited.
GetObjectName (inherited from ObjEditorModel) Returns the name of the IPTObject being created or edited.
GetParentFolderPath (inherited from ObjEditorModel) Returns the path to the folder where the object has been saved.
GetPTSession (inherited from ObjEditorModel) Returns the IPTSession for the current user.
GetRedirectAfterFinish (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetType (inherited from Object)Gets the Type of the current instance.
GetUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
Init (inherited from ObjEditorModel) Inits the Model with the IPTSession.
IsDescriptionDisabled (inherited from ObjEditorModel) Returns true if the object description cannot be set/changed from the Editor.
IsMigrationApproved (inherited from ObjEditorModel) Returns true if the migration has already been approved for the current object.
SavePage (inherited from ObjEditorModel) Calls the right save function according to the page name passed in argument.
SetCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetDisableDescription (inherited from ObjEditorModel) Sets the value of the m_bDisableDescription member variable.
SetEditorToReadOnly (inherited from ObjEditorModel) Helper method to set the read-only flag to true and display a warning on every page to remind the user his changes will not be saved.
SetEditorType (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetEnableApplyButton (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetHideLeftNav (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetMemberVariablesFromQS (inherited from ObjEditorModel) Helper method for the StartEditor method. Fill out the member variables with data from QS.
SetMigrationStatus (inherited from ObjEditorModel) Sets the current Object's migration status.
SetPageStatus (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
StartKeywords (inherited from ObjEditorModel) Helper method to start the keywords section.
StartLocNamesList (inherited from ObjEditorModel) Helper method to start the localized names and description list.
StartMigrationHistory (inherited from ObjEditorModel) Helper method to start the migration history page.
StartObjectProp (inherited from ObjEditorModel) Helper method to start the object property page.
StartSecurityList (inherited from ObjEditorModel) Helper method to start the security page.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

CheckEditorAccess Helper method to check the current user rights to this Object Editor.
CheckFolderType (inherited from ObjEditorModel) Helper method to check retrieve the folder type.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
InitIsSysAdminFlag (inherited from ObjEditorModel) Helper method to init the isSysAdmin flag.
InitPTObject (inherited from ObjEditorModel) Helper method to initialize the PTObject being created or edited.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
SaveMigrationStatus (inherited from ObjEditorModel) Helper method to Save the migration status on the object.
StoreObject (inherited from ObjEditorModel) Helper method to Store the Object.

See Also

ObjPropEditorModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties Namespace