Liferay 6.2-ce-ga5

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.addCategory(long parentCategoryId, String[] titleMapLanguageIds, String[] titleMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategorySoap AssetCategoryServiceSoap.addCategory(String title, long vocabularyId, ServiceContext serviceContext)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.deleteCategories(long[] categoryIds, ServiceContext serviceContext)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getCategories(String className, long classPK)
           
static AssetCategorySoap AssetCategoryServiceSoap.getCategory(long categoryId)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getChildCategories(long parentCategoryId)
           
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.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, replaced by AssetCategoryServiceSoap.getVocabularyRootCategories(long, long, int, int, OrderByComparator)
static AssetCategorySoap[] AssetCategoryServiceSoap.getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategorySoap AssetCategoryServiceSoap.moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
static AssetCategorySoap[] AssetCategoryServiceSoap.search(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc)
           
static AssetCategorySoap AssetCategoryServiceSoap.updateCategory(long categoryId, long parentCategoryId, String[] titleMapLanguageIds, String[] titleMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5