Uses of Interface
de.hybris.platform.cockpit.services.config.UIComponentConfiguration
Packages that use UIComponentConfiguration
Package
Description
-
Uses of UIComponentConfiguration in de.hybris.platform.cmscockpit.services.config
Subinterfaces of UIComponentConfiguration in de.hybris.platform.cmscockpit.services.configModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of UIComponentConfiguration in de.hybris.platform.cmscockpit.services.config.impl
Classes in de.hybris.platform.cmscockpit.services.config.impl that implement UIComponentConfigurationModifier and TypeClassDescriptionclassclassclassMethods in de.hybris.platform.cmscockpit.services.config.impl that return UIComponentConfigurationModifier and TypeMethodDescriptionContentEditorConfigurationFactory.createDefault(ObjectTemplate objectTemplate) ContentElementConfigurationFactory.createDefault(ObjectTemplate objectTemplate) -
Uses of UIComponentConfiguration in de.hybris.platform.cockpit.components.contentbrowser
Classes in de.hybris.platform.cockpit.components.contentbrowser that implement UIComponentConfigurationModifier and TypeClassDescriptionstatic class -
Uses of UIComponentConfiguration in de.hybris.platform.cockpit.services.config
Classes in de.hybris.platform.cockpit.services.config with type parameters of type UIComponentConfigurationModifier and TypeInterfaceDescriptioninterfaceinterfaceConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration>Interface for a strategy how to persist component configurationsinterfaceInterface for classes that are able to create a ui configuration for a givenCockpitUIComponentConfigurationSubinterfaces of UIComponentConfiguration in de.hybris.platform.cockpit.services.configModifier and TypeInterfaceDescriptioninterfaceinterfaceProvides basic configuration for a certain typeinterfaceComponent configuration holding a context.interfaceinterfaceinterfaceThe Interface ListViewConfiguration.interfaceRepresents a widget configuration for a dashboardinterfaceMethods in de.hybris.platform.cockpit.services.config with type parameters of type UIComponentConfigurationModifier and TypeMethodDescription<T extends UIComponentConfiguration>
TUIConfigurationService.getComponentConfiguration(ObjectTemplate template, String code, 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, String code, 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, String code, 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 UIComponentConfigurationModifier and TypeClassDescriptionclassDefaultConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration,JAXBCLASS> classJAXBBasedUIComponentConfigurationFactory<UICOMPONENTCONFIG extends UIComponentConfiguration,JAXBCLASS> Classes in de.hybris.platform.cockpit.services.config.impl that implement UIComponentConfigurationModifier and TypeClassDescriptionclassAbstract implementation of the ContextAwareUIComponentConfiguration.classDefaultAdvancedSearchConfigurationimplementation.classclassclassclassThe Class DefaultListViewConfiguration.classclassMethods in de.hybris.platform.cockpit.services.config.impl with type parameters of type UIComponentConfigurationModifier and TypeMethodDescription<T extends UIComponentConfiguration>
voidUIComponentCache.addComponentConfiguration(UIComponentCache.CacheKey cacheKey, T componentConfiguration) <T extends UIComponentConfiguration>
TDefaultUIConfigurationService.getComponentConfiguration(ObjectTemplate template, String code, Class<T> expectedClass) <T extends UIComponentConfiguration>
TDefaultUIConfigurationService.getComponentConfiguration(UIRole role, ObjectTemplate objectTemplate, String code, Class<T> expectedClass) <T extends UIComponentConfiguration>
TUIComponentCache.getComponentConfiguration(UIComponentCache.CacheKey cacheKey) <T extends UIComponentConfiguration>
voidDefaultUIConfigurationService.setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate objectTemplate, String code, Class<T> expectedClass) Methods in de.hybris.platform.cockpit.services.config.impl that return UIComponentConfigurationModifier and TypeMethodDescriptionBaseConfigurationFactory.createDefault(ObjectTemplate objectTemplate) GridViewConfigurationFactory.createDefault(ObjectTemplate objectTemplate) WidgetDashboardConfigurationFactory.createDefault(ObjectTemplate objectTemplate) WizardConfigurationFactory.createDefault(ObjectTemplate objectTemplate) Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type UIComponentConfigurationModifier and TypeMethodDescriptionvoidDashboardPersistingStrategy.persistComponentConfiguration(UIComponentConfiguration configuration, UserModel user, ObjectTemplate objectTemplate, String code)