com.softslate.commerce.daos.order
Interface CountryDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
CountryDAOHibernate

public interface CountryDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteCountry()
           
 void deleteCountry(boolean commit)
           
 Country getCountry()
           
 void insertCountry()
           
 void insertCountry(boolean commit)
           
 void loadCountryFromID()
           
 void setCountry(Country country)
           
 void updateCountry()
           
 void updateCountry(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

getCountry

Country getCountry()

setCountry

void setCountry(Country country)

loadCountryFromID

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

insertCountry

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

insertCountry

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

updateCountry

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

updateCountry

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

deleteCountry

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

deleteCountry

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


Copyright ? SoftSlate, LLC 2003?2005