com.softslate.commerce.daos.product
Interface SKUDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
SKUDAOBasic

public interface SKUDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteSKU()
           
 void deleteSKU(boolean commit)
           
 int getMaxSKUID()
           
 SKU getSKU()
           
 void insertSKU()
           
 void insertSKU(boolean commit)
           
 void loadSKUFromID()
           
 void setSKU(SKU sku)
           
 void updateSKU()
           
 void updateSKU(boolean commit)
           
 
Methods inherited from interface com.softslate.commerce.daos.core.DAOInterface
getConnection, getDaoFactory, getDataSource, getSettingsBean, getSqlMap, initialize, setConnection, setDaoFactory, setDataSource, setSettingsBean, setSqlMap
 

Method Detail

getSKU

public SKU getSKU()

setSKU

public void setSKU(SKU sku)

loadSKUFromID

public void loadSKUFromID()
                   throws java.lang.Exception
Throws:
java.lang.Exception

getMaxSKUID

public int getMaxSKUID()
                throws java.lang.Exception
Throws:
java.lang.Exception

insertSKU

public void insertSKU()
               throws java.lang.Exception
Throws:
java.lang.Exception

insertSKU

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

updateSKU

public void updateSKU()
               throws java.lang.Exception
Throws:
java.lang.Exception

updateSKU

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

deleteSKU

public void deleteSKU()
               throws java.lang.Exception
Throws:
java.lang.Exception

deleteSKU

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


Copyright © SoftSlate, Inc. 2003–2005