Uses of Interface
de.hybris.platform.cockpit.services.config.EditorSectionConfiguration
-
-
Uses of EditorSectionConfiguration in de.hybris.platform.cockpit.services.config
Subinterfaces of EditorSectionConfiguration in de.hybris.platform.cockpit.services.config Modifier and Type Interface Description interfaceCustomEditorSectionConfigurationinterfaceUpdateAwareCustomSectionConfigurationMethods in de.hybris.platform.cockpit.services.config that return EditorSectionConfiguration Modifier and Type Method Description EditorSectionConfigurationEditorSectionConfiguration. clone()Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type EditorSectionConfiguration Modifier and Type Method Description java.util.List<EditorSectionConfiguration>CustomEditorSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>EditorConfiguration. getSections()Method parameters in de.hybris.platform.cockpit.services.config with type arguments of type EditorSectionConfiguration Modifier and Type Method Description voidEditorConfiguration. setSections(java.util.List<EditorSectionConfiguration> sections) -
Uses of EditorSectionConfiguration in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl that implement EditorSectionConfiguration Modifier and Type Class Description classClassAttrEditorSectionConfigurationclassCommentsSectionConfigurationclassDefaultEditorSectionConfigurationclassInitialAttrEditorSectionConfigurationclassLastChangesSectionConfigurationclassMediaEditorSectionConfigurationclassUnassignedEditorSectionConfigurationclassWidgetParamEditorSectionConfigurationMethods in de.hybris.platform.cockpit.services.config.impl that return EditorSectionConfiguration Modifier and Type Method Description protected EditorSectionConfigurationEditorConfigurationFactory. createGroupForProperties(java.util.List<PropertyDescriptor> properties, java.lang.String label)protected EditorSectionConfigurationEditorConfigurationFactory. createOthersGroup(java.lang.String name)Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type EditorSectionConfiguration Modifier and Type Method Description java.util.List<EditorSectionConfiguration>ClassAttrEditorSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>CommentsSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>InitialAttrEditorSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>LastChangesSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>MediaEditorSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>UnassignedEditorSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>WidgetParamEditorSectionConfiguration. getAdditionalSections()java.util.List<EditorSectionConfiguration>DefaultEditorConfiguration. getSections()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type EditorSectionConfiguration Modifier and Type Method Description protected java.lang.ObjectEditorConfigurationPersistingStrategy. createJaxb(DefaultEditorConfiguration config, EditorSectionConfiguration section)protected voidEditorConfigurationFactory. registerCustomSection(EditorSectionConfiguration sectionConfig, DefaultEditorConfiguration editorConfig)protected java.lang.ObjectEditorConfigurationPersistingStrategy. updateJaxb(DefaultEditorConfiguration config, EditorSectionConfiguration section)Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type EditorSectionConfiguration Modifier and Type Method Description voidDefaultEditorConfiguration. setSections(java.util.List<EditorSectionConfiguration> sections) -
Uses of EditorSectionConfiguration in de.hybris.platform.cockpit.services.exporter
Method parameters in de.hybris.platform.cockpit.services.exporter with type arguments of type EditorSectionConfiguration Modifier and Type Method Description byte[]EditorAreaExporter. export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)Exports given object according to given session configuration to pdf,html,xls or whatever the implementation is. -
Uses of EditorSectionConfiguration in de.hybris.platform.cockpit.services.exporter.impl
Method parameters in de.hybris.platform.cockpit.services.exporter.impl with type arguments of type EditorSectionConfiguration Modifier and Type Method Description byte[]EditorArea2PdfExporter. export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)Generates pdfbyte[]EditorArea2XLSExporter. export(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)Generates xmlprotected byte[]AbstractEditorAreaExporter. generateXml(java.util.List<EditorSectionConfiguration> ediorsSections, TypedObject curObj)Generates default xml structure out of given sections and item -
Uses of EditorSectionConfiguration in de.hybris.platform.cockpit.services.xmlprovider
Methods in de.hybris.platform.cockpit.services.xmlprovider with parameters of type EditorSectionConfiguration Modifier and Type Method Description java.lang.ObjectXmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)Generates xml representation of given section configuration -
Uses of EditorSectionConfiguration in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type EditorSectionConfiguration Modifier and Type Method Description java.lang.ObjectCustomXmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)SectionTypeDefaultXmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)java.lang.ObjectLocalizedXmlDataProvider. generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj) -
Uses of EditorSectionConfiguration in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return EditorSectionConfiguration Modifier and Type Method Description EditorSectionConfigurationEditorSection. getSectionConfiguration()Constructors in de.hybris.platform.cockpit.session.impl with parameters of type EditorSectionConfiguration Constructor Description CustomEditorSection(EditorSectionConfiguration secConf)EditorSection(EditorSectionConfiguration secConf) -
Uses of EditorSectionConfiguration in de.hybris.platform.productcockpit.components.editorarea
Classes in de.hybris.platform.productcockpit.components.editorarea that implement EditorSectionConfiguration Modifier and Type Class Description classProductPDFDataSheetSectionConfigurationMethods in de.hybris.platform.productcockpit.components.editorarea that return types with arguments of type EditorSectionConfiguration Modifier and Type Method Description java.util.List<EditorSectionConfiguration>ProductPDFDataSheetSectionConfiguration. getAdditionalSections() -
Uses of EditorSectionConfiguration in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Classes in de.hybris.platform.yacceleratorcockpits.productcockpit.editor that implement EditorSectionConfiguration Modifier and Type Class Description classExternalTaxesSectionConfigurationRepresents custom section which show external taxes for Products.Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor that return types with arguments of type EditorSectionConfiguration Modifier and Type Method Description java.util.List<EditorSectionConfiguration>ExternalTaxesSectionConfiguration. getAdditionalSections()
-