org.kuali.kfs.module.bc.document.dataaccess.impl
Class ImportRequestDaoOjb
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.module.bc.document.dataaccess.impl.ImportRequestDaoOjb
- All Implemented Interfaces:
- ImportRequestDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean
public class ImportRequestDaoOjb
- extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
- implements ImportRequestDao
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.kuali.rice.kns.dao.impl.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 |
ImportRequestDaoOjb
public ImportRequestDaoOjb()
save
public void save(org.kuali.rice.kns.bo.BusinessObject businessObject,
boolean isUpdate)
- Description copied from interface:
ImportRequestDao
- Save or update business object based on isUpdate
- Specified by:
save
in interface ImportRequestDao
findAllNonErrorCodeRecords
public List<BudgetConstructionRequestMove> findAllNonErrorCodeRecords(String principalId)
- Description copied from interface:
ImportRequestDao
- find all BudgetConstructionRequestMove records with null error codes
- Specified by:
findAllNonErrorCodeRecords
in interface ImportRequestDao
- Returns:
- List
- See Also:
org.kuali.kfs.module.bc.document.dataaccess.ImportRequestDao#findAllNonErrorCodeRecords()
getHeaderRecord
public BudgetConstructionHeader getHeaderRecord(BudgetConstructionRequestMove record,
Integer budgetYear)
- Specified by:
getHeaderRecord
in interface ImportRequestDao
- Returns:
- header record or null if record does not exist.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.