org.kuali.kfs.module.ar.document.dataaccess.impl
Class NonAppliedHoldingDaoOjb

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.ar.document.dataaccess.impl.NonAppliedHoldingDaoOjb
All Implemented Interfaces:
NonAppliedHoldingDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.kuali.rice.kns.util.OjbCollectionAware, org.springframework.beans.factory.InitializingBean

public class NonAppliedHoldingDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements NonAppliedHoldingDao, org.kuali.rice.kns.util.OjbCollectionAware


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
NonAppliedHoldingDaoOjb()
           
 
Method Summary
 Collection<NonAppliedHolding> getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
          Retrieves all NonAppliedHolding objects that were created by the passed-in list of document numbers.
 Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(String customerNumber)
           
 
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
 
Methods inherited from interface org.kuali.rice.kns.util.OjbCollectionAware
getPersistenceBrokerTemplate
 

Constructor Detail

NonAppliedHoldingDaoOjb

public NonAppliedHoldingDaoOjb()
Method Detail

getNonAppliedHoldingsByListOfDocumentNumbers

public Collection<NonAppliedHolding> getNonAppliedHoldingsByListOfDocumentNumbers(List<String> docNumbers)
Description copied from interface: NonAppliedHoldingDao
Retrieves all NonAppliedHolding objects that were created by the passed-in list of document numbers.

Specified by:
getNonAppliedHoldingsByListOfDocumentNumbers in interface NonAppliedHoldingDao
Returns:

getNonAppliedHoldingsForCustomer

public Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer(String customerNumber)
Specified by:
getNonAppliedHoldingsForCustomer in interface NonAppliedHoldingDao


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.