Liferay 6.2-ce-ga5

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

Packages that use AssetEntryService
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.blogs.service.base   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.dynamicdatalists.service.base   
com.liferay.portlet.flags.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.ratings.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 GroupServiceBaseImpl.assetEntryService
           
protected  AssetEntryService UserServiceBaseImpl.assetEntryService
           
protected  AssetEntryService UserLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService RepositoryLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService OrganizationLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService RepositoryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService GroupLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService SubscriptionLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService OrganizationServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portal.service.base that return AssetEntryService
 AssetEntryService GroupServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService UserServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService UserLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService RepositoryLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService OrganizationLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService RepositoryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService GroupLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService SubscriptionLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService OrganizationServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portal.service.base with parameters of type AssetEntryService
 void GroupServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void UserServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void UserLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void RepositoryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void OrganizationLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void RepositoryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void GroupLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void SubscriptionLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void OrganizationServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

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

Methods in com.liferay.portlet.asset.service that return AssetEntryService
static AssetEntryService AssetEntryServiceUtil.getService()
           
 AssetEntryService AssetEntryServiceWrapper.getWrappedAssetEntryService()
          Deprecated. As of 6.1.0, replaced by AssetEntryServiceWrapper.getWrappedService()
 AssetEntryService AssetEntryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryService
 void AssetEntryServiceUtil.setService(AssetEntryService service)
          Deprecated. As of 6.2.0
 void AssetEntryServiceWrapper.setWrappedAssetEntryService(AssetEntryService assetEntryService)
          Deprecated. As of 6.1.0, replaced by AssetEntryServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetEntryService)
 void AssetEntryServiceWrapper.setWrappedService(AssetEntryService assetEntryService)
           
 

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

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

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

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

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetEntryService
 class AssetEntryServiceImpl
          Provides the remote service for accessing and updating asset entries.
 

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()
          Returns the asset entry remote service.
 AssetEntryService BlogsEntryLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

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

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

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

Methods in com.liferay.portlet.bookmarks.service.base that return AssetEntryService
 AssetEntryService BookmarksFolderLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService BookmarksFolderServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService BookmarksEntryLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService BookmarksEntryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetEntryService
 void BookmarksFolderLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void BookmarksFolderServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void BookmarksEntryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void BookmarksEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

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

Methods in com.liferay.portlet.calendar.service.base that return AssetEntryService
 AssetEntryService CalEventLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetEntryService
 void CalEventLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as AssetEntryService
protected  AssetEntryService DLFileShortcutServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFolderLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileShortcutLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileEntryServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLAppHelperLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFileEntryLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DLFolderServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetEntryService
 AssetEntryService DLFileShortcutServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLFolderLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLFileShortcutLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLFileEntryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLAppHelperLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLFileEntryLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DLFolderServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetEntryService
 void DLFileShortcutServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLFolderLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLFileShortcutLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLFileEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLAppHelperLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLFileEntryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DLFolderServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Fields in com.liferay.portlet.dynamicdatalists.service.base declared as AssetEntryService
protected  AssetEntryService DDLRecordServiceBaseImpl.assetEntryService
           
protected  AssetEntryService DDLRecordLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return AssetEntryService
 AssetEntryService DDLRecordServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService DDLRecordLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type AssetEntryService
 void DDLRecordServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void DDLRecordLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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()
          Returns the asset entry remote service.
 

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

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

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

Methods in com.liferay.portlet.journal.service.base that return AssetEntryService
 AssetEntryService JournalFolderServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService JournalArticleServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService JournalArticleLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService JournalFolderLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetEntryService
 void JournalFolderServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void JournalArticleServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void JournalArticleLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void JournalFolderLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as AssetEntryService
protected  AssetEntryService MBCategoryLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService MBThreadServiceBaseImpl.assetEntryService
           
protected  AssetEntryService MBCategoryServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService MBThreadServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService MBCategoryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService MBThreadLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService MBMessageServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService MBMessageLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetEntryService
 void MBCategoryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void MBThreadServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void MBCategoryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void MBThreadLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void MBMessageServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void MBMessageLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Fields in com.liferay.portlet.ratings.service.base declared as AssetEntryService
protected  AssetEntryService RatingsEntryLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService RatingsEntryServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.ratings.service.base that return AssetEntryService
 AssetEntryService RatingsEntryLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService RatingsEntryServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type AssetEntryService
 void RatingsEntryLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void RatingsEntryServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

Fields in com.liferay.portlet.social.service.base declared as AssetEntryService
protected  AssetEntryService SocialActivityCounterLocalServiceBaseImpl.assetEntryService
           
protected  AssetEntryService SocialActivityServiceBaseImpl.assetEntryService
           
protected  AssetEntryService SocialActivityLocalServiceBaseImpl.assetEntryService
           
 

Methods in com.liferay.portlet.social.service.base that return AssetEntryService
 AssetEntryService SocialActivityCounterLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService SocialActivityServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService SocialActivityLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type AssetEntryService
 void SocialActivityCounterLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void SocialActivityServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void SocialActivityLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 

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

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

Methods in com.liferay.portlet.wiki.service.base that return AssetEntryService
 AssetEntryService WikiNodeServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService WikiPageServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService WikiPageLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 AssetEntryService WikiNodeLocalServiceBaseImpl.getAssetEntryService()
          Returns the asset entry remote service.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetEntryService
 void WikiNodeServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void WikiPageServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void WikiPageLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void WikiNodeLocalServiceBaseImpl.setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 


Liferay 6.2-ce-ga5