Liferay 6.2-ce-ga5

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

Packages that use AssetEntryLocalService
com.liferay.portal.kernel.repository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
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 AssetEntryLocalService in com.liferay.portal.kernel.repository
 

Fields in com.liferay.portal.kernel.repository declared as AssetEntryLocalService
protected  AssetEntryLocalService BaseRepositoryImpl.assetEntryLocalService
           
 

Methods in com.liferay.portal.kernel.repository with parameters of type AssetEntryLocalService
 void BaseRepository.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
           
 void BaseRepositoryImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
           
 

Uses of AssetEntryLocalService in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy with parameters of type AssetEntryLocalService
 void BaseRepositoryProxyBean.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
           
 

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

Fields in com.liferay.portal.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService GroupServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService UserServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService UserLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService RepositoryLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService OrganizationLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService RepositoryServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService GroupLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService SubscriptionLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService OrganizationServiceBaseImpl.assetEntryLocalService
           
 

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

Methods in com.liferay.portal.service.base with parameters of type AssetEntryLocalService
 void GroupServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void UserServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void UserLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void RepositoryLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void OrganizationLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void RepositoryServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void GroupLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void SubscriptionLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void OrganizationServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

Classes in com.liferay.portlet.asset.service that implement AssetEntryLocalService
 class AssetEntryLocalServiceWrapper
          Provides a wrapper for AssetEntryLocalService.
 

Methods in com.liferay.portlet.asset.service that return AssetEntryLocalService
static AssetEntryLocalService AssetEntryLocalServiceUtil.getService()
           
 AssetEntryLocalService AssetEntryLocalServiceWrapper.getWrappedAssetEntryLocalService()
          Deprecated. As of 6.1.0, replaced by AssetEntryLocalServiceWrapper.getWrappedService()
 AssetEntryLocalService AssetEntryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryLocalService
 void AssetEntryLocalServiceUtil.setService(AssetEntryLocalService service)
          Deprecated. As of 6.2.0
 void AssetEntryLocalServiceWrapper.setWrappedAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Deprecated. As of 6.1.0, replaced by AssetEntryLocalServiceWrapper.setWrappedService(com.liferay.portlet.asset.service.AssetEntryLocalService)
 void AssetEntryLocalServiceWrapper.setWrappedService(AssetEntryLocalService assetEntryLocalService)
           
 

Constructors in com.liferay.portlet.asset.service with parameters of type AssetEntryLocalService
AssetEntryLocalServiceWrapper(AssetEntryLocalService assetEntryLocalService)
           
 

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

Classes in com.liferay.portlet.asset.service.base that implement AssetEntryLocalService
 class AssetEntryLocalServiceBaseImpl
          Provides the base implementation for the asset entry local service.
 

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

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

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

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

Classes in com.liferay.portlet.asset.service.impl that implement AssetEntryLocalService
 class AssetEntryLocalServiceImpl
          Provides the local service for accessing, deleting, updating, and validating asset entries.
 

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

Fields in com.liferay.portlet.blogs.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService BlogsEntryServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService BlogsEntryLocalServiceBaseImpl.assetEntryLocalService
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetEntryLocalService
 AssetEntryLocalService BlogsEntryServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService BlogsEntryLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetEntryLocalService
 void BlogsEntryServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void BlogsEntryLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

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

Methods in com.liferay.portlet.bookmarks.service.base that return AssetEntryLocalService
 AssetEntryLocalService BookmarksFolderLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService BookmarksFolderServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService BookmarksEntryLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService BookmarksEntryServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetEntryLocalService
 void BookmarksFolderLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void BookmarksFolderServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void BookmarksEntryLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void BookmarksEntryServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

Fields in com.liferay.portlet.calendar.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService CalEventLocalServiceBaseImpl.assetEntryLocalService
           
 

Methods in com.liferay.portlet.calendar.service.base that return AssetEntryLocalService
 AssetEntryLocalService CalEventLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetEntryLocalService
 void CalEventLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetEntryLocalService
 void DLFileShortcutServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void DLFolderLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void DLFileShortcutLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void DLFileEntryServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void DLAppHelperLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void DLFileEntryLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void DLFolderServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

Fields in com.liferay.portlet.dynamicdatalists.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService DDLRecordServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService DDLRecordLocalServiceBaseImpl.assetEntryLocalService
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return AssetEntryLocalService
 AssetEntryLocalService DDLRecordServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService DDLRecordLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type AssetEntryLocalService
 void DDLRecordServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void DDLRecordLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

Fields in com.liferay.portlet.flags.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService FlagsEntryServiceBaseImpl.assetEntryLocalService
           
 

Methods in com.liferay.portlet.flags.service.base that return AssetEntryLocalService
 AssetEntryLocalService FlagsEntryServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.flags.service.base with parameters of type AssetEntryLocalService
 void FlagsEntryServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

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

Methods in com.liferay.portlet.journal.service.base that return AssetEntryLocalService
 AssetEntryLocalService JournalFolderServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService JournalArticleServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService JournalArticleLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService JournalFolderLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetEntryLocalService
 void JournalFolderServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void JournalArticleServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void JournalArticleLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void JournalFolderLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService MBCategoryLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService MBThreadServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService MBCategoryServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService MBThreadLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService MBMessageServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService MBMessageLocalServiceBaseImpl.assetEntryLocalService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return AssetEntryLocalService
 AssetEntryLocalService MBCategoryLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService MBThreadServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService MBCategoryServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService MBThreadLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService MBMessageServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService MBMessageLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetEntryLocalService
 void MBCategoryLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void MBThreadServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void MBCategoryServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void MBThreadLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void MBMessageServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void MBMessageLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

Fields in com.liferay.portlet.ratings.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService RatingsEntryLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService RatingsEntryServiceBaseImpl.assetEntryLocalService
           
 

Methods in com.liferay.portlet.ratings.service.base that return AssetEntryLocalService
 AssetEntryLocalService RatingsEntryLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService RatingsEntryServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type AssetEntryLocalService
 void RatingsEntryLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void RatingsEntryServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

Fields in com.liferay.portlet.social.service.base declared as AssetEntryLocalService
protected  AssetEntryLocalService SocialActivityCounterLocalServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService SocialActivityServiceBaseImpl.assetEntryLocalService
           
protected  AssetEntryLocalService SocialActivityLocalServiceBaseImpl.assetEntryLocalService
           
 

Methods in com.liferay.portlet.social.service.base that return AssetEntryLocalService
 AssetEntryLocalService SocialActivityCounterLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService SocialActivityServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService SocialActivityLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type AssetEntryLocalService
 void SocialActivityCounterLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void SocialActivityServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void SocialActivityLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 

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

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

Methods in com.liferay.portlet.wiki.service.base that return AssetEntryLocalService
 AssetEntryLocalService WikiNodeServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService WikiPageServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService WikiPageLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryLocalService WikiNodeLocalServiceBaseImpl.getAssetEntryLocalService()
          Returns the asset entry local service.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetEntryLocalService
 void WikiNodeServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void WikiPageServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void WikiPageLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void WikiNodeLocalServiceBaseImpl.setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 


Liferay 6.2-ce-ga5