Liferay 6.0.5

Uses of Class
com.liferay.portlet.shopping.model.ShoppingItemSoap

Packages that use ShoppingItemSoap
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service.http   
 

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

Methods in com.liferay.portlet.shopping.model that return ShoppingItemSoap
static ShoppingItemSoap ShoppingItemSoap.toSoapModel(ShoppingItem model)
           
static ShoppingItemSoap[] ShoppingItemSoap.toSoapModels(List<ShoppingItem> models)
           
static ShoppingItemSoap[] ShoppingItemSoap.toSoapModels(ShoppingItem[] models)
           
static ShoppingItemSoap[][] ShoppingItemSoap.toSoapModels(ShoppingItem[][] models)
           
 

Uses of ShoppingItemSoap in com.liferay.portlet.shopping.model.impl
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingItemSoap
static ShoppingItem ShoppingItemModelImpl.toModel(ShoppingItemSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<ShoppingItem> ShoppingItemModelImpl.toModels(ShoppingItemSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of ShoppingItemSoap in com.liferay.portlet.shopping.service.http
 

Methods in com.liferay.portlet.shopping.service.http that return ShoppingItemSoap
static ShoppingItemSoap ShoppingItemServiceSoap.getItem(long itemId)
           
 


Liferay 6.0.5