Liferay 7.0-ce-b4

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

Packages that use AssetCategoryService
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. 
com.liferay.portlet.documentlibrary.service.base   
 

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

Fields in com.liferay.portal.service.base declared as AssetCategoryService
protected  AssetCategoryService GroupServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService LayoutServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService OrganizationServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portal.service.base that return AssetCategoryService
 AssetCategoryService GroupServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService LayoutServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService OrganizationServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AssetCategoryService
 void GroupServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void LayoutServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void OrganizationServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 

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

Classes in com.liferay.portlet.asset.service that implement AssetCategoryService
 class AssetCategoryServiceWrapper
          Provides a wrapper for AssetCategoryService.
 

Methods in com.liferay.portlet.asset.service that return AssetCategoryService
static AssetCategoryService AssetCategoryServiceUtil.getService()
           
 AssetCategoryService AssetCategoryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryService
 void AssetCategoryServiceWrapper.setWrappedService(AssetCategoryService assetCategoryService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetCategoryService
AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetCategoryService
 class AssetCategoryServiceBaseImpl
          Provides the base implementation for the asset category remote service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryService
protected  AssetCategoryService AssetEntryServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService AssetVocabularyServiceBaseImpl.assetCategoryService
           
protected  AssetCategoryService AssetCategoryServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryService
 AssetCategoryService AssetEntryServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService AssetVocabularyServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 AssetCategoryService AssetCategoryServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryService
 void AssetEntryServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void AssetVocabularyServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void AssetCategoryServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetCategoryService
 class AssetCategoryServiceImpl
          Provides the remote service for accessing, adding, deleting, moving, and updating asset categories.
 

Uses of AssetCategoryService in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetCategoryService
protected  AssetCategoryService DLFileEntryServiceBaseImpl.assetCategoryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetCategoryService
 AssetCategoryService DLFileEntryServiceBaseImpl.getAssetCategoryService()
          Returns the asset category remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetCategoryService
 void DLFileEntryServiceBaseImpl.setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 


Liferay 7.0-ce-b4