Uses of Interface
de.hybris.platform.cockpit.services.config.EditorConfiguration
-
-
Uses of EditorConfiguration in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type EditorConfiguration Modifier and Type Method Description static java.util.Map<PropertyDescriptor,EditorRowConfiguration>ComponentInjectorHelper. getAllEditorRowConfigurations(EditorConfiguration config) -
Uses of EditorConfiguration in de.hybris.platform.cmscockpit.components.editorarea
Methods in de.hybris.platform.cmscockpit.components.editorarea with parameters of type EditorConfiguration Modifier and Type Method Description voidPageUrlCustomSection. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)voidPageUrlCustomSection. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidPageUrlCustomSection. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidPageUrlCustomSection. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of EditorConfiguration in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents
Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents that return EditorConfiguration Modifier and Type Method Description EditorConfigurationCompareView. getConfiguration()protected EditorConfigurationCompareMainAreaBrowserComponent. getEditorConfigurationForSource()Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with parameters of type EditorConfiguration Modifier and Type Method Description voidCompareView. setConfiguration(EditorConfiguration configuration) -
Uses of EditorConfiguration in de.hybris.platform.cockpit.components.editorarea.export
Methods in de.hybris.platform.cockpit.components.editorarea.export that return EditorConfiguration Modifier and Type Method Description EditorConfigurationDefaultExportEditorAreaAction. getConfiguration(java.lang.String typecode) -
Uses of EditorConfiguration in de.hybris.platform.cockpit.model.editor
Methods in de.hybris.platform.cockpit.model.editor with parameters of type EditorConfiguration Modifier and Type Method Description static voidEditorHelper. initializeSections(EditorConfiguration cfg, ObjectType type, TypedObject object, TypeService typeService) -
Uses of EditorConfiguration in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return EditorConfiguration Modifier and Type Method Description EditorConfigurationEditorConfiguration. clone()Methods in de.hybris.platform.cockpit.services.config with parameters of type EditorConfiguration Modifier and Type Method Description voidCustomEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)voidCustomEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidCustomEditorSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidCustomEditorSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of EditorConfiguration in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl that implement EditorConfiguration Modifier and Type Class Description classDefaultEditorConfigurationMethods in de.hybris.platform.cockpit.services.config.impl that return EditorConfiguration Modifier and Type Method Description EditorConfigurationDefaultEditorConfiguration. clone()EditorConfigurationEditorConfigurationFactory. createDefault(ObjectTemplate objectTemplate)EditorConfigurationEditorConfigurationFactory. createDefault(ObjectTemplate objectTemplate, BaseConfiguration baseConfiguration)protected EditorConfigurationEditorConfigurationFactory. createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, Editor xmlEditor)Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type EditorConfiguration Modifier and Type Method Description voidClassAttrEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject currentObject)voidCommentsSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)voidInitialAttrEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)voidLastChangesSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)voidMediaEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)voidUnassignedEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)voidWidgetParamEditorSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject currentObject)voidClassAttrEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidCommentsSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidInitialAttrEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidLastChangesSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidMediaEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType objectType, TypedObject object)voidUnassignedEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType objectType, TypedObject object)voidWidgetParamEditorSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)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)EditorEditorConfigurationPersistingStrategy. updateJaxb(EditorConfiguration configuration) -
Uses of EditorConfiguration in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return EditorConfiguration Modifier and Type Method Description EditorConfigurationUIEditorArea. getTypeConfiguration() -
Uses of EditorConfiguration in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return EditorConfiguration Modifier and Type Method Description EditorConfigurationEditorArea. getConfiguration(java.lang.String typecode)EditorConfigurationEditorArea. getTypeConfiguration() -
Uses of EditorConfiguration in de.hybris.platform.productcockpit.components.editorarea
Methods in de.hybris.platform.productcockpit.components.editorarea with parameters of type EditorConfiguration Modifier and Type Method Description voidProductPDFDataSheetSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)voidProductPDFDataSheetSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidProductPDFDataSheetSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidProductPDFDataSheetSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
Uses of EditorConfiguration in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor with parameters of type EditorConfiguration Modifier and Type Method Description voidExternalTaxesSectionConfiguration. allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)voidExternalTaxesSectionConfiguration. initialize(EditorConfiguration config, ObjectType type, TypedObject object)voidExternalTaxesSectionConfiguration. loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)voidExternalTaxesSectionConfiguration. saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
-