com.softslate.commerce.daos.product
Interface ManufacturerDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
ManufacturerDAOHibernate

public interface ManufacturerDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteManufacturer()
           
 void deleteManufacturer(boolean commit)
           
 Manufacturer getManufacturer()
           
 void insertManufacturer()
           
 void insertManufacturer(boolean commit)
           
 void loadManufacturer()
           
 void loadManufacturerFromID()
           
 void loadProducts()
           
 void setManufacturer(Manufacturer manufacturer)
           
 void updateManufacturer()
           
 void updateManufacturer(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

getManufacturer

Manufacturer getManufacturer()

setManufacturer

void setManufacturer(Manufacturer manufacturer)

loadManufacturer

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

loadManufacturerFromID

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

insertManufacturer

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

insertManufacturer

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

updateManufacturer

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

updateManufacturer

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

deleteManufacturer

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

deleteManufacturer

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

loadProducts

void loadProducts()
                  throws DataAccessException
Throws:
DataAccessException


Copyright © SoftSlate, LLC 2003–2005