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 Classes Modifier and Type Class Description classWizardConfigurationFactory.WizardGroupConfigurationConfiguration 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 Constructor Description WizardConfigurationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentConfigurationcreateDefault(ObjectTemplate objectTemplate)Creates a default ui component configuration for the given templateprotected WizardConfigurationcreateUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, WizardConfig xmlContentEditor)java.lang.ClassgetComponentClass()The class of configurations created by this factoriesSystemServicegetSystemService()voidsetSystemService(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
-
-
-
-
Method Detail
-
getSystemService
public SystemService getSystemService()
-
setSystemService
public void setSystemService(SystemService systemService)
-
createUIComponent
protected WizardConfiguration createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, WizardConfig xmlContentEditor)
- Specified by:
createUIComponentin classJAXBBasedUIComponentConfigurationFactory<WizardConfiguration,WizardConfig>
-
createDefault
public UIComponentConfiguration createDefault(ObjectTemplate objectTemplate)
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
public java.lang.Class getComponentClass()
Description copied from interface:UIComponentConfigurationFactoryThe class of configurations created by this factories- Returns:
- the class of configurations created by this factories
-
-