Liferay 6.1.2-ce-ga3

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

Packages that use ShoppingItemSoap
com.liferay.portlet.shopping.model   
 

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)
           
 


Liferay 6.1.2-ce-ga3