Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for AssetVocabularyService.
 

Methods in com.liferay.portlet.asset.service that return AssetVocabularyService
static AssetVocabularyService AssetVocabularyServiceUtil.getService()
           
 AssetVocabularyService AssetVocabularyServiceWrapper.getWrappedAssetVocabularyService()
          Deprecated. Renamed to AssetVocabularyServiceWrapper.getWrappedService()
 AssetVocabularyService AssetVocabularyServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetVocabularyService
 void AssetVocabularyServiceUtil.setService(AssetVocabularyService service)
          Deprecated.  
 void AssetVocabularyServiceWrapper.setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Deprecated. Renamed to 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.1.2-ce-ga3