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 class
MultiTypeListMainAreaComponentFactory.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 interface
BaseFallbackEnabledUIConfigurationFactory<T extends UIComponentConfiguration>
interface
ConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration>
Interface for a strategy how to persist component configurationsinterface
UIComponentConfigurationFactory<T extends UIComponentConfiguration>
Interface for classes that are able to create a ui configuration for a givenCockpitUIComponentConfiguration
Subinterfaces of UIComponentConfiguration in de.hybris.platform.cockpit.services.config Modifier and Type Interface Description interface
AdvancedSearchConfiguration
interface
BaseConfiguration
Provides basic configuration for a certain typeinterface
ContextAwareUIComponentConfiguration
Component configuration holding a context.interface
EditorConfiguration
interface
GridViewConfiguration
interface
ListViewConfiguration
The Interface ListViewConfiguration.interface
WidgetDashboardConfiguration
Represents a widget configuration for a dashboardinterface
WizardConfiguration
Methods 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 role
as 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 class
DefaultConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration,JAXBCLASS>
class
JAXBBasedUIComponentConfigurationFactory<UICOMPONENTCONFIG extends UIComponentConfiguration,JAXBCLASS>
Classes in de.hybris.platform.cockpit.services.config.impl that implement UIComponentConfiguration Modifier and Type Class Description class
AbstractUIComponentConfiguration
Abstract implementation of the ContextAwareUIComponentConfiguration.class
DefaultAdvancedSearchConfiguration
DefaultAdvancedSearchConfiguration
implementation.class
DefaultBaseConfiguration
class
DefaultEditorConfiguration
class
DefaultGridviewConfiguration
class
DefaultListViewConfiguration
The Class DefaultListViewConfiguration.class
DefaultWidgetDashboardConfiguration
class
DefaultWizardConfiguration
Methods 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 UIComponentConfiguration
BaseConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
UIComponentConfiguration
GridViewConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
UIComponentConfiguration
WidgetDashboardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
UIComponentConfiguration
WizardConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type UIComponentConfiguration Modifier and Type Method Description void
DashboardPersistingStrategy. 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 interface
MappingLineConfiguration
Handling for XML mapping mappingLineModel configuration.interface
TargetsConfiguration
-
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 class
DefaultMappingLineConfiguration
class
DefaultTargetsConfiguration
Methods in de.hybris.platform.importcockpit.services.config.mapping.impl that return UIComponentConfiguration Modifier and Type Method Description UIComponentConfiguration
MappingLineConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
UIComponentConfiguration
TargetsConfigurationFactory. createDefault(ObjectTemplate objectTemplate)
-