com.softslate.commerce.daos.product
Interface AttributeGatewayDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
AttributeGatewayDAOBasic

public interface AttributeGatewayDAO
extends DAOInterface

Interface for a DAO that runs miscellaneous queries related to basic attributes.

Author:
David Tobey

Method Summary
 void editDeleteAttributes(java.util.Map parameters, BusinessObjectFactory bof)
           
 java.util.Collection loadActiveAttributes()
           
 java.util.Collection loadAllAttributes()
           
 java.util.Map loadAttributesAndCount(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

loadAttributesAndCount

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

editDeleteAttributes

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

loadAllAttributes

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

loadActiveAttributes

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


Copyright © SoftSlate, Inc. 2003–2005