Class ShippingRuleGatewayDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
com.softslate.commerce.daos.shipping.ShippingRuleGatewayDAOHibernate
- All Implemented Interfaces:
DAOInterface
,ShippingRuleGatewayDAO
public class ShippingRuleGatewayDAOHibernate
extends BaseAdminGatewayDAOHibernate
implements ShippingRuleGatewayDAO
Generic DAO that runs miscellaneous queries related to shipping rules.
- Author:
- Jason McWilliams
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioneditDeleteShippingRules
(Map parameters, BusinessObjectFactory bof) getShippingRulesBySkuIDs
(Collection skuIDs) loadShippingRulesAndCount
(Map parameters) Methods inherited from class com.softslate.commerce.daos.core.BaseAdminGatewayDAOHibernate
editDeleteAssignments, editDeleteItems, incomingPropertiesByIndex, loadItems, loadItemsAndCount, loadItemsCount, loadItemsFromIDs, postChangedItemEvent, postChangingItemEvent, processCommonCriteria, setPropertiesDynamically
Methods inherited from class com.softslate.commerce.daos.core.BaseDAO
deleteObject, doWorkToSetConnection, editAssignment, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getInjector, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setInjector, setSettings, setSqlMap, updateObject
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
deleteObject, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getInjector, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setInjector, setSettings, setSqlMap, updateObject
-
Field Details
-
log
static org.apache.commons.logging.Log log
-
-
Constructor Details
-
ShippingRuleGatewayDAOHibernate
public ShippingRuleGatewayDAOHibernate()
-
-
Method Details
-
loadShippingRulesAndCount
- Specified by:
loadShippingRulesAndCount
in interfaceShippingRuleGatewayDAO
- Throws:
Exception
-
editDeleteShippingRules
- Specified by:
editDeleteShippingRules
in interfaceShippingRuleGatewayDAO
- Throws:
Exception
-
getShippingRulesBySkuIDs
- Specified by:
getShippingRulesBySkuIDs
in interfaceShippingRuleGatewayDAO
- Throws:
Exception
-
loadLimitByLocationShippingRules
- Specified by:
loadLimitByLocationShippingRules
in interfaceShippingRuleGatewayDAO
- Throws:
Exception
-