com.sun.j2ee.blueprints.customer.order.ejb
Class OrderDAOOracle

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.customer.order.ejb.OrderDAO
        |
        +--com.sun.j2ee.blueprints.customer.order.ejb.OrderDAOOracle

public class OrderDAOOracle
extends OrderDAO

This class represents the implementation of the abstract methods of the base class OrderDAO for Oracle.


Fields inherited from class com.sun.j2ee.blueprints.customer.order.ejb.OrderDAO
billToAddr, billToFirstName, billToLastName, carrier, chargeCard, dbConnection, lineItems, orderDate, orderId, shipToAddr, shipToFirstName, shipToLastName, status, totalPrice, userId
 
Constructor Summary
OrderDAOOracle()
           
 
Method Summary
 void create()
          part of the OrderDAO abstract class
 void store()
          part of the OrderDAO abstract class
 
Methods inherited from class com.sun.j2ee.blueprints.customer.order.ejb.OrderDAO
closeConnection, findByPrimaryKey, findUserOrders, getBillToAddr, getBillToFirstName, getBillToLastName, getCarrier, getChargeCard, getDBConnection, getLineItems, getOrderDate, getOrderId, getShipToAddr, getShipToFirstName, getShipToLastName, getStatus, getTotalPrice, getUserId, isValidData, load, remove, setBillToAddr, setBillToFirstName, setBillToLastName, setCarrier, setChargeCard, setLineItems, setOrderDate, setOrderId, setShipToAddr, setShipToFirstName, setShipToLastName, setStatus, setTotalPrice, setUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderDAOOracle

public OrderDAOOracle()
               throws OrderDAOException
Method Detail

create

public void create()
            throws OrderDAOException
part of the OrderDAO abstract class
Overrides:
create in class OrderDAO

store

public void store()
           throws OrderDAOException
part of the OrderDAO abstract class
Overrides:
store in class OrderDAO


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.