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

Packages that use ListChunk
com.sun.j2ee.blueprints.shoppingcart.catalog.ejb   
com.sun.j2ee.blueprints.shoppingcart.catalog.model   
 

Uses of ListChunk in com.sun.j2ee.blueprints.shoppingcart.catalog.ejb
 

Methods in com.sun.j2ee.blueprints.shoppingcart.catalog.ejb that return ListChunk
 ListChunk Catalog.getCategories(int startIndex, int count, java.util.Locale locale)
           
 ListChunk Catalog.getProducts(java.lang.String categoryId, int startIndex, int count, java.util.Locale locale)
           
 ListChunk Catalog.getItems(java.lang.String productId, int startIndex, int count, java.util.Locale locale)
           
 ListChunk Catalog.searchProducts(java.util.Collection keyWords, int startIndex, int count, java.util.Locale locale)
           
 

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

Methods in com.sun.j2ee.blueprints.shoppingcart.catalog.model that return ListChunk
 ListChunk CatalogModel.getCategories(int stIndex, int count, java.util.Locale locale)
           
 ListChunk CatalogModel.getProducts(java.lang.String categoryId, int startIndex, int count, java.util.Locale locale)
           
 ListChunk CatalogModel.getItems(java.lang.String productId, int startIndex, int count, java.util.Locale locale)
           
 ListChunk CatalogModel.searchProducts(java.util.Collection keyWords, int startIndex, int count, java.util.Locale locale)
           
 ListChunk CatalogDAO.getCategories(int startIndex, int count, java.util.Locale locale)
           
 ListChunk CatalogDAO.getProducts(java.lang.String categoryId, int startIndex, int count, 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)
           
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.