@Service(value="blRoleService") public class RoleServiceImpl extends Object implements RoleService
| Constructor and Description |
|---|
RoleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerRole> |
findCustomerRolesByCustomerId(Long customerId) |
protected RoleDao roleDao
@Transactional(value="blTransactionManager") public List<CustomerRole> findCustomerRolesByCustomerId(Long customerId)
findCustomerRolesByCustomerId in interface RoleServiceCopyright © 2016. All rights reserved.