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


Field Summary
protected  java.sql.Connection dbConnection
           
 
Constructor Summary
AdminOrderDAO()
           
 
Method Summary
protected  void closeConnection()
           
 java.util.Collection getAllPendingOrders()
           
protected  void getDBConnection()
           
 void setNewStatus(java.util.ArrayList list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbConnection

protected java.sql.Connection dbConnection
Constructor Detail

AdminOrderDAO

public AdminOrderDAO()
              throws AdminOrderDAOException
Method Detail

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.