com.softslate.commerce.daos.order
Interface StateDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
StateDAOHibernate

public interface StateDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteState()
           
 void deleteState(boolean commit)
           
 State getState()
           
 void insertState()
           
 void insertState(boolean commit)
           
 void loadStateFromID()
           
 void setState(State state)
           
 void updateState()
           
 void updateState(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

getState

State getState()

setState

void setState(State state)

loadStateFromID

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

insertState

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

insertState

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

updateState

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

updateState

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

deleteState

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

deleteState

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


Copyright ? SoftSlate, LLC 2003?2005