Liferay 7.0-ce-b4

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

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

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

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

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

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

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


Liferay 7.0-ce-b4