Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.asset.service.AssetVocabularyService

Packages that use AssetVocabularyService
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
 

Uses of AssetVocabularyService in com.liferay.portlet.asset.service
 

Classes in com.liferay.portlet.asset.service that implement AssetVocabularyService
 class AssetVocabularyServiceWrapper
          Provides a wrapper for AssetVocabularyService.
 

Methods in com.liferay.portlet.asset.service that return AssetVocabularyService
static AssetVocabularyService AssetVocabularyServiceUtil.getService()
           
 AssetVocabularyService AssetVocabularyServiceWrapper.getWrappedAssetVocabularyService()
          Deprecated. As of 6.1.0, replaced by AssetVocabularyServiceWrapper.getWrappedService()
 AssetVocabularyService AssetVocabularyServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetVocabularyService
 void AssetVocabularyServiceUtil.setService(AssetVocabularyService service)
          Deprecated. As of 6.2.0
 void AssetVocabularyServiceWrapper.setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Deprecated. As of 6.1.0, replaced by AssetVocabularyServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyService)
 void AssetVocabularyServiceWrapper.setWrappedService(AssetVocabularyService assetVocabularyService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetVocabularyService
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
           
 


Liferay 6.2-ce-ga5