Uses of Interface
de.hybris.platform.cockpit.services.config.UIComponentConfiguration
-
-
Uses of UIComponentConfiguration in de.hybris.platform.cockpit.components.contentbrowser
Classes in de.hybris.platform.cockpit.components.contentbrowser that implement UIComponentConfiguration Modifier and Type Class Description static classMultiTypeListMainAreaComponentFactory.MultiTypeListViewConfiguration -
Uses of UIComponentConfiguration in de.hybris.platform.cockpit.services.config
Classes in de.hybris.platform.cockpit.services.config with type parameters of type UIComponentConfiguration Modifier and Type Interface Description interfaceBaseFallbackEnabledUIConfigurationFactory<T extends UIComponentConfiguration>interfaceConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration>Interface for a strategy how to persist component configurationsinterfaceUIComponentConfigurationFactory<T extends UIComponentConfiguration>Interface for classes that are able to create a ui configuration for a givenCockpitUIComponentConfigurationSubinterfaces of UIComponentConfiguration in de.hybris.platform.cockpit.services.config Modifier and Type Interface Description interfaceAdvancedSearchConfigurationinterfaceBaseConfigurationProvides basic configuration for a certain typeinterfaceContextAwareUIComponentConfigurationComponent configuration holding a context.interfaceEditorConfigurationinterfaceGridViewConfigurationinterfaceListViewConfigurationThe Interface ListViewConfiguration.interfaceWidgetDashboardConfigurationRepresents a widget configuration for a dashboardinterfaceWizardConfigurationMethods in de.hybris.platform.cockpit.services.config with type parameters of type UIComponentConfiguration Modifier and Type Method Description <T extends UIComponentConfiguration>
TUIConfigurationService. getComponentConfiguration(ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)Returns a UI component configuration for the given parameters and usesthe session roleas role.<T extends UIComponentConfiguration>
TUIConfigurationService. getComponentConfiguration(UIRole role, ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)Returns a UI component configuration for the given role, object template code and type.<T extends UIComponentConfiguration>
voidUIConfigurationService. setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)Stores given UI configuration for given user and given parameters. -
Uses of UIComponentConfiguration in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl with type parameters of type UIComponentConfiguration Modifier and Type Class Description classDefaultConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration,JAXBCLASS>classJAXBBasedUIComponentConfigurationFactory<UICOMPONENTCONFIG extends UIComponentConfiguration,JAXBCLASS>Classes in de.hybris.platform.cockpit.services.config.impl that implement UIComponentConfiguration Modifier and Type Class Description classAbstractUIComponentConfigurationAbstract implementation of the ContextAwareUIComponentConfiguration.classDefaultAdvancedSearchConfigurationDefaultAdvancedSearchConfigurationimplementation.classDefaultBaseConfigurationclassDefaultEditorConfigurationclassDefaultGridviewConfigurationclassDefaultListViewConfigurationThe Class DefaultListViewConfiguration.classDefaultWidgetDashboardConfigurationclassDefaultWizardConfigurationMethods in de.hybris.platform.cockpit.services.config.impl with type parameters of type UIComponentConfiguration Modifier and Type Method Description <T extends UIComponentConfiguration>
voidUIComponentCache. addComponentConfiguration(UIComponentCache.CacheKey cacheKey, T componentConfiguration)<T extends UIComponentConfiguration>
TDefaultUIConfigurationService. getComponentConfiguration(ObjectTemplate template, java.lang.String code, java.lang.Class<T> expectedClass)<T extends UIComponentConfiguration>
TDefaultUIConfigurationService. getComponentConfiguration(UIRole role, ObjectTemplate objectTemplate, java.lang.String code, java.lang.Class<T> expectedClass)<T extends UIComponentConfiguration>
TUIComponentCache. getComponentConfiguration(UIComponentCache.CacheKey cacheKey)<T extends UIComponentConfiguration>
voidDefaultUIConfigurationService. setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code, java.lang.Class<T> expectedClass)Methods in de.hybris.platform.cockpit.services.config.impl that return UIComponentConfiguration Modifier and Type Method Description UIComponentConfigurationBaseConfigurationFactory. createDefault(ObjectTemplate objectTemplate)UIComponentConfigurationGridViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate)UIComponentConfigurationWidgetDashboardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)UIComponentConfigurationWizardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type UIComponentConfiguration Modifier and Type Method Description voidDashboardPersistingStrategy. persistComponentConfiguration(UIComponentConfiguration configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code) -
Uses of UIComponentConfiguration in de.hybris.platform.importcockpit.services.config.mapping
Subinterfaces of UIComponentConfiguration in de.hybris.platform.importcockpit.services.config.mapping Modifier and Type Interface Description interfaceMappingLineConfigurationHandling for XML mapping mappingLineModel configuration.interfaceTargetsConfiguration -
Uses of UIComponentConfiguration in de.hybris.platform.importcockpit.services.config.mapping.impl
Classes in de.hybris.platform.importcockpit.services.config.mapping.impl that implement UIComponentConfiguration Modifier and Type Class Description classDefaultMappingLineConfigurationclassDefaultTargetsConfigurationMethods in de.hybris.platform.importcockpit.services.config.mapping.impl that return UIComponentConfiguration Modifier and Type Method Description UIComponentConfigurationMappingLineConfigurationFactory. createDefault(ObjectTemplate objectTemplate)UIComponentConfigurationTargetsConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
-