Uses of Class
com.broadleafcommerce.customer.domain.AccessRestriction
Packages that use AccessRestriction
Package
Description
-
Uses of AccessRestriction in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return AccessRestrictionModifier and TypeMethodDescriptionRestrictedPermission.getRestriction()Represents the restriction on a restricted entity.RestrictedRole.getRestriction()Represents the restriction on a restricted entity.Methods in com.broadleafcommerce.customer.domain that return types with arguments of type AccessRestrictionModifier and TypeMethodDescriptionAccountMember.getRestrictions()The data restrictions that control the data this user is permitted to access.Methods in com.broadleafcommerce.customer.domain with parameters of type AccessRestrictionModifier and TypeMethodDescriptionvoidRestrictedPermission.setRestriction(AccessRestriction restriction) Represents the restriction on a restricted entity.voidRestrictedRole.setRestriction(AccessRestriction restriction) Represents the restriction on a restricted entity.Method parameters in com.broadleafcommerce.customer.domain with type arguments of type AccessRestrictionModifier and TypeMethodDescriptionvoidAccountMember.setRestrictions(List<AccessRestriction> restrictions) The data restrictions that control the data this user is permitted to access. -
Uses of AccessRestriction in com.broadleafcommerce.customer.messaging.domain
Methods in com.broadleafcommerce.customer.messaging.domain that return types with arguments of type AccessRestrictionModifier and TypeMethodDescriptionAccountUserManuallyCreatedEvent.getRestrictions()The data restrictions that control the data this user is permitted to access.Method parameters in com.broadleafcommerce.customer.messaging.domain with type arguments of type AccessRestrictionModifier and TypeMethodDescriptionvoidAccountUserManuallyCreatedEvent.setRestrictions(List<AccessRestriction> restrictions) The data restrictions that control the data this user is permitted to access. -
Uses of AccessRestriction in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return types with arguments of type AccessRestrictionModifier and TypeMethodDescriptionAccountMemberRestrictionUpdateEvent.getRestrictions()The data restrictions that control the data this user is permitted to access.Method parameters in com.broadleafcommerce.customer.service.bulk with type arguments of type AccessRestrictionModifier and TypeMethodDescriptionvoidAccountMemberRestrictionUpdateEvent.setRestrictions(List<AccessRestriction> restrictions) The data restrictions that control the data this user is permitted to access. -
Uses of AccessRestriction in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return types with arguments of type AccessRestrictionModifier and TypeMethodDescriptionCreateAccountUserRequest.getRestrictions()The data restrictions that control the data this user is permitted to access.UpdateAccountMemberRequest.getRestrictions()The data restrictions that control the data this user is permitted to access.Method parameters in com.broadleafcommerce.customer.web.endpoint.domain with type arguments of type AccessRestrictionModifier and TypeMethodDescriptionvoidCreateAccountUserRequest.setRestrictions(List<AccessRestriction> restrictions) The data restrictions that control the data this user is permitted to access.voidUpdateAccountMemberRequest.setRestrictions(List<AccessRestriction> restrictions) The data restrictions that control the data this user is permitted to access.