Liferay 7.0-ce-b4

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

Packages that use AssetVocabularyService
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 AssetVocabularyService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetVocabularyService
protected  AssetVocabularyService GroupServiceBaseImpl.assetVocabularyService
           
 

Methods in com.liferay.portal.service.base that return AssetVocabularyService
 AssetVocabularyService GroupServiceBaseImpl.getAssetVocabularyService()
          Returns the asset vocabulary remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AssetVocabularyService
 void GroupServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Sets the asset vocabulary remote service.
 

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

Classes in com.liferay.portlet.asset.service that implement AssetVocabularyService
 class AssetVocabularyServiceWrapper
          Provides a wrapper for AssetVocabularyService.
 

Methods in com.liferay.portlet.asset.service that return AssetVocabularyService
static AssetVocabularyService AssetVocabularyServiceUtil.getService()
           
 AssetVocabularyService AssetVocabularyServiceWrapper.getWrappedService()
           
 

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

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

Fields in com.liferay.portlet.asset.service.base declared as AssetVocabularyService
protected  AssetVocabularyService AssetVocabularyServiceBaseImpl.assetVocabularyService
           
protected  AssetVocabularyService AssetCategoryServiceBaseImpl.assetVocabularyService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetVocabularyService
 AssetVocabularyService AssetVocabularyServiceBaseImpl.getAssetVocabularyService()
          Returns the asset vocabulary remote service.
 AssetVocabularyService AssetCategoryServiceBaseImpl.getAssetVocabularyService()
          Returns the asset vocabulary remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetVocabularyService
 void AssetVocabularyServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Sets the asset vocabulary remote service.
 void AssetCategoryServiceBaseImpl.setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Sets the asset vocabulary remote service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetVocabularyService
 class AssetVocabularyServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating asset vocabularies.
 


Liferay 7.0-ce-b4