org.broadleafcommerce.profile.core.service
Class RoleServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.service.RoleServiceImpl
All Implemented Interfaces:
RoleService

@Service(value="blRoleService")
public class RoleServiceImpl
extends Object
implements RoleService


Field Summary
protected  RoleDao roleDao
           
 
Constructor Summary
RoleServiceImpl()
           
 
Method Summary
 List<CustomerRole> findCustomerRolesByCustomerId(Long customerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roleDao

protected RoleDao roleDao
Constructor Detail

RoleServiceImpl

public RoleServiceImpl()
Method Detail

findCustomerRolesByCustomerId

public List<CustomerRole> findCustomerRolesByCustomerId(Long customerId)
Specified by:
findCustomerRolesByCustomerId in interface RoleService


Copyright © 2012. All Rights Reserved.