com.softslate.commerce.daos.payment
Interface PaymentDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
PaymentDAOHibernate

public interface PaymentDAO
extends DAOInterface

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

Author:
David Tobey

Method Summary
 void deletePayment()
           
 void deletePayment(boolean commit)
           
 Payment getPayment()
           
 void insertPayment()
           
 void insertPayment(boolean commit)
           
 void loadPaymentFromID()
           
 void setPayment(Payment payment)
           
 void updatePayment()
           
 void updatePayment(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

getPayment

Payment getPayment()

setPayment

void setPayment(Payment payment)

loadPaymentFromID

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

insertPayment

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

insertPayment

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

updatePayment

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

updatePayment

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

deletePayment

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

deletePayment

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


Copyright © SoftSlate, LLC 2003–2005