Liferay 6.0.5

Uses of Class
com.liferay.portlet.asset.model.AssetCategorySoap

Packages that use AssetCategorySoap
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service.http   
 

Uses of AssetCategorySoap in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model that return AssetCategorySoap
static AssetCategorySoap AssetCategorySoap.toSoapModel(AssetCategory model)
           
static AssetCategorySoap[] AssetCategorySoap.toSoapModels(AssetCategory[] models)
           
static AssetCategorySoap[][] AssetCategorySoap.toSoapModels(AssetCategory[][] models)
           
static AssetCategorySoap[] AssetCategorySoap.toSoapModels(List<AssetCategory> models)
           
 

Uses of AssetCategorySoap in com.liferay.portlet.asset.model.impl
 

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

Uses of AssetCategorySoap in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http that return AssetCategorySoap
static AssetCategorySoap[] AssetCategoryServiceSoap.getCategories(String className, long classPK)
           
static AssetCategorySoap AssetCategoryServiceSoap.getCategory(long categoryId)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 


Liferay 6.0.5