Liferay 6.0.4

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

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

Uses of AssetTagPropertyService in com.liferay.portlet.asset.service
 

Classes in com.liferay.portlet.asset.service that implement AssetTagPropertyService
 class AssetTagPropertyServiceWrapper
           This class is a wrapper for AssetTagPropertyService.
 

Methods in com.liferay.portlet.asset.service that return AssetTagPropertyService
static AssetTagPropertyService AssetTagPropertyServiceUtil.getService()
           
 AssetTagPropertyService AssetTagPropertyServiceWrapper.getWrappedAssetTagPropertyService()
           
 

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

Constructors in com.liferay.portlet.asset.service with parameters of type AssetTagPropertyService
AssetTagPropertyServiceWrapper(AssetTagPropertyService assetTagPropertyService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetTagPropertyService
 class AssetTagPropertyServiceBaseImpl
           
 

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

Methods in com.liferay.portlet.asset.service.base that return AssetTagPropertyService
 AssetTagPropertyService AssetVocabularyServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetVocabularyLocalServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetTagStatsLocalServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetTagServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetTagPropertyServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetTagLocalServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetLinkLocalServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetEntryServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetEntryLocalServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetCategoryServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetCategoryPropertyServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetCategoryPropertyLocalServiceBaseImpl.getAssetTagPropertyService()
           
 AssetTagPropertyService AssetCategoryLocalServiceBaseImpl.getAssetTagPropertyService()
           
 

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

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetTagPropertyService
 class AssetTagPropertyServiceImpl
           
 


Liferay 6.0.4