Liferay 7.0-ce-b4

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

Packages that use AssetTagService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
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. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.messageboards.service.base   
 

Uses of AssetTagService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AssetTagService
protected  AssetTagService GroupServiceBaseImpl.assetTagService
           
protected  AssetTagService LayoutServiceBaseImpl.assetTagService
           
protected  AssetTagService OrganizationServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portal.service.base that return AssetTagService
 AssetTagService GroupServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService LayoutServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService OrganizationServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AssetTagService
 void GroupServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void LayoutServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void OrganizationServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 

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

Classes in com.liferay.portlet.asset.service that implement AssetTagService
 class AssetTagServiceWrapper
          Provides a wrapper for AssetTagService.
 

Methods in com.liferay.portlet.asset.service that return AssetTagService
static AssetTagService AssetTagServiceUtil.getService()
           
 AssetTagService AssetTagServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagService
 void AssetTagServiceWrapper.setWrappedService(AssetTagService assetTagService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetTagService
AssetTagServiceWrapper(AssetTagService assetTagService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetTagService
 class AssetTagServiceBaseImpl
          Provides the base implementation for the asset tag remote service.
 

Fields in com.liferay.portlet.asset.service.base declared as AssetTagService
protected  AssetTagService AssetEntryServiceBaseImpl.assetTagService
           
protected  AssetTagService AssetCategoryServiceBaseImpl.assetTagService
           
protected  AssetTagService AssetTagServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.asset.service.base that return AssetTagService
 AssetTagService AssetEntryServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService AssetCategoryServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService AssetTagServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagService
 void AssetEntryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetCategoryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetTagServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetTagService
 class AssetTagServiceImpl
          Provides the remote service for accessing, adding, checking, deleting, merging, and updating asset tags.
 

Uses of AssetTagService in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetTagService
protected  AssetTagService DLFileShortcutServiceBaseImpl.assetTagService
           
protected  AssetTagService DLFileEntryServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetTagService
 AssetTagService DLFileShortcutServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService DLFileEntryServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetTagService
 void DLFileShortcutServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void DLFileEntryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 

Uses of AssetTagService in com.liferay.portlet.messageboards.service.base
 

Fields in com.liferay.portlet.messageboards.service.base declared as AssetTagService
protected  AssetTagService MBCategoryServiceBaseImpl.assetTagService
           
protected  AssetTagService MBMessageServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetTagService
 AssetTagService MBCategoryServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService MBMessageServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetTagService
 void MBCategoryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void MBMessageServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 


Liferay 7.0-ce-b4