Liferay 6.0.4

Uses of Interface
com.liferay.portlet.shopping.service.ShoppingItemService

Packages that use ShoppingItemService
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.impl   
 

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

Classes in com.liferay.portlet.shopping.service that implement ShoppingItemService
 class ShoppingItemServiceWrapper
           This class is a wrapper for ShoppingItemService.
 

Methods in com.liferay.portlet.shopping.service that return ShoppingItemService
static ShoppingItemService ShoppingItemServiceUtil.getService()
           
 ShoppingItemService ShoppingItemServiceWrapper.getWrappedShoppingItemService()
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemService
 void ShoppingItemServiceUtil.setService(ShoppingItemService service)
           
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingItemService
ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
           
 

Uses of ShoppingItemService in com.liferay.portlet.shopping.service.base
 

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingItemService
 class ShoppingItemServiceBaseImpl
           
 

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingItemService
protected  ShoppingItemService ShoppingOrderServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingOrderLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingOrderItemLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingItemServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingItemPriceLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingItemLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingItemFieldLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCouponServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCouponLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCategoryServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCategoryLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCartLocalServiceBaseImpl.shoppingItemService
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingItemService
 ShoppingItemService ShoppingOrderServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingOrderLocalServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingOrderItemLocalServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingItemServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingItemPriceLocalServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingItemLocalServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingItemFieldLocalServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingCouponServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingCouponLocalServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingCategoryServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingCategoryLocalServiceBaseImpl.getShoppingItemService()
           
 ShoppingItemService ShoppingCartLocalServiceBaseImpl.getShoppingItemService()
           
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemService
 void ShoppingOrderServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingOrderLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingItemServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingItemLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingCouponServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingCouponLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingCategoryServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 void ShoppingCartLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
           
 

Uses of ShoppingItemService in com.liferay.portlet.shopping.service.impl
 

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingItemService
 class ShoppingItemServiceImpl
           
 


Liferay 6.0.4