Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

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

Methods in com.liferay.portlet.shopping.service.http that return ShoppingCategorySoap
static ShoppingCategorySoap ShoppingCategoryServiceSoap.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static ShoppingCategorySoap[] ShoppingCategoryServiceSoap.getCategories(long groupId)
           
static ShoppingCategorySoap[] ShoppingCategoryServiceSoap.getCategories(long groupId, long parentCategoryId, int start, int end)
           
static ShoppingCategorySoap ShoppingCategoryServiceSoap.getCategory(long categoryId)
           
static ShoppingCategorySoap ShoppingCategoryServiceSoap.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3