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)
|