org.kuali.hr.time.workarea.dao
Class WorkAreaDaoSpringOjbImpl
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.workarea.dao.WorkAreaDaoSpringOjbImpl
- All Implemented Interfaces:
- WorkAreaDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class WorkAreaDaoSpringOjbImpl
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
- implements WorkAreaDao
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 |
WorkAreaDaoSpringOjbImpl
public WorkAreaDaoSpringOjbImpl()
getWorkArea
public WorkArea getWorkArea(Long workArea,
Date asOfDate)
- Specified by:
getWorkArea
in interface WorkAreaDao
getWorkArea
public List<WorkArea> getWorkArea(String department,
Date asOfDate)
- Specified by:
getWorkArea
in interface WorkAreaDao
saveOrUpdate
public void saveOrUpdate(WorkArea workArea)
- Specified by:
saveOrUpdate
in interface WorkAreaDao
getWorkArea
public WorkArea getWorkArea(String tkWorkAreaId)
- Specified by:
getWorkArea
in interface WorkAreaDao
getNextWorkAreaKey
public Long getNextWorkAreaKey()
- Specified by:
getNextWorkAreaKey
in interface WorkAreaDao
getWorkAreas
public List<WorkArea> getWorkAreas(String dept,
String workArea,
String workAreaDescr,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
- Specified by:
getWorkAreas
in interface WorkAreaDao
getWorkAreaCount
public int getWorkAreaCount(String dept,
Long workArea)
- Specified by:
getWorkAreaCount
in interface WorkAreaDao
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.