Uses of Package
com.sun.j2ee.blueprints.shoppingcart.catalog.model

Packages that use com.sun.j2ee.blueprints.shoppingcart.catalog.model
com.sun.j2ee.blueprints.petstore.control.web   
com.sun.j2ee.blueprints.petstore.taglib   
com.sun.j2ee.blueprints.shoppingcart.catalog.ejb   
com.sun.j2ee.blueprints.shoppingcart.catalog.model   
 

Classes in com.sun.j2ee.blueprints.shoppingcart.catalog.model used by com.sun.j2ee.blueprints.petstore.control.web
CatalogModel
          This class implements the CatalogModel interface in order to provide methods to browse and search the pet's catalog in the Java Pet Store Demo.
 

Classes in com.sun.j2ee.blueprints.shoppingcart.catalog.model used by com.sun.j2ee.blueprints.petstore.taglib
Item
          This class represents a particular item in the Java Pet Store Demo.
Product
          This class represents different kinds of pets for a particular category.
 

Classes in com.sun.j2ee.blueprints.shoppingcart.catalog.model used by com.sun.j2ee.blueprints.shoppingcart.catalog.ejb
CatalogModel
          This class implements the CatalogModel interface in order to provide methods to browse and search the pet's catalog in the Java Pet Store Demo.
Category
          This class represents different categories of pets in the Java Pet Store Demo.
Item
          This class represents a particular item in the Java Pet Store Demo.
ListChunk
          This class represents a list of items/products/categories that is returned to the web tier in response to the getItems/getProducts/getCategories/ searchProducts request
Product
          This class represents different kinds of pets for a particular category.
 

Classes in com.sun.j2ee.blueprints.shoppingcart.catalog.model used by com.sun.j2ee.blueprints.shoppingcart.catalog.model
CatalogDAO
          This class encapsulates all the SQL calls made by Catalog EJB.
CatalogDAOException
           
Category
          This class represents different categories of pets in the Java Pet Store Demo.
Item
          This class represents a particular item in the Java Pet Store Demo.
ListChunk
          This class represents a list of items/products/categories that is returned to the web tier in response to the getItems/getProducts/getCategories/ searchProducts request
Product
          This class represents different kinds of pets for a particular category.
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.