Plumtree Portal UI  
 

ObjPropEditorModel Members

ObjPropEditorModel overview

Public Static Fields

STR_MVC_CLASS_NAME Class name for ObjPropEditorModel

Public Instance Constructors

ObjPropEditorModel Constructor Initializes a new instance of the ObjPropEditorModel class.

Public Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 

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 Fields

m_bCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bDisableDescription (inherited from ObjEditorModel) For some objects, you can't set/change the description from the Editor.
m_bDisableSecurity (inherited from ObjEditorModel) Some Objects don't support ACLs. We don't display the Security page for those Objects.
m_bEnableApplyButton (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bForceSavedInSuppliedFolder (inherited from ObjEditorModel) This var is set if this editor is opened by a parent editor (although not being a sub editor), and the requires the edited object to be stored in a certain folder. E.g is when creating a subcommunity within a community, always want the subcommonity to be created in the parent community's folder. The parent editor passes in the ForceSaveIn parameter to set this.
m_bHideLeftNav (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bIsEditorReadOnly (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bIsSysAdmin (inherited from ObjEditorModel) Flag to know if the current user has system administration activity rights. We need it to know when to display the migration checkbox.
m_bUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nClassID (inherited from ObjEditorModel) Object being created or edited class ID
m_nEditorType (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nFolderID (inherited from ObjEditorModel) Folder ID where this object should be saved (has value only in create mode)
m_nFolderType (inherited from ObjEditorModel) Folder type.
m_nObjectID (inherited from ObjEditorModel) Object being created or edited ID (has value only in edit mode)
m_ptObject (inherited from ObjEditorModel) Server object: Object being created or edited
m_Session (inherited from ObjEditorModel) Server object: Plumtree Session for the current user
m_sFolderName (inherited from ObjEditorModel) Folder Name.

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