Uses of Class
de.hybris.platform.cockpit.jalo.CockpitUIComponentAccessRight
-
Packages that use CockpitUIComponentAccessRight Package Description de.hybris.platform.cockpit.jalo -
-
Uses of CockpitUIComponentAccessRight in de.hybris.platform.cockpit.jalo
Methods in de.hybris.platform.cockpit.jalo that return CockpitUIComponentAccessRight Modifier and Type Method Description CockpitUIComponentAccessRightGeneratedCockpitManager. createCockpitUIComponentAccessRight(SessionContext ctx, java.util.Map attributeValues)CockpitUIComponentAccessRightGeneratedCockpitManager. createCockpitUIComponentAccessRight(java.util.Map attributeValues)Methods in de.hybris.platform.cockpit.jalo that return types with arguments of type CockpitUIComponentAccessRight Modifier and Type Method Description java.util.Collection<CockpitUIComponentAccessRight>GeneratedCockpitManager. getReadableCockpitUIComponents(Principal item)Generated method - Getter of thePrincipal.readableCockpitUIComponentsattribute.java.util.Collection<CockpitUIComponentAccessRight>GeneratedCockpitManager. getReadableCockpitUIComponents(SessionContext ctx, Principal item)Generated method - Getter of thePrincipal.readableCockpitUIComponentsattribute.java.util.Collection<CockpitUIComponentAccessRight>GeneratedCockpitManager. getWritableCockpitUIComponents(Principal item)Generated method - Getter of thePrincipal.writableCockpitUIComponentsattribute.java.util.Collection<CockpitUIComponentAccessRight>GeneratedCockpitManager. getWritableCockpitUIComponents(SessionContext ctx, Principal item)Generated method - Getter of thePrincipal.writableCockpitUIComponentsattribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type CockpitUIComponentAccessRight Modifier and Type Method Description voidGeneratedCockpitManager. addToReadableCockpitUIComponents(Principal item, CockpitUIComponentAccessRight value)Generated method - Addsvalueto readableCockpitUIComponents.voidGeneratedCockpitManager. addToReadableCockpitUIComponents(SessionContext ctx, Principal item, CockpitUIComponentAccessRight value)Generated method - Addsvalueto readableCockpitUIComponents.voidGeneratedCockpitManager. addToWritableCockpitUIComponents(Principal item, CockpitUIComponentAccessRight value)Generated method - Addsvalueto writableCockpitUIComponents.voidGeneratedCockpitManager. addToWritableCockpitUIComponents(SessionContext ctx, Principal item, CockpitUIComponentAccessRight value)Generated method - Addsvalueto writableCockpitUIComponents.voidGeneratedCockpitManager. removeFromReadableCockpitUIComponents(Principal item, CockpitUIComponentAccessRight value)Generated method - Removesvaluefrom readableCockpitUIComponents.voidGeneratedCockpitManager. removeFromReadableCockpitUIComponents(SessionContext ctx, Principal item, CockpitUIComponentAccessRight value)Generated method - Removesvaluefrom readableCockpitUIComponents.voidGeneratedCockpitManager. removeFromWritableCockpitUIComponents(Principal item, CockpitUIComponentAccessRight value)Generated method - Removesvaluefrom writableCockpitUIComponents.voidGeneratedCockpitManager. removeFromWritableCockpitUIComponents(SessionContext ctx, Principal item, CockpitUIComponentAccessRight value)Generated method - Removesvaluefrom writableCockpitUIComponents.Method parameters in de.hybris.platform.cockpit.jalo with type arguments of type CockpitUIComponentAccessRight Modifier and Type Method Description voidGeneratedCockpitManager. setReadableCockpitUIComponents(Principal item, java.util.Collection<CockpitUIComponentAccessRight> value)Generated method - Setter of thePrincipal.readableCockpitUIComponentsattribute.voidGeneratedCockpitManager. setReadableCockpitUIComponents(SessionContext ctx, Principal item, java.util.Collection<CockpitUIComponentAccessRight> value)Generated method - Setter of thePrincipal.readableCockpitUIComponentsattribute.voidGeneratedCockpitManager. setWritableCockpitUIComponents(Principal item, java.util.Collection<CockpitUIComponentAccessRight> value)Generated method - Setter of thePrincipal.writableCockpitUIComponentsattribute.voidGeneratedCockpitManager. setWritableCockpitUIComponents(SessionContext ctx, Principal item, java.util.Collection<CockpitUIComponentAccessRight> value)Generated method - Setter of thePrincipal.writableCockpitUIComponentsattribute.
-