Uses of Class
de.hybris.platform.cockpit.model.CockpitUIComponentAccessRightModel
-
Packages that use CockpitUIComponentAccessRightModel Package Description de.hybris.platform.cockpit.daos de.hybris.platform.cockpit.daos.impl de.hybris.platform.core.model.security 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 CockpitUIComponentAccessRightModel Modifier and Type Method Description CockpitUIComponentAccessRightModel
CockpitUIComponentAccessRightDao. findCockpitUIComponentAccessRight(java.lang.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 CockpitUIComponentAccessRightModel Modifier and Type Method Description CockpitUIComponentAccessRightModel
DefaultCockpitUIComponentAccessRightDao. findCockpitUIComponentAccessRight(java.lang.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 CockpitUIComponentAccessRightModel Modifier and Type Method Description java.util.Collection<CockpitUIComponentAccessRightModel>
PrincipalModel. getReadableCockpitUIComponents()
Generated method - Getter of thePrincipal.readableCockpitUIComponents
attribute defined at extensioncockpit
.java.util.Collection<CockpitUIComponentAccessRightModel>
PrincipalModel. getWritableCockpitUIComponents()
Generated method - Getter of thePrincipal.writableCockpitUIComponents
attribute defined at extensioncockpit
.Method parameters in de.hybris.platform.core.model.security with type arguments of type CockpitUIComponentAccessRightModel Modifier and Type Method Description void
PrincipalModel. setReadableCockpitUIComponents(java.util.Collection<CockpitUIComponentAccessRightModel> value)
Generated method - Setter ofPrincipal.readableCockpitUIComponents
attribute defined at extensioncockpit
.void
PrincipalModel. setWritableCockpitUIComponents(java.util.Collection<CockpitUIComponentAccessRightModel> value)
Generated method - Setter ofPrincipal.writableCockpitUIComponents
attribute defined at extensioncockpit
.
-