Class WizardConfigurationFactory
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory<WizardConfiguration,WizardConfig>
de.hybris.platform.cockpit.services.config.impl.WizardConfigurationFactory
- All Implemented Interfaces:
UIComponentConfigurationFactory,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware
public class WizardConfigurationFactory
extends JAXBBasedUIComponentConfigurationFactory<WizardConfiguration,WizardConfig>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration of a wizard group -
Field Summary
Fields inherited from class de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory
beanFactory, COCKPIT_CONFIG_LABEL_PREFIX, searchService, typeService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDefault(ObjectTemplate objectTemplate) Creates a default ui component configuration for the given templateprotected WizardConfigurationcreateUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, WizardConfig xmlContentEditor) The class of configurations created by this factoriesvoidsetSystemService(SystemService systemService) Methods inherited from class de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory
create, createLabelForAllLanguages, createLabelMap, createLabelMap, getDefaultPropertyGroups, getOtherProperties, setBeanFactory, setCockpitTypeService, setCommonI18NService, setJaxbClass, setJaxbContextCache, setPropertyService, setSchemaResource, setSearchService
-
Constructor Details
-
WizardConfigurationFactory
public WizardConfigurationFactory()
-
-
Method Details
-
getSystemService
-
setSystemService
-
createUIComponent
protected WizardConfiguration createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, WizardConfig xmlContentEditor) - Specified by:
createUIComponentin classJAXBBasedUIComponentConfigurationFactory<WizardConfiguration,WizardConfig>
-
createDefault
Description copied from interface:UIComponentConfigurationFactoryCreates a default ui component configuration for the given template- Parameters:
objectTemplate- the object template to create the configuration from- Returns:
- the configuration
-
getComponentClass
Description copied from interface:UIComponentConfigurationFactoryThe class of configurations created by this factories- Returns:
- the class of configurations created by this factories
-