org.kuali.kpme.core.department.dao
Class DepartmentDaoOjbImpl

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.kpme.core.department.dao.DepartmentDaoOjbImpl
All Implemented Interfaces:
DepartmentDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class DepartmentDaoOjbImpl
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
DepartmentDaoOjbImpl()
           
 
Method Summary
 Department getDepartment(String hrDeptId)
           
 Department getDepartment(String department, org.joda.time.LocalDate asOfDate)
           
 int getDepartmentCount(String department)
           
 List<Department> getDepartments(String department)
           
 List<Department> getDepartments(String location, org.joda.time.LocalDate asOfDate)
           
 List<Department> getDepartments(String dept, String location, String departmentDescr, String active, String showHistory)
           
 List<Department> getDepartmentsForLocations(List<String> locations, org.joda.time.LocalDate 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

DepartmentDaoOjbImpl

public DepartmentDaoOjbImpl()
Method Detail

saveOrUpdate

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

getDepartment

public Department getDepartment(String department,
                                org.joda.time.LocalDate asOfDate)
Specified by:
getDepartment in interface DepartmentDao

getDepartments

public List<Department> getDepartments(String location,
                                       org.joda.time.LocalDate asOfDate)
Specified by:
getDepartments in interface DepartmentDao

getDepartmentsForLocations

public List<Department> getDepartmentsForLocations(List<String> locations,
                                                   org.joda.time.LocalDate asOfDate)
Specified by:
getDepartmentsForLocations in interface DepartmentDao

getDepartments

public List<Department> getDepartments(String dept,
                                       String location,
                                       String departmentDescr,
                                       String active,
                                       String showHistory)
Specified by:
getDepartments in interface DepartmentDao

getDepartment

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

getDepartmentCount

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

getDepartments

public List<Department> getDepartments(String department)
Specified by:
getDepartments in interface DepartmentDao


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