Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.BasePersistence

Packages that use BasePersistence
com.liferay.counter.service.persistence This package defines the portal counter service persistence interfaces and utilities. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.announcements.service.persistence   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.calendar.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.expando.service.persistence   
com.liferay.portlet.exportimport.service.persistence   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.ratings.service.persistence   
com.liferay.portlet.social.service.persistence   
com.liferay.portlet.trash.service.persistence   
 

Uses of BasePersistence in com.liferay.counter.service.persistence
 

Subinterfaces of BasePersistence in com.liferay.counter.service.persistence
 interface CounterPersistence
          The persistence interface for the counter service.
 

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

Subinterfaces of BasePersistence in com.liferay.portal.service.persistence
 interface AccountPersistence
          The persistence interface for the account service.
 interface AddressPersistence
          The persistence interface for the address service.
 interface BrowserTrackerPersistence
          The persistence interface for the browser tracker service.
 interface ClassNamePersistence
          The persistence interface for the class name service.
 interface ClusterGroupPersistence
          The persistence interface for the cluster group service.
 interface CompanyPersistence
          The persistence interface for the company service.
 interface ContactPersistence
          The persistence interface for the contact service.
 interface CountryPersistence
          The persistence interface for the country service.
 interface EmailAddressPersistence
          The persistence interface for the email address service.
 interface GroupPersistence
          The persistence interface for the group service.
 interface ImagePersistence
          The persistence interface for the image service.
 interface LayoutBranchPersistence
          The persistence interface for the layout branch service.
 interface LayoutFriendlyURLPersistence
          The persistence interface for the layout friendly u r l service.
 interface LayoutPersistence
          The persistence interface for the layout service.
 interface LayoutPrototypePersistence
          The persistence interface for the layout prototype service.
 interface LayoutRevisionPersistence
          The persistence interface for the layout revision service.
 interface LayoutSetBranchPersistence
          The persistence interface for the layout set branch service.
 interface LayoutSetPersistence
          The persistence interface for the layout set service.
 interface LayoutSetPrototypePersistence
          The persistence interface for the layout set prototype service.
 interface ListTypePersistence
          The persistence interface for the list type service.
 interface MembershipRequestPersistence
          The persistence interface for the membership request service.
 interface OrganizationPersistence
          The persistence interface for the organization service.
 interface OrgGroupRolePersistence
          The persistence interface for the org group role service.
 interface OrgLaborPersistence
          The persistence interface for the org labor service.
 interface PasswordPolicyPersistence
          The persistence interface for the password policy service.
 interface PasswordPolicyRelPersistence
          The persistence interface for the password policy rel service.
 interface PasswordTrackerPersistence
          The persistence interface for the password tracker service.
 interface PhonePersistence
          The persistence interface for the phone service.
 interface PluginSettingPersistence
          The persistence interface for the plugin setting service.
 interface PortalPreferencesPersistence
          The persistence interface for the portal preferences service.
 interface PortletItemPersistence
          The persistence interface for the portlet item service.
 interface PortletPersistence
          The persistence interface for the portlet service.
 interface PortletPreferencesPersistence
          The persistence interface for the portlet preferences service.
 interface RecentLayoutBranchPersistence
          The persistence interface for the recent layout branch service.
 interface RecentLayoutRevisionPersistence
          The persistence interface for the recent layout revision service.
 interface RecentLayoutSetBranchPersistence
          The persistence interface for the recent layout set branch service.
 interface RegionPersistence
          The persistence interface for the region service.
 interface ReleasePersistence
          The persistence interface for the release service.
 interface RepositoryEntryPersistence
          The persistence interface for the repository entry service.
 interface RepositoryPersistence
          The persistence interface for the repository service.
 interface ResourceActionPersistence
          The persistence interface for the resource action service.
 interface ResourceBlockPermissionPersistence
          The persistence interface for the resource block permission service.
 interface ResourceBlockPersistence
          The persistence interface for the resource block service.
 interface ResourcePermissionPersistence
          The persistence interface for the resource permission service.
 interface ResourceTypePermissionPersistence
          The persistence interface for the resource type permission service.
 interface RolePersistence
          The persistence interface for the role service.
 interface ServiceComponentPersistence
          The persistence interface for the service component service.
 interface SubscriptionPersistence
          The persistence interface for the subscription service.
 interface SystemEventPersistence
          The persistence interface for the system event service.
 interface TeamPersistence
          The persistence interface for the team service.
 interface TicketPersistence
          The persistence interface for the ticket service.
 interface UserGroupGroupRolePersistence
          The persistence interface for the user group group role service.
 interface UserGroupPersistence
          The persistence interface for the user group service.
 interface UserGroupRolePersistence
          The persistence interface for the user group role service.
 interface UserIdMapperPersistence
          The persistence interface for the user ID mapper service.
 interface UserNotificationDeliveryPersistence
          The persistence interface for the user notification delivery service.
 interface UserNotificationEventPersistence
          The persistence interface for the user notification event service.
 interface UserPersistence
          The persistence interface for the user service.
 interface UserTrackerPathPersistence
          The persistence interface for the user tracker path service.
 interface UserTrackerPersistence
          The persistence interface for the user tracker service.
 interface VirtualHostPersistence
          The persistence interface for the virtual host service.
 interface WebDAVPropsPersistence
          The persistence interface for the web d a v props service.
 interface WebsitePersistence
          The persistence interface for the website service.
 interface WorkflowDefinitionLinkPersistence
          The persistence interface for the workflow definition link service.
 interface WorkflowInstanceLinkPersistence
          The persistence interface for the workflow instance link service.
 

Uses of BasePersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement BasePersistence
 class BasePersistenceImpl<T extends BaseModel<T>>
          The base implementation for all persistence classes.
 

Fields in com.liferay.portal.service.persistence.impl declared as BasePersistence
protected  BasePersistence<L> TableMapperImpl.leftBasePersistence
           
protected  BasePersistence<R> TableMapperImpl.rightBasePersistence
           
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type BasePersistence
protected static
<M extends BaseModel<M>,S extends BaseModel<S>>
int
TableMapperImpl.deleteTableMappings(BasePersistence<M> masterBasePersistence, BasePersistence<S> slaveBasePersistence, PortalCache<Long,long[]> masterToSlavePortalCache, PortalCache<Long,long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey)
           
protected static
<M extends BaseModel<M>,S extends BaseModel<S>>
int
TableMapperImpl.deleteTableMappings(BasePersistence<M> masterBasePersistence, BasePersistence<S> slaveBasePersistence, PortalCache<Long,long[]> masterToSlavePortalCache, PortalCache<Long,long[]> slaveToMasterPortalCache, MappingSqlQuery<Long> mappingSqlQuery, SqlUpdate deleteSqlUpdate, long masterPrimaryKey)
           
protected static
<T extends BaseModel<T>>
List<T>
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator<T> obc)
           
static
<L extends BaseModel<L>,R extends BaseModel<R>>
TableMapper<L,R>
TableMapperFactory.getTableMapper(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, BasePersistence<R> rightPersistence)
           
static
<L extends BaseModel<L>,R extends BaseModel<R>>
TableMapper<L,R>
TableMapperFactory.getTableMapper(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, BasePersistence<R> rightPersistence)
           
 

Constructors in com.liferay.portal.service.persistence.impl with parameters of type BasePersistence
CachelessTableMapperImpl(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftBasePersistence, BasePersistence<R> rightBasePersistence)
           
CachelessTableMapperImpl(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftBasePersistence, BasePersistence<R> rightBasePersistence)
           
TableMapperImpl(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftBasePersistence, BasePersistence<R> rightBasePersistence)
           
TableMapperImpl(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftBasePersistence, BasePersistence<R> rightBasePersistence)
           
 

Uses of BasePersistence in com.liferay.portlet.announcements.service.persistence
 

Subinterfaces of BasePersistence in com.liferay.portlet.announcements.service.persistence
 interface AnnouncementsDeliveryPersistence
          The persistence interface for the announcements delivery service.
 interface AnnouncementsEntryPersistence
          The persistence interface for the announcements entry service.
 interface AnnouncementsFlagPersistence
          The persistence interface for the announcements flag service.
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.asset.service.persistence
 interface AssetCategoryPersistence
          The persistence interface for the asset category service.
 interface AssetCategoryPropertyPersistence
          The persistence interface for the asset category property service.
 interface AssetEntryPersistence
          The persistence interface for the asset entry service.
 interface AssetLinkPersistence
          The persistence interface for the asset link service.
 interface AssetTagPersistence
          The persistence interface for the asset tag service.
 interface AssetTagStatsPersistence
          The persistence interface for the asset tag stats service.
 interface AssetVocabularyPersistence
          The persistence interface for the asset vocabulary service.
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.blogs.service.persistence
 interface BlogsEntryPersistence
          The persistence interface for the blogs entry service.
 interface BlogsStatsUserPersistence
          The persistence interface for the blogs stats user service.
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.calendar.service.persistence
 interface CalEventPersistence
          Deprecated. As of 7.0.0, with no direct replacement
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.documentlibrary.service.persistence
 interface DLContentPersistence
          The persistence interface for the document library content service.
 interface DLFileEntryMetadataPersistence
          The persistence interface for the document library file entry metadata service.
 interface DLFileEntryPersistence
          The persistence interface for the document library file entry service.
 interface DLFileEntryTypePersistence
          The persistence interface for the document library file entry type service.
 interface DLFileRankPersistence
          The persistence interface for the document library file rank service.
 interface DLFileShortcutPersistence
          The persistence interface for the document library file shortcut service.
 interface DLFileVersionPersistence
          The persistence interface for the document library file version service.
 interface DLFolderPersistence
          The persistence interface for the document library folder service.
 interface DLSyncEventPersistence
          The persistence interface for the d l sync event service.
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.expando.service.persistence
 interface ExpandoColumnPersistence
          The persistence interface for the expando column service.
 interface ExpandoRowPersistence
          The persistence interface for the expando row service.
 interface ExpandoTablePersistence
          The persistence interface for the expando table service.
 interface ExpandoValuePersistence
          The persistence interface for the expando value service.
 

Uses of BasePersistence in com.liferay.portlet.exportimport.service.persistence
 

Subinterfaces of BasePersistence in com.liferay.portlet.exportimport.service.persistence
 interface ExportImportConfigurationPersistence
          The persistence interface for the export import configuration service.
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.messageboards.service.persistence
 interface MBBanPersistence
          The persistence interface for the message boards ban service.
 interface MBCategoryPersistence
          The persistence interface for the message boards category service.
 interface MBDiscussionPersistence
          The persistence interface for the message boards discussion service.
 interface MBMailingListPersistence
          The persistence interface for the message boards mailing list service.
 interface MBMessagePersistence
          The persistence interface for the message-boards message service.
 interface MBStatsUserPersistence
          The persistence interface for the message boards stats user service.
 interface MBThreadFlagPersistence
          The persistence interface for the message boards thread flag service.
 interface MBThreadPersistence
          The persistence interface for the message boards thread service.
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.ratings.service.persistence
 interface RatingsEntryPersistence
          The persistence interface for the ratings entry service.
 interface RatingsStatsPersistence
          The persistence interface for the ratings stats service.
 

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

Subinterfaces of BasePersistence in com.liferay.portlet.social.service.persistence
 interface SocialActivityAchievementPersistence
          The persistence interface for the social activity achievement service.
 interface SocialActivityCounterPersistence
          The persistence interface for the social activity counter service.
 interface SocialActivityLimitPersistence
          The persistence interface for the social activity limit service.
 interface SocialActivityPersistence
          The persistence interface for the social activity service.
 interface SocialActivitySetPersistence
          The persistence interface for the social activity set service.
 interface SocialActivitySettingPersistence
          The persistence interface for the social activity setting service.
 interface SocialRelationPersistence
          The persistence interface for the social relation service.
 interface SocialRequestPersistence
          The persistence interface for the social request service.
 

Uses of BasePersistence in com.liferay.portlet.trash.service.persistence
 

Subinterfaces of BasePersistence in com.liferay.portlet.trash.service.persistence
 interface TrashEntryPersistence
          The persistence interface for the trash entry service.
 interface TrashVersionPersistence
          The persistence interface for the trash version service.
 


Liferay 7.0-ce-b4