Liferay 6.0.4

Uses of Interface
com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence

Packages that use ExpandoValuePersistence
com.liferay.portal.service.base   
com.liferay.portal.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.expando.service.base   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.imagegallery.service.base   
com.liferay.portlet.imagegallery.service.persistence   
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.wiki.service.base   
com.liferay.portlet.wiki.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence UserServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence UserLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence OrganizationServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence OrganizationLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence LayoutServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence LayoutLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portal.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence UserServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence UserLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence OrganizationServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence OrganizationLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence LayoutServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence LayoutLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portal.service.base with parameters of type ExpandoValuePersistence
 void UserServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void UserLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void OrganizationServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void OrganizationLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void LayoutServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void LayoutLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portal.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence UserPersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence OrganizationPersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence LayoutPersistenceImpl.expandoValuePersistence
           
 

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

Fields in com.liferay.portlet.blogs.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence BlogsEntryServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence BlogsEntryLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.blogs.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence BlogsEntryServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence BlogsEntryLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type ExpandoValuePersistence
 void BlogsEntryServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void BlogsEntryLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portlet.blogs.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence BlogsEntryPersistenceImpl.expandoValuePersistence
           
 

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

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

Methods in com.liferay.portlet.bookmarks.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence BookmarksFolderServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence BookmarksFolderLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence BookmarksEntryServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence BookmarksEntryLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type ExpandoValuePersistence
 void BookmarksFolderServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void BookmarksFolderLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void BookmarksEntryServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void BookmarksEntryLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portlet.bookmarks.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence BookmarksFolderPersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence BookmarksEntryPersistenceImpl.expandoValuePersistence
           
 

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

Fields in com.liferay.portlet.calendar.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence CalEventServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence CalEventLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.calendar.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence CalEventServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence CalEventLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type ExpandoValuePersistence
 void CalEventServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void CalEventLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portlet.calendar.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence CalEventPersistenceImpl.expandoValuePersistence
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence DLFolderServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence DLFolderLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence DLFileEntryServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence DLFileEntryLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence DLFolderServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence DLFolderLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence DLFileEntryServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence DLFileEntryLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type ExpandoValuePersistence
 void DLFolderServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void DLFolderLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void DLFileEntryServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void DLFileEntryLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence DLFolderPersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence DLFileEntryPersistenceImpl.expandoValuePersistence
           
 

Uses of ExpandoValuePersistence in com.liferay.portlet.expando.service.base
 

Fields in com.liferay.portlet.expando.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence ExpandoValueServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoValueLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoTableLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoRowLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoColumnServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoColumnLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.expando.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence ExpandoValueServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence ExpandoValueLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence ExpandoTableLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence ExpandoRowLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence ExpandoColumnServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence ExpandoColumnLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoValuePersistence
 void ExpandoValueServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void ExpandoValueLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void ExpandoTableLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void ExpandoRowLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void ExpandoColumnServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void ExpandoColumnLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

Uses of ExpandoValuePersistence in com.liferay.portlet.expando.service.persistence
 

Classes in com.liferay.portlet.expando.service.persistence that implement ExpandoValuePersistence
 class ExpandoValuePersistenceImpl
          The persistence for the expando value service.
 

Fields in com.liferay.portlet.expando.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence ExpandoValuePersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoTablePersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoRowPersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence ExpandoColumnPersistenceImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoValuePersistence
static ExpandoValuePersistence ExpandoValueUtil.getPersistence()
           
 

Methods in com.liferay.portlet.expando.service.persistence with parameters of type ExpandoValuePersistence
 void ExpandoValueUtil.setPersistence(ExpandoValuePersistence persistence)
           
 

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

Fields in com.liferay.portlet.imagegallery.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence IGImageServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence IGImageLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence IGFolderServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence IGFolderLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.imagegallery.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence IGImageServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence IGImageLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence IGFolderServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence IGFolderLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.imagegallery.service.base with parameters of type ExpandoValuePersistence
 void IGImageServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void IGImageLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void IGFolderServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void IGFolderLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

Uses of ExpandoValuePersistence in com.liferay.portlet.imagegallery.service.persistence
 

Fields in com.liferay.portlet.imagegallery.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence IGImagePersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence IGFolderPersistenceImpl.expandoValuePersistence
           
 

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

Fields in com.liferay.portlet.journal.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence JournalTemplateServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalTemplateLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalStructureServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalStructureLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalFeedServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalFeedLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalArticleServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalArticleLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence JournalTemplateServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence JournalTemplateLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence JournalStructureServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence JournalStructureLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence JournalFeedServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence JournalFeedLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence JournalArticleServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence JournalArticleLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.journal.service.base with parameters of type ExpandoValuePersistence
 void JournalTemplateServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void JournalTemplateLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void JournalStructureServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void JournalStructureLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void JournalFeedServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void JournalFeedLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void JournalArticleServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void JournalArticleLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portlet.journal.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence JournalTemplatePersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalStructurePersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalFeedPersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence JournalArticlePersistenceImpl.expandoValuePersistence
           
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence MBMessageServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence MBMessageLocalServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence MBCategoryServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence MBCategoryLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence MBMessageServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence MBMessageLocalServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence MBCategoryServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence MBCategoryLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type ExpandoValuePersistence
 void MBMessageServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void MBMessageLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void MBCategoryServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void MBCategoryLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portlet.messageboards.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence MBMessagePersistenceImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence MBCategoryPersistenceImpl.expandoValuePersistence
           
 

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

Fields in com.liferay.portlet.wiki.service.base declared as ExpandoValuePersistence
protected  ExpandoValuePersistence WikiPageServiceBaseImpl.expandoValuePersistence
           
protected  ExpandoValuePersistence WikiPageLocalServiceBaseImpl.expandoValuePersistence
           
 

Methods in com.liferay.portlet.wiki.service.base that return ExpandoValuePersistence
 ExpandoValuePersistence WikiPageServiceBaseImpl.getExpandoValuePersistence()
           
 ExpandoValuePersistence WikiPageLocalServiceBaseImpl.getExpandoValuePersistence()
           
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type ExpandoValuePersistence
 void WikiPageServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 void WikiPageLocalServiceBaseImpl.setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
           
 

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

Fields in com.liferay.portlet.wiki.service.persistence declared as ExpandoValuePersistence
protected  ExpandoValuePersistence WikiPagePersistenceImpl.expandoValuePersistence
           
 


Liferay 6.0.4