Liferay 6.0.4

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

Packages that use AssetVocabularyService
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl   
 

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

Methods in com.liferay.portlet.asset.service with parameters of type AssetVocabularyService
 void AssetVocabularyServiceUtil.setService(AssetVocabularyService service)
           
 

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

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

Classes in com.liferay.portlet.asset.service.base that implement AssetVocabularyService
 class AssetVocabularyServiceBaseImpl
           
 

Fields in com.liferay.portlet.asset.service.base declared as AssetVocabularyService
protected  AssetVocabularyService AssetVocabularyServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetVocabularyLocalServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetTagStatsLocalServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetTagServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetTagPropertyServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetTagPropertyLocalServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetTagLocalServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetLinkLocalServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetEntryServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetEntryLocalServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetCategoryServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetCategoryPropertyServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetCategoryPropertyLocalServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetCategoryLocalServiceBaseImpl.assetVocabularyService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetVocabularyService
 AssetVocabularyService AssetVocabularyServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetVocabularyLocalServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetTagStatsLocalServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetTagServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetTagPropertyServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetTagPropertyLocalServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetTagLocalServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetLinkLocalServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetEntryServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetEntryLocalServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetCategoryServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetCategoryPropertyServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetCategoryPropertyLocalServiceBaseImpl.getAssetVocabularyService()
           
 AssetVocabularyService AssetCategoryLocalServiceBaseImpl.getAssetVocabularyService()
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetVocabularyService
 void AssetVocabularyServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetVocabularyLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetTagStatsLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetTagServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetTagPropertyServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetTagPropertyLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetTagLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetLinkLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetEntryServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetEntryLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetCategoryServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetCategoryPropertyServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 void AssetCategoryLocalServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
           
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetVocabularyService
 class AssetVocabularyServiceImpl
           
 


Liferay 6.0.4