Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.asset.service that return AssetVocabularyLocalService
static AssetVocabularyLocalService AssetVocabularyLocalServiceUtil.getService()
           
 AssetVocabularyLocalService AssetVocabularyLocalServiceWrapper.getWrappedAssetVocabularyLocalService()
          Deprecated. As of 6.1.0, replaced by AssetVocabularyLocalServiceWrapper.getWrappedService()
 AssetVocabularyLocalService AssetVocabularyLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetVocabularyLocalService
 void AssetVocabularyLocalServiceUtil.setService(AssetVocabularyLocalService service)
          Deprecated. As of 6.2.0
 void AssetVocabularyLocalServiceWrapper.setWrappedAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Deprecated. As of 6.1.0, replaced by AssetVocabularyLocalServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyLocalService)
 void AssetVocabularyLocalServiceWrapper.setWrappedService(AssetVocabularyLocalService assetVocabularyLocalService)
           
 

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


Liferay 6.2-ce-ga5