Uses of Class
de.hybris.platform.cockpit.model.CockpitUIComponentAccessRightModel
Packages that use CockpitUIComponentAccessRightModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.security package.
-
Uses of CockpitUIComponentAccessRightModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return CockpitUIComponentAccessRightModelModifier and TypeMethodDescriptionCockpitUIComponentAccessRightDao.findCockpitUIComponentAccessRight(String componentCode) Returns the first foundCockpitUIComponentAccessRightModel(the last created one) by the givencomponentCode. -
Uses of CockpitUIComponentAccessRightModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl that return CockpitUIComponentAccessRightModelModifier and TypeMethodDescriptionDefaultCockpitUIComponentAccessRightDao.findCockpitUIComponentAccessRight(String componentCode) -
Uses of CockpitUIComponentAccessRightModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return types with arguments of type CockpitUIComponentAccessRightModelModifier and TypeMethodDescriptionPrincipalModel.getReadableCockpitUIComponents()Generated method - Getter of thePrincipal.readableCockpitUIComponentsattribute defined at extensioncockpit.PrincipalModel.getWritableCockpitUIComponents()Generated method - Getter of thePrincipal.writableCockpitUIComponentsattribute defined at extensioncockpit.Method parameters in de.hybris.platform.core.model.security with type arguments of type CockpitUIComponentAccessRightModelModifier and TypeMethodDescriptionvoidPrincipalModel.setReadableCockpitUIComponents(Collection<CockpitUIComponentAccessRightModel> value) Generated method - Setter ofPrincipal.readableCockpitUIComponentsattribute defined at extensioncockpit.voidPrincipalModel.setWritableCockpitUIComponents(Collection<CockpitUIComponentAccessRightModel> value) Generated method - Setter ofPrincipal.writableCockpitUIComponentsattribute defined at extensioncockpit.