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

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

public class BatchJobEntryDaoSpringOjbImpl
extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
implements BatchJobEntryDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BatchJobEntryDaoSpringOjbImpl()
           
 
Method Summary
 List<BatchJobEntry> getBatchJobEntries(Long batchJobEntryId)
          Get batch job entry by batch job id
 List<BatchJobEntry> getBatchJobEntries(Map<String,Object> criteria)
           
 List<BatchJobEntry> getBatchJobEntries(String ip, String status)
          Get batch job entries for ip and status
 BatchJobEntry getBatchJobEntry(Long batchJobEntryId)
          Get batch job entry by id
 void saveOrUpdate(BatchJobEntry batchJobEntry)
          Save or update batch job entry
 
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

BatchJobEntryDaoSpringOjbImpl

public BatchJobEntryDaoSpringOjbImpl()
Method Detail

saveOrUpdate

public void saveOrUpdate(BatchJobEntry batchJobEntry)
Description copied from interface: BatchJobEntryDao
Save or update batch job entry

Specified by:
saveOrUpdate in interface BatchJobEntryDao

getBatchJobEntry

public BatchJobEntry getBatchJobEntry(Long batchJobEntryId)
Description copied from interface: BatchJobEntryDao
Get batch job entry by id

Specified by:
getBatchJobEntry in interface BatchJobEntryDao
Returns:

getBatchJobEntries

public List<BatchJobEntry> getBatchJobEntries(Long batchJobEntryId)
Description copied from interface: BatchJobEntryDao
Get batch job entry by batch job id

Specified by:
getBatchJobEntries in interface BatchJobEntryDao
Returns:

getBatchJobEntries

public List<BatchJobEntry> getBatchJobEntries(String ip,
                                              String status)
Description copied from interface: BatchJobEntryDao
Get batch job entries for ip and status

Specified by:
getBatchJobEntries in interface BatchJobEntryDao
Returns:

getBatchJobEntries

public List<BatchJobEntry> getBatchJobEntries(Map<String,Object> criteria)
Specified by:
getBatchJobEntries in interface BatchJobEntryDao


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