Plumtree Portal UI  
 

ObjEditorModel Class

This is the Model class for the Editor Framework. This class assumes the framework is based on an IPTObject. Editors based on other Objects like for example Global Objects need to extend EditorModel directly. This class contains the IPTObject as a member variable. It initializes IPTObject when the editor starts and stores it in the DB when the user is done. Model classes should extend this class.

For a list of all members of this type, see ObjEditorModel Members.

System.Object
   com.plumtree.uiinfrastructure.editor.EditorModel
      com.plumtree.portaluiinfrastructure.editor.ObjEditorModel
         com.plumtree.portaluiinfrastructure.editor.commonpages.objectproperties.ObjPropEditorModel

public abstract class ObjEditorModel : EditorModel, IObjEditorModelRO, IMigrationModelRO, IDescriptionModelRO

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.editor

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

ObjEditorModel Members | com.plumtree.portaluiinfrastructure.editor Namespace