com.softslate.commerce.daos.customer
Class CustomerAddressGatewayDAOBasic

java.lang.Object
  extended bycom.softslate.commerce.daos.core.BaseDAO
      extended bycom.softslate.commerce.daos.core.BaseAdminGatewayDAOBasic
          extended bycom.softslate.commerce.daos.customer.CustomerAddressGatewayDAOBasic
All Implemented Interfaces:
CustomerAddressGatewayDAO, DAOInterface

public class CustomerAddressGatewayDAOBasic
extends BaseAdminGatewayDAOBasic
implements CustomerAddressGatewayDAO

Generic DAO that runs miscellaneous queries related to delivery addresses.

Author:
David Tobey

Field Summary
(package private) static org.apache.commons.logging.Log log
           
 
Fields inherited from class com.softslate.commerce.daos.core.BaseDAO
 
Constructor Summary
CustomerAddressGatewayDAOBasic()
           
 
Method Summary
 void editDeleteCustomerAddresses(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveCustomerAddresses()
           
 java.util.Map loadCustomerAddressesAndCount(java.util.Map parameters)
           
 
Methods inherited from class com.softslate.commerce.daos.core.BaseAdminGatewayDAOBasic
loadItems, loadItemsAndCount, loadItemsCount, loadItemsFromIDs
 
Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
formatDateTime, getConnection, getDaoFactory, getDataSource, getSettingsBean, getSQL, getSqlMap, initialize, parseDateTime, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Field Detail

log

static org.apache.commons.logging.Log log
Constructor Detail

CustomerAddressGatewayDAOBasic

public CustomerAddressGatewayDAOBasic()
Method Detail

loadCustomerAddressesAndCount

public java.util.Map loadCustomerAddressesAndCount(java.util.Map parameters)
                                            throws java.lang.Exception
Specified by:
loadCustomerAddressesAndCount in interface CustomerAddressGatewayDAO
Throws:
java.lang.Exception

editDeleteCustomerAddresses

public void editDeleteCustomerAddresses(java.util.Map parameters,
                                        BusinessObjectFactory bof)
                                 throws java.lang.Exception
Specified by:
editDeleteCustomerAddresses in interface CustomerAddressGatewayDAO
Throws:
java.lang.Exception

loadActiveCustomerAddresses

public java.util.Collection loadActiveCustomerAddresses()
                                                 throws java.lang.Exception
Specified by:
loadActiveCustomerAddresses in interface CustomerAddressGatewayDAO
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005