Class RoleServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.RoleServiceImpl
- All Implemented Interfaces:
RoleService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
roleDao
-
-
Constructor Details
-
RoleServiceImpl
public RoleServiceImpl()
-
-
Method Details
-
findCustomerRolesByCustomerId
@Transactional("blTransactionManager") public List<CustomerRole> findCustomerRolesByCustomerId(Long customerId) - Specified by:
findCustomerRolesByCustomerIdin interfaceRoleService
-