Uses of Class
com.broadleafcommerce.customer.messaging.domain.AccountRole
-
Packages that use AccountRole Package Description com.broadleafcommerce.customer.messaging.domain -
-
Uses of AccountRole in com.broadleafcommerce.customer.messaging.domain
Methods in com.broadleafcommerce.customer.messaging.domain that return types with arguments of type AccountRole Modifier and Type Method Description List<AccountRole>
User. getAccountRoles()
Roles this user has under specific Account contexts.Method parameters in com.broadleafcommerce.customer.messaging.domain with type arguments of type AccountRole Modifier and Type Method Description void
User. setAccountRoles(List<AccountRole> accountRoles)
Roles this user has under specific Account contexts.Constructor parameters in com.broadleafcommerce.customer.messaging.domain with type arguments of type AccountRole Constructor Description User(String id, String firstName, String middleName, String lastName, String fullName, String username, String email, String phone, String serviceId, String type, String externalId, String tenantId, String customerContextId, Map<String,Object> attributes, boolean locked, List<AccountRole> accountRoles)
-