Liferay 6.2-ce-ga5

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.getWrappedAssetCategoryService()
          Deprecated. As of 6.1.0, replaced by AssetCategoryServiceWrapper.getWrappedService()
 AssetCategoryService AssetCategoryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryService
 void AssetCategoryServiceUtil.setService(AssetCategoryService service)
          Deprecated. As of 6.2.0
 void AssetCategoryServiceWrapper.setWrappedAssetCategoryService(AssetCategoryService assetCategoryService)
          Deprecated. As of 6.1.0, replaced by AssetCategoryServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetCategoryService)
 void AssetCategoryServiceWrapper.setWrappedService(AssetCategoryService assetCategoryService)
           
 

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


Liferay 6.2-ce-ga5