Liferay 6.0-ee-sp2

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

Packages that use AssetCategoryPropertyService
com.liferay.portlet.asset.service   
 

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

Classes in com.liferay.portlet.asset.service that implement AssetCategoryPropertyService
 class AssetCategoryPropertyServiceWrapper
           This class is a wrapper for AssetCategoryPropertyService.
 

Methods in com.liferay.portlet.asset.service that return AssetCategoryPropertyService
static AssetCategoryPropertyService AssetCategoryPropertyServiceUtil.getService()
           
 AssetCategoryPropertyService AssetCategoryPropertyServiceWrapper.getWrappedAssetCategoryPropertyService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyService
 void AssetCategoryPropertyServiceUtil.setService(AssetCategoryPropertyService service)
           
 void AssetCategoryPropertyServiceWrapper.setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyService
AssetCategoryPropertyServiceWrapper(AssetCategoryPropertyService assetCategoryPropertyService)
           
 


Liferay 6.0-ee-sp2