org.kuali.hr.time.department.dao
Class DepartmentDaoSpringOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
              extended by org.kuali.hr.time.department.dao.DepartmentDaoSpringOjbImpl
All Implemented Interfaces:
DepartmentDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class DepartmentDaoSpringOjbImpl
extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
implements DepartmentDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
DepartmentDaoSpringOjbImpl()
           
 
Method Summary
 Department getDepartment(String hrDeptId)
           
 Department getDepartment(String department, Date asOfDate)
           
 List<Department> getDepartmentByLocation(String location)
           
 int getDepartmentCount(String department)
           
 List<Department> getDepartments(String location, Date asOfDate)
           
 void saveOrUpdate(Department dept)
           
 
Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepartmentDaoSpringOjbImpl

public DepartmentDaoSpringOjbImpl()
Method Detail

saveOrUpdate

public void saveOrUpdate(Department dept)
Specified by:
saveOrUpdate in interface DepartmentDao

getDepartment

public Department getDepartment(String department,
                                Date asOfDate)
Specified by:
getDepartment in interface DepartmentDao

getDepartments

public List<Department> getDepartments(String location,
                                       Date asOfDate)
Specified by:
getDepartments in interface DepartmentDao

getDepartment

public Department getDepartment(String hrDeptId)
Specified by:
getDepartment in interface DepartmentDao

getDepartmentByLocation

public List<Department> getDepartmentByLocation(String location)
Specified by:
getDepartmentByLocation in interface DepartmentDao

getDepartmentCount

public int getDepartmentCount(String department)
Specified by:
getDepartmentCount in interface DepartmentDao


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.