Class OrderShippingRuleDAOHibernate
java.lang.Object
com.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.order.OrderShippingRuleDAOHibernate
- All Implemented Interfaces:
DAOInterface,OrderShippingRuleDAO
public class OrderShippingRuleDAOHibernate
extends BaseDAO
implements DAOInterface, OrderShippingRuleDAO
Generic DAO to manage the
sscOrderShippingRule table of the
database.- Author:
- Jason McWilliams
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.commons.logging.Logprivate OrderShippingRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteOrderShippingRule(boolean commit) voidvoidinsertOrderShippingRule(boolean commit) voidvoidsetOrderShippingRule(OrderShippingRule orderShippingRule) voidvoidupdateOrderShippingRule(boolean commit) 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, updateObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 -
orderShippingRule
-
-
Constructor Details
-
OrderShippingRuleDAOHibernate
public OrderShippingRuleDAOHibernate()
-
-
Method Details
-
getOrderShippingRule
- Specified by:
getOrderShippingRulein interfaceOrderShippingRuleDAO
-
setOrderShippingRule
- Specified by:
setOrderShippingRulein interfaceOrderShippingRuleDAO
-
loadOrderShippingRuleFromID
- Specified by:
loadOrderShippingRuleFromIDin interfaceOrderShippingRuleDAO- Throws:
Exception
-
insertOrderShippingRule
- Specified by:
insertOrderShippingRulein interfaceOrderShippingRuleDAO- Throws:
DataAccessException
-
insertOrderShippingRule
- Specified by:
insertOrderShippingRulein interfaceOrderShippingRuleDAO- Throws:
DataAccessException
-
updateOrderShippingRule
- Specified by:
updateOrderShippingRulein interfaceOrderShippingRuleDAO- Throws:
DataAccessException
-
updateOrderShippingRule
- Specified by:
updateOrderShippingRulein interfaceOrderShippingRuleDAO- Throws:
DataAccessException
-
deleteOrderShippingRule
- Specified by:
deleteOrderShippingRulein interfaceOrderShippingRuleDAO- Throws:
DataAccessException
-
deleteOrderShippingRule
- Specified by:
deleteOrderShippingRulein interfaceOrderShippingRuleDAO- Throws:
DataAccessException
-