Liferay 6.0-ee-sp2

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

Packages that use AssetVocabularyLocalService
com.liferay.portlet.asset.service   
 

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

Classes in com.liferay.portlet.asset.service that implement AssetVocabularyLocalService
 class AssetVocabularyLocalServiceWrapper
           This class is a wrapper for AssetVocabularyLocalService.
 

Methods in com.liferay.portlet.asset.service that return AssetVocabularyLocalService
static AssetVocabularyLocalService AssetVocabularyLocalServiceUtil.getService()
           
 AssetVocabularyLocalService AssetVocabularyLocalServiceWrapper.getWrappedAssetVocabularyLocalService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetVocabularyLocalService
 void AssetVocabularyLocalServiceUtil.setService(AssetVocabularyLocalService service)
           
 void AssetVocabularyLocalServiceWrapper.setWrappedAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetVocabularyLocalService
AssetVocabularyLocalServiceWrapper(AssetVocabularyLocalService assetVocabularyLocalService)
           
 


Liferay 6.0-ee-sp2