Liferay 6.0.5

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

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

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)
           
 

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

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

Classes in com.liferay.portlet.asset.service.base that implement AssetVocabularyLocalService
 class AssetVocabularyLocalServiceBaseImpl
          The base implementation of the asset vocabulary local service.
 

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

Methods in com.liferay.portlet.asset.service.base that return AssetVocabularyLocalService
 AssetVocabularyLocalService AssetVocabularyServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetVocabularyLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetTagStatsLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetTagServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetTagPropertyServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetTagPropertyLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetTagLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetLinkLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetEntryServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetEntryLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetCategoryServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetCategoryPropertyServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetCategoryPropertyLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 AssetVocabularyLocalService AssetCategoryLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Gets the asset vocabulary local service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetVocabularyLocalService
 void AssetVocabularyServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetVocabularyLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetTagStatsLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetTagServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetTagPropertyServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetTagLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetLinkLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetEntryServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetEntryLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetCategoryServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetCategoryPropertyServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetCategoryLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetVocabularyLocalService
 class AssetVocabularyLocalServiceImpl
           
 


Liferay 6.0.5