Liferay 6.0-ee-sp2

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

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

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

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryPropertyLocalService
static AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceUtil.getService()
           
 AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceWrapper.getWrappedAssetCategoryPropertyLocalService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
 void AssetCategoryPropertyLocalServiceUtil.setService(AssetCategoryPropertyLocalService service)
           
 void AssetCategoryPropertyLocalServiceWrapper.setWrappedAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 


Liferay 6.0-ee-sp2