Class Summary |
CatalogDAO |
This class encapsulates all the SQL calls made by 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. |