com.softslate.commerce.daos.customer
Interface CustomerAddressGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CustomerAddressGatewayDAOBasic

public interface CustomerAddressGatewayDAO
extends DAOInterface

Interface for a DAO that runs miscellaneous queries related to customer addresses.

Author:
David Tobey

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 interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Method Detail

loadCustomerAddressesAndCount

public java.util.Map loadCustomerAddressesAndCount(java.util.Map parameters)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

editDeleteCustomerAddresses

public void editDeleteCustomerAddresses(java.util.Map parameters,
                                        BusinessObjectFactory bof)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

loadActiveCustomerAddresses

public java.util.Collection loadActiveCustomerAddresses()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © SoftSlate, Inc. 2003–2005