Liferay 6.1.10-ee-ga1

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

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

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()
          Deprecated. Renamed to AssetCategoryPropertyLocalServiceWrapper.getWrappedService()
 AssetCategoryPropertyLocalService AssetCategoryPropertyLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyLocalService
 void AssetCategoryPropertyLocalServiceUtil.setService(AssetCategoryPropertyLocalService service)
           
 void AssetCategoryPropertyLocalServiceWrapper.setWrappedAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
          Deprecated. Renamed to 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.1.10-ee-ga1