org.kuali.hr.time.batch.dao
Class BatchJobDaoSpringOjbImpl
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.batch.dao.BatchJobDaoSpringOjbImpl
- All Implemented Interfaces:
- BatchJobDao, org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class BatchJobDaoSpringOjbImpl
- extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
- implements BatchJobDao
| 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 |
BatchJobDaoSpringOjbImpl
public BatchJobDaoSpringOjbImpl()
saveOrUpdate
public void saveOrUpdate(BatchJob batchJob)
- Description copied from interface:
BatchJobDao
- Save or update a batch job
- Specified by:
saveOrUpdate in interface BatchJobDao
getBatchJob
public BatchJob getBatchJob(Long batchJobId)
- Description copied from interface:
BatchJobDao
- Get batch job by id
- Specified by:
getBatchJob in interface BatchJobDao
- Returns:
getBatchJobs
public List<BatchJob> getBatchJobs(String hrPyCalendarEntryId)
- Description copied from interface:
BatchJobDao
- Get batch jobs by pay calendar id
- Specified by:
getBatchJobs in interface BatchJobDao
- Returns:
getPayCalendarEntries
public List<BatchJob> getPayCalendarEntries(String hrPyCalendarEntryId,
String batchJobStatus)
- Description copied from interface:
BatchJobDao
- Get pay calendar entries by id and batch job status
- Specified by:
getPayCalendarEntries in interface BatchJobDao
- Returns:
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.