com.ibm.btt.bc.cm.dao.mem
Class BatchItemDAOMemImpl
java.lang.Object
com.ibm.btt.bc.cm.dao.mem.BatchItemDAOMemImpl
- All Implemented Interfaces:
- BatchItemDAO
public class BatchItemDAOMemImpl
- extends java.lang.Object
- implements BatchItemDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchItemDAOMemImpl
public BatchItemDAOMemImpl()
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
(c) Copyright IBM Corporation 1998, 2009