Uses of Class
de.hybris.platform.cockpit.services.values.ObjectValueContainer
-
-
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerCMSContentEditorInjector. getValueContainer()Methods in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type ObjectValueContainer Modifier and Type Method Description static EditorListenerComponentInjectorHelper. createEditorListener(TypedObject item, ObjectValueContainer objectValueContainer, java.util.Map<java.lang.String,? extends java.lang.Object> params, PropertyDescriptor propDescr, java.lang.String editorCode, org.zkoss.zk.ui.HtmlBasedComponent parent, org.zkoss.zk.ui.HtmlBasedComponent rootComponent, boolean autoPersist)protected static ObjectValueContainer.ObjectValueHolderComponentInjectorHelper. getObjectValueHolder(ObjectValueContainer valueContainer, PropertyDescriptor descr, java.lang.String langIso)protected java.lang.ObjectCMSContentEditorInjector. getValue(PropertyDescriptor propDescr, ObjectValueContainer valueContainer)voidAbstractContentEditorRenderer. renderContentEditor(TypedObject item, java.lang.String template, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Map<java.lang.String,? extends java.lang.Object> params)voidContentEditorRenderer. renderContentEditor(TypedObject item, java.lang.String template, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Map<java.lang.String,? extends java.lang.Object> params)voidContentEditorRenderer. renderContentEditor(TypedObject item, java.lang.String template, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean readOnly)voidDefaultContentEditorRenderer. renderContentEditor(TypedObject item, java.lang.String template, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean readOnly)voidCMSContentEditorInjector. setValueContainer(ObjectValueContainer valueContainer)Constructors in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type ObjectValueContainer Constructor Description ContentEditorListener(UIEditor editor, ObjectValueContainer objectValueContainer, PropertyDescriptor propDescr, java.util.Map<java.lang.String,? extends java.lang.Object> params, TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, org.zkoss.zk.ui.HtmlBasedComponent rootComponent, boolean autoPersist) -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.components.editorarea
Methods in de.hybris.platform.cmscockpit.components.editorarea with parameters of type ObjectValueContainer Modifier and Type Method Description voidPageUrlCustomSection. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidPageUrlCustomSection. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.components.liveedit.impl
Methods in de.hybris.platform.cmscockpit.components.liveedit.impl that return ObjectValueContainer Modifier and Type Method Description protected ObjectValueContainerLiveEditPopupEditDialog. getValueContainer(TypedObject rootItem)Gets a proper value container for passed element -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.injectors
Methods in de.hybris.platform.cmscockpit.injectors with parameters of type ObjectValueContainer Modifier and Type Method Description voidPropertyInjector. injectProperty(TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, ObjectValueContainer valueContainer, java.lang.Object locationInfo, boolean hideReadOnly, boolean autoPersist, java.util.Map<java.lang.String,? extends java.lang.Object> params) -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.injectors.impl
Methods in de.hybris.platform.cmscockpit.injectors.impl with parameters of type ObjectValueContainer Modifier and Type Method Description protected voidDefaultReferenceInjector. injectCmsReference(TypedObject referenceValue, ObjectValueContainer refValueContainer, org.zkoss.zk.ui.HtmlBasedComponent refGroup, java.lang.Object locationInfo)protected voidDefaultReferenceInjector. injectNormalReference(TypedObject referenceValue, ObjectValueContainer refValueContainer, org.zkoss.zk.ui.HtmlBasedComponent refGroup, ContentEditorConfiguration config, java.lang.Object locationInfo, boolean hideReadOnly)voidDefaultPropertyInjector. injectProperty(TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, ContentEditorConfiguration config, ObjectValueContainer valueContainer, java.lang.Object locationInfo, boolean hideReadOnly, boolean autoPersist, java.util.Map<java.lang.String,? extends java.lang.Object> params)protected voidDefaultReferenceInjector. renderEditor(TypedObject refValue, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, java.lang.Object locationInfo) -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.services.impl
Methods in de.hybris.platform.cmscockpit.services.impl with parameters of type ObjectValueContainer Modifier and Type Method Description TypedObjectCmsNewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template) -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerContentEditorBrowserSectionModel. getValueContainer()Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type ObjectValueContainer Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentLiveEditContentBrowser.DefaultLiveEditCaptionComponent. createEditor(TypedObject object, EditorRowConfiguration rowConfig, ObjectValueContainer valueContainer) -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.wizard
Fields in de.hybris.platform.cmscockpit.wizard declared as ObjectValueContainer Modifier and Type Field Description protected ObjectValueContainerCmsWizard. objectValueContainerMethods in de.hybris.platform.cmscockpit.wizard that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerCmsWizard. getObjectValueContainer() -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.wizard.controller
Methods in de.hybris.platform.cmscockpit.wizard.controller that return ObjectValueContainer Modifier and Type Method Description protected ObjectValueContainerDefaultAdvancedSearchPageController. getObjectValueContainer() -
Uses of ObjectValueContainer in de.hybris.platform.cmscockpit.wizard.page
Methods in de.hybris.platform.cmscockpit.wizard.page that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerReferenceSelectorPage. getObjctValueContainer() -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.components.contentbrowser
Methods in de.hybris.platform.cockpit.components.contentbrowser that return ObjectValueContainer Modifier and Type Method Description protected ObjectValueContainerContextAreaBrowserComponent. getValueContainer(ObjectTemplate template) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.components.editor
Methods in de.hybris.platform.cockpit.components.editor that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerCockpitEditorContainer. getValueContainer()Methods in de.hybris.platform.cockpit.components.editor with parameters of type ObjectValueContainer Modifier and Type Method Description voidCockpitEditorContainer. setValueContainer(ObjectValueContainer valueContainer) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type ObjectValueContainer Modifier and Type Method Description protected voidDefaultCommentLayerComponentController. updateComment(CommentModel comment, ObjectValueContainer ovc, java.lang.String text) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerValidationUIHelper. createModelFromContainer(TypedObject typedObject, java.lang.String languageIso, PropertyDescriptor propertyDescriptor, UIEditor editor)Methods in de.hybris.platform.cockpit.helpers.validation with parameters of type ObjectValueContainer Modifier and Type Method Description org.zkoss.zul.MenupopupValidationUIHelper. buildTypeConstraintValidationMenuPopup(java.lang.String constraintPk, ObjectValueContainer objectValueContainer, int messageLevel, java.util.List<java.lang.String> forceWritePks)Deprecated.org.zkoss.zul.MenupopupValidationUIHelper. buildTypeConstraintValidationMenuPopup(java.lang.String constraintPk, ObjectValueContainer objectValueContainer, int messageLevel, java.util.List<java.lang.String> forceWritePks, SectionPanelModel panelModel)Builds the type constraint validation menu popup. -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor with parameters of type ObjectValueContainer Modifier and Type Method Description static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist)Convenience method for creating and rendering aUIEditor.static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, EditorListener editorListener, java.lang.String editorCode)Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode)Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params)Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus)Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, EditorListener editorListener)Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, EditorListener editorListener, boolean focus)Convenience method for creating and rendering aUIEditorvariant specified byeditorCode.static voidEditorHelper. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, EditorListener editorListener, boolean autoPersist)Convenience method for creating and rendering aUIEditor.static voidEditorHelper. persistValues(TypedObject item, ObjectValueContainer valueContainer)static voidEditorHelper. persistValues(TypedObject item, ObjectValueContainer valueContainer, java.util.Map<java.lang.String,? extends java.lang.Object> params)static voidEditorHelper. renderLocalizedEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus)static voidEditorHelper. renderLocalizedEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus, EditorListener editorListener)static voidEditorHelper. renderSingleEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, java.lang.String isoCode, boolean focus)static voidEditorHelper. renderSingleEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, java.lang.String isoCode, boolean focus, EditorListener editorListener) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.model.editor.impl
Methods in de.hybris.platform.cockpit.model.editor.impl with parameters of type ObjectValueContainer Modifier and Type Method Description static voidAbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist)Deprecated.since 6.3static voidAbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode)Deprecated.since 6.3static voidAbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params)Deprecated.since 6.3static voidAbstractUIEditor. createEditor(TypedObject item, PropertyDescriptor propDescr, org.zkoss.zk.ui.HtmlBasedComponent parent, ObjectValueContainer valueContainer, boolean autoPersist, java.lang.String editorCode, java.util.Map<java.lang.String,? extends java.lang.Object> params, boolean focus)Deprecated.since 6.3static voidAbstractUIEditor. persistValues(TypedObject item, ObjectValueContainer valueContainer)Deprecated.since 6.3static voidAbstractUIEditor. persistValues(TypedObject item, ObjectValueContainer valueContainer, java.util.Map<java.lang.String,? extends java.lang.Object> params)Deprecated.since 6.3 -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerDefaultValueHandler. getValueContainer(ObjectType type, TypedObject object) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.model.undo.impl
Fields in de.hybris.platform.cockpit.model.undo.impl declared as ObjectValueContainer Modifier and Type Field Description protected ObjectValueContainerItemChangeUndoableOperation. redoValueContainerprotected ObjectValueContainerItemChangeUndoableOperation. valueContainerMethods in de.hybris.platform.cockpit.model.undo.impl that return ObjectValueContainer Modifier and Type Method Description protected ObjectValueContainerItemChangeUndoableOperation. getRedoValueContainer()Constructors in de.hybris.platform.cockpit.model.undo.impl with parameters of type ObjectValueContainer Constructor Description ItemChangeUndoableOperation(TypedObject typedObject, ObjectValueContainer valueContainer) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.reports.wizards
Methods in de.hybris.platform.cockpit.reports.wizards that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerUploadJasperMediaPage. getValueContainer() -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type ObjectValueContainer Modifier and Type Method Description TypedObjectNewItemService. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)voidNewItemService. setDefaultValues(ObjectValueContainer valueContainer, ObjectTemplate template) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config with parameters of type ObjectValueContainer Modifier and Type Method Description voidCustomEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidCustomEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type ObjectValueContainer Modifier and Type Method Description voidClassAttrEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidCommentsSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidInitialAttrEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidLastChangesSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidMediaEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidUnassignedEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidWidgetParamEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidClassAttrEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidCommentsSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidInitialAttrEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidLastChangesSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidMediaEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidUnassignedEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidWidgetParamEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl with parameters of type ObjectValueContainer Modifier and Type Method Description TypedObjectNewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)TypedObjectWorkflowNewItemServiceImpl. createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)TypedObjectNewItemServiceImpl. createNewItemJalo(ObjectValueContainer valueContainer, ObjectTemplate template)Deprecated.since 6.3protected TypedObjectNewItemServiceImpl. createNewItemServiceLayer(ObjectValueContainer valueContainer, ObjectTemplate template)voidNewItemServiceImpl. setDefaultValues(ObjectValueContainer valueContainer, ObjectTemplate template)protected voidNewItemServiceImpl. setTemplate(ObjectValueContainer objectValueContainer, ObjectTemplate template) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerObjectValueContainer. clone()ObjectValueContainerValueService. getValues(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> languageIsos)Reads values of a given property descriptors.Methods in de.hybris.platform.cockpit.services.values with parameters of type ObjectValueContainer Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator)voidObjectValueLazyLoader. loadValue(ObjectValueContainer valueContainer, PropertyDescriptor propertyDesc, java.lang.String langIso)voidObjectValueHandler. loadValues(ObjectValueContainer valueContainer, ObjectType type, java.lang.Object source, java.util.Set<PropertyDescriptor> descriptors, java.util.Set<java.lang.String> languageIsoCodes)Loads values of given descriptors and in given languages.voidValueService. setValues(TypedObject typedObject, ObjectValueContainer values)Stores given values.voidObjectValueHandler. storeValues(ObjectValueContainer container)Stores values of the given value container.voidObjectValueHandler. storeValues(ObjectValueContainer container, boolean forceWrite)Stores values of the given value container.voidObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes)Updates values of the given value container in given languages.voidObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes, java.util.Set<PropertyDescriptor> descriptors)Updates values of given descriptors and in given languages.voidValueService. updateValues(TypedObject typedObject, ObjectValueContainer values)Updates all valueholders in the given valueContainer, i.e.Method parameters in de.hybris.platform.cockpit.services.values with type arguments of type ObjectValueContainer Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerDefaultValueService. getValues(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> languageIsos)Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectValueContainer Modifier and Type Method Description protected voidGenericItemObjectValueHandler. collectValues(ObjectValueContainer container, boolean allValues, java.util.Map<ItemAttributePropertyDescriptor,java.lang.Object> originalValues, java.util.Map<ItemAttributePropertyDescriptor,java.lang.Object> modifiedValues)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator)voidClassificationObjectValueHandler. loadValues(ObjectValueContainer valueContainer, ObjectType type, java.lang.Object source, java.util.Set<PropertyDescriptor> descriptors, java.util.Set<java.lang.String> languageIsoCodes)voidGenericItemObjectValueHandler. loadValues(ObjectValueContainer valueContainer, ObjectType type, java.lang.Object source, java.util.Set<PropertyDescriptor> descriptors, java.util.Set<java.lang.String> languageIsoCodes)voidWidgetParamObjectValueHandler. loadValues(ObjectValueContainer valueContainer, ObjectType type, java.lang.Object source, java.util.Set<PropertyDescriptor> descriptors, java.util.Set<java.lang.String> languageIsoCodes)voidDefaultValueService. setValues(TypedObject typedObject, ObjectValueContainer values)voidClassificationObjectValueHandler. storeValues(ObjectValueContainer container)voidClassificationObjectValueHandler. storeValues(ObjectValueContainer container, boolean forceWrite)voidGenericItemObjectValueHandler. storeValues(ObjectValueContainer container)voidGenericItemObjectValueHandler. storeValues(ObjectValueContainer container, boolean forceWrite)voidWidgetParamObjectValueHandler. storeValues(ObjectValueContainer container)voidWidgetParamObjectValueHandler. storeValues(ObjectValueContainer container, boolean forceWrite)voidWorkflowGenericItemObjectHandler. storeValues(ObjectValueContainer container, boolean forceWrite)voidClassificationObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes)voidClassificationObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes, java.util.Set<PropertyDescriptor> descriptors)voidDefaultValueService. updateValues(TypedObject typedObject, ObjectValueContainer values)voidGenericItemObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes)voidGenericItemObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes, java.util.Set<PropertyDescriptor> descriptors)voidWidgetParamObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes)voidWidgetParamObjectValueHandler. updateValues(ObjectValueContainer container, java.util.Set<java.lang.String> languageIsoCodes, java.util.Set<PropertyDescriptor> descriptors)Method parameters in de.hybris.platform.cockpit.services.values.impl with type arguments of type ObjectValueContainer Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerUIEditorArea. getCurrentObjectValues()Methods in de.hybris.platform.cockpit.session with parameters of type ObjectValueContainer Modifier and Type Method Description voidEditorAreaListener. valueChanged(ObjectValueContainer valueContainer, PropertyDescriptor propertyDescriptor)voidEditorAreaListener. valuesStored(ObjectValueContainer valueContainer)voidEditorAreaListener. valuesUpdated(ObjectValueContainer valueContainer) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.session.impl
Fields in de.hybris.platform.cockpit.session.impl declared as ObjectValueContainer Modifier and Type Field Description protected ObjectValueContainerAbstractEditorAreaController. initialValuesMethods in de.hybris.platform.cockpit.session.impl that return ObjectValueContainer Modifier and Type Method Description ObjectValueContainerEditorArea. getCurrentObjectValues()Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectValueContainer Modifier and Type Method Description protected voidEditorArea. fireValueChanged(ObjectValueContainer cont, PropertyDescriptor propertyDescriptor)protected voidEditorArea. fireValuesStored(ObjectValueContainer cont)protected voidEditorArea. fireValuesUpdated(ObjectValueContainer cont)voidEditorArea. restatusIgnoredDescriptors(ObjectValueContainer valueContainer, java.util.Set<CockpitValidationDescriptor> validationInfo)voidDefaultEditorAreaListener. valueChanged(ObjectValueContainer valueContainer, PropertyDescriptor propertyDescriptor)voidDefaultEditorAreaListener. valuesStored(ObjectValueContainer valueContainer)voidDefaultEditorAreaListener. valuesUpdated(ObjectValueContainer valueContainer) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return ObjectValueContainer Modifier and Type Method Description static ObjectValueContainerTypeTools. createValueContainer(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> langIsos)Creates the value container.static ObjectValueContainerTypeTools. createValueContainer(TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> langIsos, boolean lazyLoad)egacy API relying on ZK dependency injectionstatic ObjectValueContainerTypeTools. createValueContainer(ObjectValueHandlerRegistry valueHandlerRegistry, TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> langIsos, boolean lazyLoad)Creates the value container.Methods in de.hybris.platform.cockpit.util with parameters of type ObjectValueContainer Modifier and Type Method Description static java.util.Set<PropertyDescriptor>TypeTools. getOmittedProperties(ObjectValueContainer valueContainer, ObjectTemplate template, boolean creationMode)Gets the omitted properties.static java.util.Set<PropertyDescriptor>TypeTools. getOmittedProperties(ObjectValueContainer valueContainer, java.util.Set<PropertyDescriptor> descriptors, boolean creationMode)Gets the omitted properties basing on given set of property descriptors.Constructors in de.hybris.platform.cockpit.util with parameters of type ObjectValueContainer Constructor Description ValueContainerMap(ObjectValueContainer container, boolean allValues, ValueContainerMap.PropertyFilter filter) -
Uses of ObjectValueContainer in de.hybris.platform.cockpit.wizards.generic
Fields in de.hybris.platform.cockpit.wizards.generic declared as ObjectValueContainer Modifier and Type Field Description protected ObjectValueContainerGenericItemWizard. objectValueContainerMethods in de.hybris.platform.cockpit.wizards.generic that return ObjectValueContainer Modifier and Type Method Description protected ObjectValueContainerDefaultAdvancedSearchPageController. getObjectValueContainer()ObjectValueContainerGenericItemWizard. getObjectValueContainer() -
Uses of ObjectValueContainer in de.hybris.platform.productcockpit.components.editorarea
Methods in de.hybris.platform.productcockpit.components.editorarea with parameters of type ObjectValueContainer Modifier and Type Method Description voidProductPDFDataSheetSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidProductPDFDataSheetSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of ObjectValueContainer in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor with parameters of type ObjectValueContainer Modifier and Type Method Description voidExternalTaxesSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidExternalTaxesSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
-