Liferay 6.2-ce-ga5

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

Packages that use AssetTagPropertyService
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 AssetTagPropertyService in com.liferay.portlet.asset.service
 

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

Methods in com.liferay.portlet.asset.service that return AssetTagPropertyService
static AssetTagPropertyService AssetTagPropertyServiceUtil.getService()
           
 AssetTagPropertyService AssetTagPropertyServiceWrapper.getWrappedAssetTagPropertyService()
          Deprecated. As of 6.1.0, replaced by AssetTagPropertyServiceWrapper.getWrappedService()
 AssetTagPropertyService AssetTagPropertyServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagPropertyService
 void AssetTagPropertyServiceUtil.setService(AssetTagPropertyService service)
          Deprecated. As of 6.2.0
 void AssetTagPropertyServiceWrapper.setWrappedAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Deprecated. As of 6.1.0, replaced by AssetTagPropertyServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetTagPropertyService)
 void AssetTagPropertyServiceWrapper.setWrappedService(AssetTagPropertyService assetTagPropertyService)
           
 

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

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

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagPropertyService
 void AssetCategoryPropertyServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetEntryServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetCategoryLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagPropertyServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetVocabularyServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetCategoryServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetEntryLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetVocabularyLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetLinkLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagStatsLocalServiceBaseImpl.setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
          Sets the asset tag property remote service.
 void AssetTagLocalServiceBaseImpl.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
          Provides the remote service for accessing, adding, deleting, and updating asset tag properties.
 


Liferay 6.2-ce-ga5