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

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

public class OrderDAOSybase
extends OrderDAO

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


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
OrderDAOSybase()
           
 
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

OrderDAOSybase

public OrderDAOSybase()
               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.