org.kuali.hr.time.department.dao
Class DepartmentDaoSpringOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
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
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
DepartmentDaoSpringOjbImpl
public DepartmentDaoSpringOjbImpl()
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
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
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-2013 The Kuali Foundation. All Rights Reserved.