IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm.dao
Interface BatchItemDAO

All Known Implementing Classes:
BatchItemDAOImpl, BatchItemDAOMemImpl

public interface BatchItemDAO


Method Summary
 int delete(BatchItem aBatchItem)
           
 BatchItem getNew()
           
 int save(BatchItem newBatchItem)
           
 

Method Detail

getNew

BatchItem getNew()

save

int save(BatchItem newBatchItem)
         throws DAOException
Throws:
DAOException

delete

int delete(BatchItem aBatchItem)
           throws DAOException
Throws:
DAOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011