Liferay 6.2.0-ce-m3

Uses of Interface
com.liferay.portlet.asset.service.persistence.AssetLinkFinder

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

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

Methods in com.liferay.portlet.asset.service.base that return AssetLinkFinder
 AssetLinkFinder AssetVocabularyServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetVocabularyLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetTagStatsLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetTagServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetTagPropertyServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetTagPropertyLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetTagLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetLinkLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetEntryServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetEntryLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetCategoryServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetCategoryPropertyServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetCategoryPropertyLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder AssetCategoryLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetLinkFinder
 void AssetVocabularyServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetVocabularyLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetTagStatsLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetTagServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetTagPropertyServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetTagPropertyLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetTagLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetLinkLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetEntryServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetEntryLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetCategoryServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetCategoryPropertyServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void AssetCategoryLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 

Uses of AssetLinkFinder in com.liferay.portlet.asset.service.persistence
 

Classes in com.liferay.portlet.asset.service.persistence that implement AssetLinkFinder
 class AssetLinkFinderImpl
           
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetLinkFinder
static AssetLinkFinder AssetLinkFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetLinkFinder
 void AssetLinkFinderUtil.setFinder(AssetLinkFinder finder)
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as AssetLinkFinder
protected  AssetLinkFinder BlogsEntryServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder BlogsEntryLocalServiceBaseImpl.assetLinkFinder
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetLinkFinder
 AssetLinkFinder BlogsEntryServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder BlogsEntryLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetLinkFinder
 void BlogsEntryServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void BlogsEntryLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 

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

Fields in com.liferay.portlet.bookmarks.service.base declared as AssetLinkFinder
protected  AssetLinkFinder BookmarksEntryServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder BookmarksEntryLocalServiceBaseImpl.assetLinkFinder
           
 

Methods in com.liferay.portlet.bookmarks.service.base that return AssetLinkFinder
 AssetLinkFinder BookmarksEntryServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder BookmarksEntryLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetLinkFinder
 void BookmarksEntryServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void BookmarksEntryLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 

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

Fields in com.liferay.portlet.calendar.service.base declared as AssetLinkFinder
protected  AssetLinkFinder CalEventServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder CalEventLocalServiceBaseImpl.assetLinkFinder
           
 

Methods in com.liferay.portlet.calendar.service.base that return AssetLinkFinder
 AssetLinkFinder CalEventServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder CalEventLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetLinkFinder
 void CalEventServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void CalEventLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetLinkFinder
protected  AssetLinkFinder DLFileEntryServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder DLFileEntryLocalServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder DLAppHelperLocalServiceBaseImpl.assetLinkFinder
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetLinkFinder
 AssetLinkFinder DLFileEntryServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder DLFileEntryLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder DLAppHelperLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetLinkFinder
 void DLFileEntryServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void DLFileEntryLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void DLAppHelperLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 

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

Fields in com.liferay.portlet.journal.service.base declared as AssetLinkFinder
protected  AssetLinkFinder JournalArticleServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder JournalArticleLocalServiceBaseImpl.assetLinkFinder
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetLinkFinder
 AssetLinkFinder JournalArticleServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder JournalArticleLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetLinkFinder
 void JournalArticleServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void JournalArticleLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as AssetLinkFinder
protected  AssetLinkFinder MBMessageServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder MBMessageLocalServiceBaseImpl.assetLinkFinder
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetLinkFinder
 AssetLinkFinder MBMessageServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder MBMessageLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetLinkFinder
 void MBMessageServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void MBMessageLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetLinkFinder
protected  AssetLinkFinder WikiPageServiceBaseImpl.assetLinkFinder
           
protected  AssetLinkFinder WikiPageLocalServiceBaseImpl.assetLinkFinder
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetLinkFinder
 AssetLinkFinder WikiPageServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 AssetLinkFinder WikiPageLocalServiceBaseImpl.getAssetLinkFinder()
          Returns the asset link finder.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetLinkFinder
 void WikiPageServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 void WikiPageLocalServiceBaseImpl.setAssetLinkFinder(AssetLinkFinder assetLinkFinder)
          Sets the asset link finder.
 


Liferay 6.2.0-ce-m3