Liferay 7.0-ce-b4

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

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

Uses of AssetVocabularyLocalService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetVocabularyLocalService
protected  AssetVocabularyLocalService GroupServiceBaseImpl.assetVocabularyLocalService
           
protected  AssetVocabularyLocalService GroupLocalServiceBaseImpl.assetVocabularyLocalService
           
 

Methods in com.liferay.portal.service.base that return AssetVocabularyLocalService
 AssetVocabularyLocalService GroupServiceBaseImpl.getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 AssetVocabularyLocalService GroupLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 

Methods in com.liferay.portal.service.base with parameters of type AssetVocabularyLocalService
 void GroupServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void GroupLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 

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

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

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
          Provides the base implementation for the asset vocabulary local service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetVocabularyLocalService
protected  AssetVocabularyLocalService AssetCategoryLocalServiceBaseImpl.assetVocabularyLocalService
           
protected  AssetVocabularyLocalService AssetVocabularyServiceBaseImpl.assetVocabularyLocalService
           
protected  AssetVocabularyLocalService AssetCategoryServiceBaseImpl.assetVocabularyLocalService
           
protected  AssetVocabularyLocalService AssetVocabularyLocalServiceBaseImpl.assetVocabularyLocalService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetVocabularyLocalService
 AssetVocabularyLocalService AssetCategoryLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 AssetVocabularyLocalService AssetVocabularyServiceBaseImpl.getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 AssetVocabularyLocalService AssetCategoryServiceBaseImpl.getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 AssetVocabularyLocalService AssetVocabularyLocalServiceBaseImpl.getAssetVocabularyLocalService()
          Returns the asset vocabulary local service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetVocabularyLocalService
 void AssetCategoryLocalServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetVocabularyServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetCategoryServiceBaseImpl.setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
          Sets the asset vocabulary local service.
 void AssetVocabularyLocalServiceBaseImpl.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
          Provides the local service for accessing, adding, deleting, and updating asset vocabularies.
 


Liferay 7.0-ce-b4