Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.asset.service that return AssetCategoryPropertyService
static AssetCategoryPropertyService AssetCategoryPropertyServiceUtil.getService()
           
 AssetCategoryPropertyService AssetCategoryPropertyServiceWrapper.getWrappedAssetCategoryPropertyService()
          Deprecated. As of 6.1.0, replaced by AssetCategoryPropertyServiceWrapper.getWrappedService()
 AssetCategoryPropertyService AssetCategoryPropertyServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyService
 void AssetCategoryPropertyServiceUtil.setService(AssetCategoryPropertyService service)
          Deprecated. As of 6.2.0
 void AssetCategoryPropertyServiceWrapper.setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Deprecated. As of 6.1.0, replaced by AssetCategoryPropertyServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetCategoryPropertyService)
 void AssetCategoryPropertyServiceWrapper.setWrappedService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 

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


Liferay 6.2-ce-ga5