com.sun.j2ee.blueprints.petstoreadmin.control.ejb
Class AdminOrderDAO
java.lang.Object
|
+--com.sun.j2ee.blueprints.petstoreadmin.control.ejb.AdminOrderDAO
- public class AdminOrderDAO
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
dbConnection
protected java.sql.Connection dbConnection
AdminOrderDAO
public AdminOrderDAO()
throws AdminOrderDAOException
getAllPendingOrders
public java.util.Collection getAllPendingOrders()
throws AdminOrderDAOException
setNewStatus
public void setNewStatus(java.util.ArrayList list)
throws AdminOrderDAOException
getDBConnection
protected void getDBConnection()
throws AdminOrderDAOException
closeConnection
protected void closeConnection()
throws AdminOrderDAOException
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.