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 CockpitUIComponentAccessRightModelCockpitUIComponentAccessRightDao. 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 CockpitUIComponentAccessRightModelDefaultCockpitUIComponentAccessRightDao. 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.readableCockpitUIComponentsattribute defined at extensioncockpit.java.util.Collection<CockpitUIComponentAccessRightModel>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 CockpitUIComponentAccessRightModel Modifier and Type Method Description voidPrincipalModel. setReadableCockpitUIComponents(java.util.Collection<CockpitUIComponentAccessRightModel> value)Generated method - Setter ofPrincipal.readableCockpitUIComponentsattribute defined at extensioncockpit.voidPrincipalModel. setWritableCockpitUIComponents(java.util.Collection<CockpitUIComponentAccessRightModel> value)Generated method - Setter ofPrincipal.writableCockpitUIComponentsattribute defined at extensioncockpit.
-