itexpert.chap13.buy
Class OraOrderDAOImpl

java.lang.Object
  |
  +--itexpert.chap13.buy.OraOrderDAOImpl
All Implemented Interfaces:
OrderDAO

public class OraOrderDAOImpl
extends java.lang.Object
implements OrderDAO


Constructor Summary
OraOrderDAOImpl()
           
 
Method Summary
 void orderComplete(javax.servlet.http.HttpServletRequest request)
          ¼¼¼Ç¿¡¼­ ¼îÇÎīƮ¸¦ °¡Á®¿Í¼­ ORDERLIST Å×ÀÌºí¿¡ Ãß°¡Çϰí ÇØ´çÇϴ åÀÇ Àç°í·®À» °¨¼Ò½ÃŰ´Â ¸Þ¼Òµå
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OraOrderDAOImpl

public OraOrderDAOImpl()
Method Detail

orderComplete

public void orderComplete(javax.servlet.http.HttpServletRequest request)
                   throws ShopDAOException
Description copied from interface: OrderDAO
¼¼¼Ç¿¡¼­ ¼îÇÎīƮ¸¦ °¡Á®¿Í¼­ ORDERLIST Å×ÀÌºí¿¡ Ãß°¡Çϰí ÇØ´çÇϴ åÀÇ Àç°í·®À» °¨¼Ò½ÃŰ´Â ¸Þ¼Òµå

Specified by:
orderComplete in interface OrderDAO
ShopDAOException