org.kuali.hr.time.batch.dao
Class BatchJobDaoSpringOjbImpl

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.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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BatchJobDaoSpringOjbImpl()
           
 
Method Summary
 BatchJob getBatchJob(Long batchJobId)
          Get batch job by id
 List<BatchJob> getBatchJobs(String hrPyCalendarEntryId)
          Get batch jobs by pay calendar id
 List<BatchJob> getPayCalendarEntries(String hrPyCalendarEntryId, String batchJobStatus)
          Get pay calendar entries by id and batch job status
 void saveOrUpdate(BatchJob batchJob)
          Save or update a batch job
 
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

BatchJobDaoSpringOjbImpl

public BatchJobDaoSpringOjbImpl()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.