Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for AssetCategoryPropertyService.
 

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

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyService
 void AssetCategoryPropertyServiceUtil.setService(AssetCategoryPropertyService service)
          Deprecated.  
 void AssetCategoryPropertyServiceWrapper.setWrappedAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Deprecated. Renamed to 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.1.2-ce-ga3