org.kuali.kfs.module.bc.document.dataaccess.impl
Class ImportRequestDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by 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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ImportRequestDaoOjb()
           
 
Method Summary
 List<BudgetConstructionRequestMove> findAllNonErrorCodeRecords(String principalId)
          find all BudgetConstructionRequestMove records with null error codes
 BudgetConstructionHeader getHeaderRecord(BudgetConstructionRequestMove record, Integer budgetYear)
           
 void save(org.kuali.rice.kns.bo.BusinessObject businessObject, boolean isUpdate)
          Save or update business object based on isUpdate
 
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
 

Constructor Detail

ImportRequestDaoOjb

public ImportRequestDaoOjb()
Method Detail

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.