Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingCartItem

Packages that use ShoppingCartItem
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.service   
 

Uses of ShoppingCartItem in com.liferay.portlet.shopping.model
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingCartItem
 Map<ShoppingCartItem,Integer> ShoppingCartWrapper.getItems()
           
 Map<ShoppingCartItem,Integer> ShoppingCart.getItems()
           
 

Uses of ShoppingCartItem in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCartItem
static Map<ShoppingCartItem,Integer> ShoppingCartLocalServiceUtil.getItems(long groupId, String itemIds)
           
 Map<ShoppingCartItem,Integer> ShoppingCartLocalService.getItems(long groupId, String itemIds)
           
 Map<ShoppingCartItem,Integer> ShoppingCartLocalServiceWrapper.getItems(long groupId, String itemIds)
           
 


Liferay 6.1.2-ce-ga3