Uses of Class
com.broadleafcommerce.customer.domain.RestrictedRole
Packages that use RestrictedRole
Package
Description
-
Uses of RestrictedRole in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return types with arguments of type RestrictedRoleModifier and TypeMethodDescriptionAccountMember.getRestrictedRoles()The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.Method parameters in com.broadleafcommerce.customer.domain with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionvoidAccountMember.setRestrictedRoles(List<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedRole in com.broadleafcommerce.customer.messaging.domain
Methods in com.broadleafcommerce.customer.messaging.domain that return types with arguments of type RestrictedRoleModifier and TypeMethodDescriptionAccountUserManuallyCreatedEvent.getRestrictedRoles()The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.Method parameters in com.broadleafcommerce.customer.messaging.domain with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionvoidAccountUserManuallyCreatedEvent.setRestrictedRoles(List<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedRole in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return types with arguments of type RestrictedRoleModifier and TypeMethodDescriptionAccountMemberRestrictionUpdateEvent.getRestrictedRoles()The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.Method parameters in com.broadleafcommerce.customer.service.bulk with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionvoidAccountMemberRestrictionUpdateEvent.setRestrictedRoles(List<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedRole in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return types with arguments of type RestrictedRoleModifier and TypeMethodDescriptionCreateAccountUserRequest.getRestrictedRoles()The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.UpdateAccountMemberRequest.getRestrictedRoles()The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.Method parameters in com.broadleafcommerce.customer.web.endpoint.domain with type arguments of type RestrictedRoleModifier and TypeMethodDescriptionvoidCreateAccountUserRequest.setRestrictedRoles(List<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.voidUpdateAccountMemberRequest.setRestrictedRoles(List<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.