Liferay 6.1.2-ce-ga3

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

Packages that use AssetEntryPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.bookmarks.service.persistence   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.calendar.service.persistence   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.dynamicdatalists.service.base   
com.liferay.portlet.dynamicdatalists.service.persistence   
com.liferay.portlet.flags.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.ratings.service.base   
com.liferay.portlet.ratings.service.persistence   
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.persistence   
com.liferay.portlet.wiki.service.base   
com.liferay.portlet.wiki.service.persistence   
 

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

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

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

Methods in com.liferay.portal.service.base with parameters of type AssetEntryPersistence
 void OrganizationServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void GroupServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void GroupLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void RepositoryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void OrganizationLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void UserLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void RepositoryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void SubscriptionLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void UserServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence GroupPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence RepositoryPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence UserPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence SubscriptionPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence OrganizationPersistenceImpl.assetEntryPersistence
           
 

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

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

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

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

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

Classes in com.liferay.portlet.asset.service.persistence that implement AssetEntryPersistence
 class AssetEntryPersistenceImpl
          The persistence implementation for the asset entry service.
 

Fields in com.liferay.portlet.asset.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence AssetCategoryPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetTagStatsPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetLinkPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetCategoryPropertyPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetTagPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetVocabularyPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetEntryPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence AssetTagPropertyPersistenceImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetEntryPersistence
static AssetEntryPersistence AssetEntryUtil.getPersistence()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntryPersistence
 void AssetEntryUtil.setPersistence(AssetEntryPersistence persistence)
          Deprecated.  
 

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

Fields in com.liferay.portlet.blogs.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence BlogsEntryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence BlogsEntryLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return AssetEntryPersistence
 AssetEntryPersistence BlogsEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence BlogsEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type AssetEntryPersistence
 void BlogsEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void BlogsEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.blogs.service.persistence
 

Fields in com.liferay.portlet.blogs.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence BlogsEntryPersistenceImpl.assetEntryPersistence
           
 

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

Fields in com.liferay.portlet.bookmarks.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence BookmarksEntryServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence BookmarksEntryLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.bookmarks.service.base that return AssetEntryPersistence
 AssetEntryPersistence BookmarksEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence BookmarksEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type AssetEntryPersistence
 void BookmarksEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void BookmarksEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.bookmarks.service.persistence
 

Fields in com.liferay.portlet.bookmarks.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence BookmarksEntryPersistenceImpl.assetEntryPersistence
           
 

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

Fields in com.liferay.portlet.calendar.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence CalEventServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence CalEventLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.calendar.service.base that return AssetEntryPersistence
 AssetEntryPersistence CalEventServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence CalEventLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type AssetEntryPersistence
 void CalEventServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void CalEventLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.calendar.service.persistence
 

Fields in com.liferay.portlet.calendar.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence CalEventPersistenceImpl.assetEntryPersistence
           
 

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

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

Methods in com.liferay.portlet.documentlibrary.service.base that return AssetEntryPersistence
 AssetEntryPersistence DLFileEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFileShortcutServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLAppHelperLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFileEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DLFileShortcutLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type AssetEntryPersistence
 void DLFileEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFileShortcutServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLAppHelperLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFileEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DLFileShortcutLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.documentlibrary.service.persistence
 

Fields in com.liferay.portlet.documentlibrary.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence DLFileShortcutPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DLFileEntryPersistenceImpl.assetEntryPersistence
           
 

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

Fields in com.liferay.portlet.dynamicdatalists.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence DDLRecordServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence DDLRecordLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return AssetEntryPersistence
 AssetEntryPersistence DDLRecordServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence DDLRecordLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type AssetEntryPersistence
 void DDLRecordServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void DDLRecordLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.dynamicdatalists.service.persistence
 

Fields in com.liferay.portlet.dynamicdatalists.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence DDLRecordPersistenceImpl.assetEntryPersistence
           
 

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

Fields in com.liferay.portlet.flags.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence FlagsEntryServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.flags.service.base that return AssetEntryPersistence
 AssetEntryPersistence FlagsEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.flags.service.base with parameters of type AssetEntryPersistence
 void FlagsEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

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

Fields in com.liferay.portlet.journal.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence JournalArticleServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence JournalArticleLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return AssetEntryPersistence
 AssetEntryPersistence JournalArticleServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence JournalArticleLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type AssetEntryPersistence
 void JournalArticleServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void JournalArticleLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.journal.service.persistence
 

Fields in com.liferay.portlet.journal.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence JournalArticlePersistenceImpl.assetEntryPersistence
           
 

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

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

Methods in com.liferay.portlet.messageboards.service.base that return AssetEntryPersistence
 AssetEntryPersistence MBMessageServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBThreadServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBMessageLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence MBThreadLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type AssetEntryPersistence
 void MBMessageServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBThreadServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBMessageLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void MBThreadLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.messageboards.service.persistence
 

Fields in com.liferay.portlet.messageboards.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence MBMessagePersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence MBThreadPersistenceImpl.assetEntryPersistence
           
 

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

Fields in com.liferay.portlet.ratings.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence RatingsEntryLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence RatingsEntryServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.ratings.service.base that return AssetEntryPersistence
 AssetEntryPersistence RatingsEntryLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence RatingsEntryServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.ratings.service.base with parameters of type AssetEntryPersistence
 void RatingsEntryLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void RatingsEntryServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.ratings.service.persistence
 

Fields in com.liferay.portlet.ratings.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence RatingsEntryPersistenceImpl.assetEntryPersistence
           
 

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

Fields in com.liferay.portlet.social.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence SocialActivityLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence SocialActivityCounterLocalServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.social.service.base that return AssetEntryPersistence
 AssetEntryPersistence SocialActivityLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence SocialActivityCounterLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.social.service.base with parameters of type AssetEntryPersistence
 void SocialActivityLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void SocialActivityCounterLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.social.service.persistence
 

Fields in com.liferay.portlet.social.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence SocialActivityCounterPersistenceImpl.assetEntryPersistence
           
protected  AssetEntryPersistence SocialActivityPersistenceImpl.assetEntryPersistence
           
 

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

Fields in com.liferay.portlet.wiki.service.base declared as AssetEntryPersistence
protected  AssetEntryPersistence WikiPageLocalServiceBaseImpl.assetEntryPersistence
           
protected  AssetEntryPersistence WikiPageServiceBaseImpl.assetEntryPersistence
           
 

Methods in com.liferay.portlet.wiki.service.base that return AssetEntryPersistence
 AssetEntryPersistence WikiPageLocalServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryPersistence WikiPageServiceBaseImpl.getAssetEntryPersistence()
          Returns the asset entry persistence.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type AssetEntryPersistence
 void WikiPageLocalServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void WikiPageServiceBaseImpl.setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 

Uses of AssetEntryPersistence in com.liferay.portlet.wiki.service.persistence
 

Fields in com.liferay.portlet.wiki.service.persistence declared as AssetEntryPersistence
protected  AssetEntryPersistence WikiPagePersistenceImpl.assetEntryPersistence
           
 


Liferay 6.1.2-ce-ga3