Liferay 6.0-ee

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

Packages that use AssetCategoryPropertyService
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl   
 

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

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategoryPropertyService
 void AssetCategoryPropertyServiceUtil.setService(AssetCategoryPropertyService service)
           
 

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
          The base implementation of the asset category property remote service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetCategoryPropertyService
protected  AssetCategoryPropertyService AssetVocabularyServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetVocabularyLocalServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetTagStatsLocalServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetTagServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetTagPropertyServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetTagPropertyLocalServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetTagLocalServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetLinkLocalServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetEntryServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetEntryLocalServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetCategoryServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetCategoryPropertyServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetCategoryPropertyLocalServiceBaseImpl.assetCategoryPropertyService
           
protected  AssetCategoryPropertyService AssetCategoryLocalServiceBaseImpl.assetCategoryPropertyService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategoryPropertyService
 AssetCategoryPropertyService AssetVocabularyServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetVocabularyLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetTagStatsLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetTagServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetTagPropertyServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetTagPropertyLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetTagLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetLinkLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetEntryServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetEntryLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetCategoryServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 AssetCategoryPropertyService AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyService()
          Gets the asset category property remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyService
 void AssetVocabularyServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetTagStatsLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetTagServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetTagPropertyServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetTagLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetLinkLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetEntryServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
          Sets the asset category property remote service.
 void AssetCategoryLocalServiceBaseImpl.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 6.0-ee