Liferay 6.0.4

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

Packages that use AssetEntryService
com.liferay.portal.service.base   
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.impl   
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.flags.service.base   
com.liferay.portlet.imagegallery.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.social.service.base   
com.liferay.portlet.wiki.service.base   
 

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

Fields in com.liferay.portal.service.base declared as AssetEntryService
protected  AssetEntryService UserServiceBaseImpl.assetEntryService
           
protected  AssetEntryService UserLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService OrganizationServiceBaseImpl.assetEntryService
           
protected  AssetEntryService OrganizationLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService GroupServiceBaseImpl.assetEntryService
           
protected  AssetEntryService GroupLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portal.service.base that return AssetEntryService
 AssetEntryService UserServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService UserLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService OrganizationServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService OrganizationLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService GroupServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService GroupLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portal.service.base with parameters of type AssetEntryService
 void UserServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void UserLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void OrganizationServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void OrganizationLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void GroupServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void GroupLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

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

Methods in com.liferay.portlet.asset.service that return AssetEntryService
static AssetEntryService AssetEntryServiceUtil.getService()
           
 AssetEntryService AssetEntryServiceWrapper.getWrappedAssetEntryService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryService
 void AssetEntryServiceUtil.setService(AssetEntryService service)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetEntryService
AssetEntryServiceWrapper(AssetEntryService assetEntryService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetEntryService
 class AssetEntryServiceBaseImpl
           
 

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

Methods in com.liferay.portlet.asset.service.base that return AssetEntryService
 AssetEntryService AssetVocabularyServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetVocabularyLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetTagStatsLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetTagServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetTagPropertyServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetTagPropertyLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetTagLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetLinkLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetEntryServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetEntryLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetCategoryServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetCategoryPropertyServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetCategoryPropertyLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService AssetCategoryLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetEntryService
 void AssetVocabularyServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetVocabularyLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetTagStatsLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetTagServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetTagPropertyServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetTagPropertyLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetTagLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetLinkLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetEntryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetCategoryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetCategoryPropertyServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetCategoryPropertyLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void AssetCategoryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetEntryService
 class AssetEntryServiceImpl
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as AssetEntryService
protected  AssetEntryService BlogsEntryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService BlogsEntryLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetEntryService
 AssetEntryService BlogsEntryServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService BlogsEntryLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetEntryService
 void BlogsEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void BlogsEntryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

Fields in com.liferay.portlet.bookmarks.service.base declared as AssetEntryService
protected  AssetEntryService BookmarksEntryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService BookmarksEntryLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.bookmarks.service.base that return AssetEntryService
 AssetEntryService BookmarksEntryServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService BookmarksEntryLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetEntryService
 void BookmarksEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void BookmarksEntryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

Fields in com.liferay.portlet.calendar.service.base declared as AssetEntryService
protected  AssetEntryService CalEventServiceBaseImpl.assetEntryService
           
protected  AssetEntryService CalEventLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.calendar.service.base that return AssetEntryService
 AssetEntryService CalEventServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService CalEventLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetEntryService
 void CalEventServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void CalEventLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetEntryService
protected  AssetEntryService DLFileVersionServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileVersionLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileShortcutServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileShortcutLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileEntryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileEntryLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetEntryService
 AssetEntryService DLFileVersionServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService DLFileVersionLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService DLFileShortcutServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService DLFileShortcutLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService DLFileEntryServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService DLFileEntryLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetEntryService
 void DLFileVersionServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void DLFileVersionLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void DLFileShortcutServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void DLFileShortcutLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void DLFileEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void DLFileEntryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

Uses of AssetEntryService in com.liferay.portlet.flags.service.base
 

Fields in com.liferay.portlet.flags.service.base declared as AssetEntryService
protected  AssetEntryService FlagsEntryServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.flags.service.base that return AssetEntryService
 AssetEntryService FlagsEntryServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.flags.service.base with parameters of type AssetEntryService
 void FlagsEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

Uses of AssetEntryService in com.liferay.portlet.imagegallery.service.base
 

Fields in com.liferay.portlet.imagegallery.service.base declared as AssetEntryService
protected  AssetEntryService IGImageServiceBaseImpl.assetEntryService
           
protected  AssetEntryService IGImageLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return AssetEntryService
 AssetEntryService IGImageServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService IGImageLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type AssetEntryService
 void IGImageServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void IGImageLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

Fields in com.liferay.portlet.journal.service.base declared as AssetEntryService
protected  AssetEntryService JournalArticleServiceBaseImpl.assetEntryService
           
protected  AssetEntryService JournalArticleLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetEntryService
 AssetEntryService JournalArticleServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService JournalArticleLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetEntryService
 void JournalArticleServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void JournalArticleLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as AssetEntryService
protected  AssetEntryService MBThreadServiceBaseImpl.assetEntryService
           
protected  AssetEntryService MBThreadLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService MBMessageServiceBaseImpl.assetEntryService
           
protected  AssetEntryService MBMessageLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetEntryService
 AssetEntryService MBThreadServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService MBThreadLocalServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService MBMessageServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService MBMessageLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetEntryService
 void MBThreadServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void MBThreadLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void MBMessageServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void MBMessageLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

Uses of AssetEntryService in com.liferay.portlet.social.service.base
 

Fields in com.liferay.portlet.social.service.base declared as AssetEntryService
protected  AssetEntryService SocialEquityLogLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.social.service.base that return AssetEntryService
 AssetEntryService SocialEquityLogLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.social.service.base with parameters of type AssetEntryService
 void SocialEquityLogLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetEntryService
protected  AssetEntryService WikiPageServiceBaseImpl.assetEntryService
           
protected  AssetEntryService WikiPageLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetEntryService
 AssetEntryService WikiPageServiceBaseImpl.getAssetEntryService()
           
 AssetEntryService WikiPageLocalServiceBaseImpl.getAssetEntryService()
           
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetEntryService
 void WikiPageServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 void WikiPageLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
           
 


Liferay 6.0.4