Liferay 6.0.4

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
           
 

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()
           
 AssetCategoryPropertyService AssetVocabularyLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetTagStatsLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetTagServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetTagPropertyServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetTagPropertyLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetTagLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetLinkLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetEntryServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetEntryLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetCategoryServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetCategoryPropertyServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetCategoryPropertyLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 AssetCategoryPropertyService AssetCategoryLocalServiceBaseImpl.getAssetCategoryPropertyService()
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategoryPropertyService
 void AssetVocabularyServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetVocabularyLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetTagStatsLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetTagServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetTagPropertyServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetTagPropertyLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetTagLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetLinkLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetEntryServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetEntryLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetCategoryServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetCategoryPropertyServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 void AssetCategoryLocalServiceBaseImpl.setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
           
 

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.4