Uses of Class
de.hybris.platform.cockpit.jalo.CockpitUIComponentConfiguration
Packages that use CockpitUIComponentConfiguration
Package
Description
-
Uses of CockpitUIComponentConfiguration in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return CockpitUIComponentConfigurationModifier and TypeMethodDescriptionCockpitUIComponentConfigurationDao.findCockpitUIComponentConfiguration(String role, String objectTemplateCode, String code) Methods in de.hybris.platform.cockpit.daos that return types with arguments of type CockpitUIComponentConfigurationModifier and TypeMethodDescriptionCockpitUIComponentConfigurationDao.findCockpitUIComponentConfigurationsByPrincipal(Principal principal) -
Uses of CockpitUIComponentConfiguration in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl that return CockpitUIComponentConfigurationModifier and TypeMethodDescriptionDefaultCockpitUIComponentConfigurationDao.findCockpitUIComponentConfiguration(String role, String objectTemplateCode, String code) Methods in de.hybris.platform.cockpit.daos.impl that return types with arguments of type CockpitUIComponentConfigurationModifier and TypeMethodDescriptionDefaultCockpitUIComponentConfigurationDao.findCockpitUIComponentConfigurationsByPrincipal(Principal principal) -
Uses of CockpitUIComponentConfiguration in de.hybris.platform.cockpit.jalo
Fields in de.hybris.platform.cockpit.jalo with type parameters of type CockpitUIComponentConfigurationModifier and TypeFieldDescriptionprotected static final OneToManyHandler<CockpitUIComponentConfiguration>GeneratedCockpitManager.PRINCIPAL2COCKPITUICOMPONENTCONFIGURATIONRELATIONCOCKPITUICONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n COCKPITUICONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.cockpit.jalo that return CockpitUIComponentConfigurationModifier and TypeMethodDescriptionCockpitManager.createCockpitUIComponentConfiguration(String factoryBean, String code, String objectTemplateCode, Principal principal, Media media) GeneratedCockpitManager.createCockpitUIComponentConfiguration(SessionContext ctx, Map attributeValues) GeneratedCockpitManager.createCockpitUIComponentConfiguration(Map attributeValues) Methods in de.hybris.platform.cockpit.jalo that return types with arguments of type CockpitUIComponentConfigurationModifier and TypeMethodDescriptionGeneratedCockpitManager.getCockpitUIConfigurations(Principal item) Generated method - Getter of thePrincipal.cockpitUIConfigurationsattribute.GeneratedCockpitManager.getCockpitUIConfigurations(SessionContext ctx, Principal item) Generated method - Getter of thePrincipal.cockpitUIConfigurationsattribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type CockpitUIComponentConfigurationModifier and TypeMethodDescriptionvoidGeneratedCockpitManager.addToCockpitUIConfigurations(Principal item, CockpitUIComponentConfiguration value) Generated method - Addsvalueto cockpitUIConfigurations.voidGeneratedCockpitManager.addToCockpitUIConfigurations(SessionContext ctx, Principal item, CockpitUIComponentConfiguration value) Generated method - Addsvalueto cockpitUIConfigurations.voidGeneratedCockpitManager.removeFromCockpitUIConfigurations(Principal item, CockpitUIComponentConfiguration value) Generated method - Removesvaluefrom cockpitUIConfigurations.voidGeneratedCockpitManager.removeFromCockpitUIConfigurations(SessionContext ctx, Principal item, CockpitUIComponentConfiguration value) Generated method - Removesvaluefrom cockpitUIConfigurations.Method parameters in de.hybris.platform.cockpit.jalo with type arguments of type CockpitUIComponentConfigurationModifier and TypeMethodDescriptionvoidGeneratedCockpitManager.setCockpitUIConfigurations(Principal item, Collection<CockpitUIComponentConfiguration> value) Generated method - Setter of thePrincipal.cockpitUIConfigurationsattribute.voidGeneratedCockpitManager.setCockpitUIConfigurations(SessionContext ctx, Principal item, Collection<CockpitUIComponentConfiguration> value) Generated method - Setter of thePrincipal.cockpitUIConfigurationsattribute.