com.softslate.commerce.daos.order
Interface OrderItemAttributeDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
OrderItemAttributeDAOHibernate

public interface OrderItemAttributeDAO
extends DAOInterface

Interface for a DAO to manage the sscOrderItemAttribute table of the database.

Author:
David Tobey

Method Summary
 void deleteOrderItemAttribute()
           
 void deleteOrderItemAttribute(boolean commit)
           
 OrderItemAttribute getOrderItemAttribute()
           
 void insertOrderItemAttribute()
           
 void insertOrderItemAttribute(boolean commit)
           
 void loadOrderItemAttributeFromID()
           
 void setOrderItemAttribute(OrderItemAttribute orderItemAttribute)
           
 void updateOrderItemAttribute()
           
 void updateOrderItemAttribute(boolean commit)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
deleteObject, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getSettings, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setSettings, setSqlMap, updateObject
 

Method Detail

getOrderItemAttribute

OrderItemAttribute getOrderItemAttribute()

setOrderItemAttribute

void setOrderItemAttribute(OrderItemAttribute orderItemAttribute)

loadOrderItemAttributeFromID

void loadOrderItemAttributeFromID()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

insertOrderItemAttribute

void insertOrderItemAttribute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

insertOrderItemAttribute

void insertOrderItemAttribute(boolean commit)
                              throws java.lang.Exception
Throws:
java.lang.Exception

updateOrderItemAttribute

void updateOrderItemAttribute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

updateOrderItemAttribute

void updateOrderItemAttribute(boolean commit)
                              throws java.lang.Exception
Throws:
java.lang.Exception

deleteOrderItemAttribute

void deleteOrderItemAttribute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

deleteOrderItemAttribute

void deleteOrderItemAttribute(boolean commit)
                              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright ? SoftSlate, LLC 2003?2005