Liferay 6.2-ce-ga5

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.getWrappedAssetCategoryPropertyLocalService()
          Deprecated. As of 6.1.0, replaced by AssetCategoryPropertyLocalServiceWrapper.getWrappedService()
 AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
 void AssetCategoryPropertyLocalServiceUtil.setService(AssetCategoryPropertyLocalService service)
          Deprecated. As of 6.2.0
 void AssetCategoryPropertyLocalServiceWrapper.setWrappedAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Deprecated. As of 6.1.0, replaced by AssetCategoryPropertyLocalServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetCategoryPropertyLocalService)
 void AssetCategoryPropertyLocalServiceWrapper.setWrappedService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 

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


Liferay 6.2-ce-ga5