Uses of Class
com.broadleafcommerce.customer.domain.RestrictedPermission
Packages that use RestrictedPermission
Package
Description
-
Uses of RestrictedPermission in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return types with arguments of type RestrictedPermissionModifier and TypeMethodDescriptionAccountMember.getRestrictedPermissions()The permissions 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 RestrictedPermissionModifier and TypeMethodDescriptionvoidAccountMember.setRestrictedPermissions(List<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedPermission in com.broadleafcommerce.customer.messaging.domain
Methods in com.broadleafcommerce.customer.messaging.domain that return types with arguments of type RestrictedPermissionModifier and TypeMethodDescriptionAccountUserManuallyCreatedEvent.getRestrictedPermissions()The permissions 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 RestrictedPermissionModifier and TypeMethodDescriptionvoidAccountUserManuallyCreatedEvent.setRestrictedPermissions(List<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedPermission in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return types with arguments of type RestrictedPermissionModifier and TypeMethodDescriptionAccountMemberRestrictionUpdateEvent.getRestrictedPermissions()The permissions 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 RestrictedPermissionModifier and TypeMethodDescriptionvoidAccountMemberRestrictionUpdateEvent.setRestrictedPermissions(List<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
Uses of RestrictedPermission in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return types with arguments of type RestrictedPermissionModifier and TypeMethodDescriptionCreateAccountUserRequest.getRestrictedPermissions()The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data.UpdateAccountMemberRequest.getRestrictedPermissions()The permissions 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 RestrictedPermissionModifier and TypeMethodDescriptionvoidCreateAccountUserRequest.setRestrictedPermissions(List<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data.voidUpdateAccountMemberRequest.setRestrictedPermissions(List<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data.