Liferay 6.0.5

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

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()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetVocabularyLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetTagStatsLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetTagServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetTagPropertyServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetTagPropertyLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetTagLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetLinkLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetEntryServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetEntryLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetCategoryServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetCategoryPropertyServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetCategoryPropertyLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 AssetTagPropertyService AssetCategoryLocalServiceBaseImpl.getAssetTagPropertyService()
          Gets the asset tag property remote service.
 

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

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