com.softslate.commerce.daos.payment
Interface PaymentDAO

All Superinterfaces:
DAOInterface
All Known Implementing Classes:
PaymentDAOBasic

public interface PaymentDAO
extends DAOInterface

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

Author:
David Tobey

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

getPayment

public Payment getPayment()

setPayment

public void setPayment(Payment payment)

loadPaymentFromID

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

getMaxPaymentID

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

insertPayment

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

insertPayment

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

updatePaymentNoNumber

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

updatePaymentNoNumber

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

updatePayment

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

updatePayment

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

deletePayment

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

deletePayment

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


Copyright © SoftSlate, Inc. 2003–2005