Uses of Class
com.sun.j2ee.blueprints.shoppingcart.catalog.model.CatalogDAOException

Packages that use CatalogDAOException
com.sun.j2ee.blueprints.shoppingcart.catalog.model   
 

Uses of CatalogDAOException in com.sun.j2ee.blueprints.shoppingcart.catalog.model
 

Methods in com.sun.j2ee.blueprints.shoppingcart.catalog.model that throw CatalogDAOException
 Category CatalogDAO.getCategory(java.lang.String categoryId, java.util.Locale locale)
           
 ListChunk CatalogDAO.getCategories(int startIndex, int count, java.util.Locale locale)
           
 Product CatalogDAO.getProduct(java.lang.String productId, java.util.Locale locale)
           
 ListChunk CatalogDAO.getProducts(java.lang.String categoryId, int startIndex, int count, java.util.Locale locale)
           
 Item CatalogDAO.getItem(java.lang.String itemId, java.util.Locale locale)
           
 ListChunk CatalogDAO.getItems(java.lang.String productId, int startIndex, int count, java.util.Locale locale)
           
 ListChunk CatalogDAO.searchProducts(java.util.Collection keyWords, int startIndex, int count, java.util.Locale locale)
           
 

Constructors in com.sun.j2ee.blueprints.shoppingcart.catalog.model that throw CatalogDAOException
CatalogDAO.CatalogDAO()
           
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.