Uses of Class
de.hybris.platform.cockpit.model.CockpitUIComponentConfigurationModel
Packages that use CockpitUIComponentConfigurationModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.security package.
-
Uses of CockpitUIComponentConfigurationModel in de.hybris.platform.cockpit
Methods in de.hybris.platform.cockpit that return CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionCockpitConfigurationService.getComponentConfiguration(PrincipalModel principal, String objectTemplateCode, String code) Gets the component configuration.Methods in de.hybris.platform.cockpit that return types with arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionCockpitConfigurationService.getComponentConfigurationsForPrincipal(PrincipalModel principal) Gets the component configurations for principal.CockpitConfigurationService.getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal) Gets dedicated component configurations for principal.Method parameters in de.hybris.platform.cockpit with type arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionvoidCockpitConfigurationService.removeComponentConfigurations(List<CockpitUIComponentConfigurationModel> configurations) Removes the given component configurations from persistence. -
Uses of CockpitUIComponentConfigurationModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return types with arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionCockpitConfigurationDao.findComponentConfigurations(PrincipalModel principal, String objectTemplateCode, String code) Find component configuration for given principal model (without its groups), template code and configuration code.CockpitConfigurationDao.findComponentConfigurationsByMedia(MediaModel media) Find component configurations which have the specified media argument as 'media' attribute value.CockpitConfigurationDao.findComponentConfigurationsByPrincipal(PrincipalModel principal) Find component configurations by principal and all its groups.CockpitConfigurationDao.findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal) Find component configurations by principal without its supergroups. -
Uses of CockpitUIComponentConfigurationModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl that return types with arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionDefaultCockpitConfigurationDao.findComponentConfigurations(PrincipalModel principal, String objectTemplateCode, String code) Find component configuration for given principal model (without its groups), template code and configuration code.DefaultCockpitConfigurationDao.findComponentConfigurationsByMedia(MediaModel media) DefaultCockpitConfigurationDao.findComponentConfigurationsByPrincipal(PrincipalModel principal) Find component configurations by principal and all its groups.DefaultCockpitConfigurationDao.findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal) Find component configurations by principal without its supergroups. -
Uses of CockpitUIComponentConfigurationModel in de.hybris.platform.cockpit.impl
Methods in de.hybris.platform.cockpit.impl that return CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionDefaultCockpitConfigurationService.getComponentConfiguration(PrincipalModel principal, String objectTemplateCode, String code) Methods in de.hybris.platform.cockpit.impl that return types with arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionDefaultCockpitConfigurationService.getComponentConfigurationsForPrincipal(PrincipalModel principal) DefaultCockpitConfigurationService.getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal) Method parameters in de.hybris.platform.cockpit.impl with type arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionvoidDefaultCockpitConfigurationService.removeComponentConfigurations(List<CockpitUIComponentConfigurationModel> configurations) -
Uses of CockpitUIComponentConfigurationModel in de.hybris.platform.cockpit.wizards.resetconfigs
Methods in de.hybris.platform.cockpit.wizards.resetconfigs that return types with arguments of type CockpitUIComponentConfigurationModel -
Uses of CockpitUIComponentConfigurationModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return types with arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionPrincipalModel.getCockpitUIConfigurations()Generated method - Getter of thePrincipal.cockpitUIConfigurationsattribute defined at extensioncockpit.Method parameters in de.hybris.platform.core.model.security with type arguments of type CockpitUIComponentConfigurationModelModifier and TypeMethodDescriptionvoidPrincipalModel.setCockpitUIConfigurations(Collection<CockpitUIComponentConfigurationModel> value) Generated method - Setter ofPrincipal.cockpitUIConfigurationsattribute defined at extensioncockpit.