com.softslate.commerce.daos.product
Interface AttributeDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
AttributeDAOHibernate

public interface AttributeDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deleteAttribute()
           
 void deleteAttribute(boolean commit)
           
 Attribute getAttribute()
           
 void insertAttribute()
           
 void insertAttribute(boolean commit)
           
 void insertAttributeWithID()
           
 void insertAttributeWithID(boolean commit)
           
 void loadAttributeFromID()
           
 void setAttribute(Attribute attribute)
           
 void updateAttribute()
           
 void updateAttribute(boolean commit)
           
 void updateAttributeByCode()
           
 void updateAttributeByCode(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

getAttribute

Attribute getAttribute()

setAttribute

void setAttribute(Attribute attribute)

loadAttributeFromID

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

insertAttribute

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

insertAttribute

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

insertAttributeWithID

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

insertAttributeWithID

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

updateAttribute

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

updateAttribute

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

updateAttributeByCode

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

updateAttributeByCode

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

deleteAttribute

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

deleteAttribute

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


Copyright ? SoftSlate, LLC 2003?2005