org.broadleafcommerce.security.dao
Class AdminRoleDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.security.dao.AdminRoleDaoImpl
All Implemented Interfaces:
AdminRoleDao

@Repository(value="blAdminRoleDao")
public class AdminRoleDaoImpl
extends java.lang.Object
implements AdminRoleDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
protected  java.lang.String queryCacheableKey
           
 
Constructor Summary
AdminRoleDaoImpl()
           
 
Method Summary
 void deleteAdminRole(AdminRole role)
           
 AdminRole readAdminRoleById(java.lang.Long id)
           
 java.util.List<AdminRole> readAllAdminRoles()
           
 AdminRole saveAdminRole(AdminRole role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration

queryCacheableKey

protected java.lang.String queryCacheableKey
Constructor Detail

AdminRoleDaoImpl

public AdminRoleDaoImpl()
Method Detail

deleteAdminRole

public void deleteAdminRole(AdminRole role)
Specified by:
deleteAdminRole in interface AdminRoleDao

readAdminRoleById

public AdminRole readAdminRoleById(java.lang.Long id)
Specified by:
readAdminRoleById in interface AdminRoleDao

saveAdminRole

public AdminRole saveAdminRole(AdminRole role)
Specified by:
saveAdminRole in interface AdminRoleDao

readAllAdminRoles

public java.util.List<AdminRole> readAllAdminRoles()
Specified by:
readAllAdminRoles in interface AdminRoleDao


Copyright © 2010. All Rights Reserved.