com.sun.j2ee.blueprints.petstore.control.web
Class CatalogWebImpl

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.shoppingcart.catalog.model.CatalogModel
        |
        +--com.sun.j2ee.blueprints.petstore.control.web.CatalogWebImpl

public class CatalogWebImpl
extends CatalogModel

Web-tier implementation of catalog.


Fields inherited from class com.sun.j2ee.blueprints.shoppingcart.catalog.model.CatalogModel
dao
 
Constructor Summary
CatalogWebImpl()
           
 
Methods inherited from class com.sun.j2ee.blueprints.shoppingcart.catalog.model.CatalogModel
destroy, getCategories, getCategory, getItem, getItems, getProduct, getProducts, init, searchProducts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogWebImpl

public CatalogWebImpl()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.