Liferay 7.0-ce-b4

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.getWrappedService()
           
 

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

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


Liferay 7.0-ce-b4