Liferay 7.0-ce-b4

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

Packages that use AssetCategoryService
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
 

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)
           
 


Liferay 7.0-ce-b4