Liferay 7.0-ce-b4

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. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
 

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.getWrappedService()
           
 

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

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

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

Classes in com.liferay.portlet.asset.service.base that implement AssetCategoryPropertyService
 class AssetCategoryPropertyServiceBaseImpl
          Provides the base implementation for the asset category property remote service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryPropertyService
protected  AssetCategoryPropertyService AssetCategoryPropertyServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetCategoryServiceBaseImpl.assetCategoryPropertyService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyService
 AssetCategoryPropertyService AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyService()
          Returns the asset category property remote service.
 AssetCategoryPropertyService AssetCategoryServiceBaseImpl.getAssetCategoryPropertyService()
          Returns the asset category property remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyService
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetCategoryPropertyService
 class AssetCategoryPropertyServiceImpl
           
 


Liferay 7.0-ce-b4