Uses of Interface
org.eclnt.ccaddons.dof.IDOFObjectPersistor
Packages that use IDOFObjectPersistor
Package
Description
-
Uses of IDOFObjectPersistor in org.eclnt.ccaddons.dof
Classes in org.eclnt.ccaddons.dof that implement IDOFObjectPersistorModifier and TypeClassDescriptionclassclassDummy implementation as inheritance base for implementations ofIDOFObjectPersistor. -
Uses of IDOFObjectPersistor in org.eclnt.ccaddons.dof.pbc
Methods in org.eclnt.ccaddons.dof.pbc that return IDOFObjectPersistorMethods in org.eclnt.ccaddons.dof.pbc with parameters of type IDOFObjectPersistorModifier and TypeMethodDescriptionvoidDOFFilterPropertyAreaUI.prepare(DOFObjectFilter filter, DOFPropertyType propertyType, IDOFObjectPersistor persistorQuery, IDOFFilterPropertyAreaUI.IListener listener) final voidDOFObjectListEditorUI.prepare(DOFObjectType objectType, List<DOFObject> doos, IModeList mode, IDOFObjectPersistor persistor, DOFObjectListEditorUI.IListener listener) final voidDOFObjectListEditorUI.prepare(DOFObjectType objectType, List<DOFObject> doos, IModeList mode, IDOFObjectPersistor persistor, DOFObjectListEditorUI.IListener listener, DOFObjectListUI.IExtension listUIExtension) voidDOFObjectListUI.prepare(DOFObjectType objectType, List<DOFObject> doos, IModeList mode, IDOFObjectPersistor persitor, IFormatHelper formatHelper, DOFObjectListUI.IListener listener, DOFObjectListUI.IExtension extension) voidIDOFFilterPropertyAreaUI.prepare(DOFObjectFilter filter, DOFPropertyType propertyType, IDOFObjectPersistor persistorQuery, IDOFFilterPropertyAreaUI.IListener listener) Constructors in org.eclnt.ccaddons.dof.pbc with parameters of type IDOFObjectPersistorModifierConstructorDescriptionDOFFilterComboUI(DOFObjectFilter filter, DOFPropertyType propertyType, IDOFObjectPersistor persistorQuery, DOFFilterComboUI.IListener listener) DOFObjectUI(DOFObject instance, IDOFObjectPersistor persistor) -
Uses of IDOFObjectPersistor in org.eclnt.ccaddons.dof.ui
Constructors in org.eclnt.ccaddons.dof.ui with parameters of type IDOFObjectPersistorModifierConstructorDescriptionDOFObjectTypeUI(DOFObject instance, IDOFObjectPersistor persistor) DOFPropertyTypeUI(DOFObject instance, IDOFObjectPersistor persistor) -
Uses of IDOFObjectPersistor in org.eclnt.ccaddons.dof.util
Classes in org.eclnt.ccaddons.dof.util that implement IDOFObjectPersistorModifier and TypeClassDescriptionclassPersistor that is reflectin a DOF object into a corresponding table.classPersistor that works with a complex "joined table" definition.classclassExtension ofDOFJdbcPersistoradding the feature to support a tenant.classMethods in org.eclnt.ccaddons.dof.util that return IDOFObjectPersistorModifier and TypeMethodDescriptionstatic IDOFObjectPersistorDOFUtil.createPersistor(DOFObject instance) static IDOFObjectPersistorDOFUtil.createPersistor(DOFObjectType objectType) Methods in org.eclnt.ccaddons.dof.util with parameters of type IDOFObjectPersistorModifier and TypeMethodDescriptionstatic DOFObjectEditorUIDOFUtil.createDetailEditorUI(DOFObject instance, DOFObjectEditorUI.IListener editorListener, IDOFObjectPersistor persistor) Creation of a detail editor screen for a DOFObject.static DOFObjectUIDOFUtil.createDetailUI(DOFObject instance, IDOFObjectPersistor persistor) Creation of a detail screen for a DOFObject.static voidDOFProcessing.remove(DOFObject instance, IDOFObjectPersistor persistor) static booleanDOFProcessing.save(DOFObject instance, IDOFObjectPersistor persistor)