org.kuali.hr.time.batch.dao
Class BatchJobEntryDaoSpringOjbImpl
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.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
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 |
BatchJobEntryDaoSpringOjbImpl
public BatchJobEntryDaoSpringOjbImpl()
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-2012 The Kuali Foundation. All Rights Reserved.