Liferay 6.1.2-ce-ga3

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

Packages that use AssetTagService
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.blogs.service.base   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.wiki.service.base   
 

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

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

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

Methods in com.liferay.portlet.asset.service with parameters of type AssetTagService
 void AssetTagServiceUtil.setService(AssetTagService service)
          Deprecated.  
 void AssetTagServiceWrapper.setWrappedAssetTagService(AssetTagService assetTagService)
          Deprecated. Renamed to AssetTagServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.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
          The base implementation of the asset tag remote service.
 

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

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetTagService
 void AssetCategoryLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetTagStatsLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetVocabularyServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetCategoryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetTagPropertyServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetEntryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetLinkLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetVocabularyLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetTagLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetEntryLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetTagServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void AssetCategoryPropertyServiceBaseImpl.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
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as AssetTagService
protected  AssetTagService BlogsEntryServiceBaseImpl.assetTagService
           
protected  AssetTagService BlogsEntryLocalServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetTagService
 AssetTagService BlogsEntryServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService BlogsEntryLocalServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetTagService
 void BlogsEntryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void BlogsEntryLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 

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

Fields in com.liferay.portlet.bookmarks.service.base declared as AssetTagService
protected  AssetTagService BookmarksEntryServiceBaseImpl.assetTagService
           
protected  AssetTagService BookmarksEntryLocalServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.bookmarks.service.base that return AssetTagService
 AssetTagService BookmarksEntryServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService BookmarksEntryLocalServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetTagService
 void BookmarksEntryServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void BookmarksEntryLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 

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

Fields in com.liferay.portlet.calendar.service.base declared as AssetTagService
protected  AssetTagService CalEventServiceBaseImpl.assetTagService
           
protected  AssetTagService CalEventLocalServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.calendar.service.base that return AssetTagService
 AssetTagService CalEventServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService CalEventLocalServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetTagService
 void CalEventServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void CalEventLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 

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

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

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

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

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

Fields in com.liferay.portlet.journal.service.base declared as AssetTagService
protected  AssetTagService JournalArticleServiceBaseImpl.assetTagService
           
protected  AssetTagService JournalArticleLocalServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetTagService
 AssetTagService JournalArticleServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService JournalArticleLocalServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetTagService
 void JournalArticleServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void JournalArticleLocalServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.assetTagService
           
protected  AssetTagService MBMessageServiceBaseImpl.assetTagService
           
protected  AssetTagService MBCategoryServiceBaseImpl.assetTagService
           
protected  AssetTagService MBMessageLocalServiceBaseImpl.assetTagService
           
 

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

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

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetTagService
protected  AssetTagService WikiPageLocalServiceBaseImpl.assetTagService
           
protected  AssetTagService WikiPageServiceBaseImpl.assetTagService
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetTagService
 AssetTagService WikiPageLocalServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 AssetTagService WikiPageServiceBaseImpl.getAssetTagService()
          Returns the asset tag remote service.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetTagService
 void WikiPageLocalServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void WikiPageServiceBaseImpl.setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 


Liferay 6.1.2-ce-ga3