IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm.dao.mem
Class BatchItemDAOMemImpl

java.lang.Object
  extended by com.ibm.btt.bc.cm.dao.mem.BatchItemDAOMemImpl
All Implemented Interfaces:
BatchItemDAO

public class BatchItemDAOMemImpl
extends java.lang.Object
implements BatchItemDAO


Constructor Summary
BatchItemDAOMemImpl()
           
 
Method Summary
 int delete(BatchItem entity)
           
 BatchItem find(java.lang.String pk)
           
 java.util.List<BatchItem> getAll()
           
 BatchItem getNew()
           
 int save(BatchItem entity)
           
 void update(BatchItem entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchItemDAOMemImpl

public BatchItemDAOMemImpl()
Method Detail

delete

public int delete(BatchItem entity)
           throws DAOException
Specified by:
delete in interface BatchItemDAO
Throws:
DAOException

find

public BatchItem find(java.lang.String pk)
               throws DAOException
Throws:
DAOException

getAll

public java.util.List<BatchItem> getAll()
                                 throws DAOException
Throws:
DAOException

getNew

public BatchItem getNew()
Specified by:
getNew in interface BatchItemDAO

save

public int save(BatchItem entity)
Specified by:
save in interface BatchItemDAO

update

public void update(BatchItem entity)
            throws DAOException
Throws:
DAOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011