org.kuali.kfs.module.ar.dataaccess.impl
Class CustomerAddressDaoOjb

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.dataaccess.impl.CustomerAddressDaoOjb
All Implemented Interfaces:
CustomerAddressDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class CustomerAddressDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements CustomerAddressDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
CustomerAddressDaoOjb()
           
 
Method Summary
 Integer getMaxSquenceNumber(String customerNumber)
           
 CustomerAddress getPrimaryAddress(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
 

Constructor Detail

CustomerAddressDaoOjb

public CustomerAddressDaoOjb()
Method Detail

getPrimaryAddress

public CustomerAddress getPrimaryAddress(String customerNumber)
Specified by:
getPrimaryAddress in interface CustomerAddressDao

getMaxSquenceNumber

public Integer getMaxSquenceNumber(String customerNumber)
Specified by:
getMaxSquenceNumber in interface CustomerAddressDao


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