org.broadleafcommerce.openadmin.server.security.dao
Class AdminRoleDaoImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.security.dao.AdminRoleDaoImpl
- All Implemented Interfaces:
- AdminRoleDao
@Repository(value="blAdminRoleDao")
public class AdminRoleDaoImpl
- extends Object
- implements AdminRoleDao
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
AdminRoleDaoImpl
public AdminRoleDaoImpl()
deleteAdminRole
public void deleteAdminRole(AdminRole role)
- Specified by:
deleteAdminRole in interface AdminRoleDao
readAdminRoleById
public AdminRole readAdminRoleById(Long id)
- Specified by:
readAdminRoleById in interface AdminRoleDao
saveAdminRole
public AdminRole saveAdminRole(AdminRole role)
- Specified by:
saveAdminRole in interface AdminRoleDao
readAllAdminRoles
public List<AdminRole> readAllAdminRoles()
- Specified by:
readAllAdminRoles in interface AdminRoleDao
Copyright © 2013. All Rights Reserved.