com.softslate.commerce.daos.product
Class AttributeGatewayDAOBasic

java.lang.Object
  extended bycom.softslate.commerce.daos.core.BaseDAO
      extended bycom.softslate.commerce.daos.core.BaseAdminGatewayDAOBasic
          extended bycom.softslate.commerce.daos.product.AttributeGatewayDAOBasic
All Implemented Interfaces:
AttributeGatewayDAO, DAOInterface

public class AttributeGatewayDAOBasic
extends BaseAdminGatewayDAOBasic
implements AttributeGatewayDAO

Generic DAO that runs miscellaneous queries related to attributes.

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
AttributeGatewayDAOBasic()
           
 
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 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

AttributeGatewayDAOBasic

public AttributeGatewayDAOBasic()
Method Detail

loadAttributesAndCount

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

editDeleteAttributes

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

loadAllAttributes

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

loadActiveAttributes

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


Copyright © SoftSlate, Inc. 2003–2005