Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.persistence.impl.TableMapper

Packages that use TableMapper
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.asset.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.softwarecatalog.service.persistence   
 

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

Fields in com.liferay.portal.service.persistence declared as TableMapper
protected  TableMapper<Group,Organization> GroupPersistenceImpl.groupToOrganizationTableMapper
           
protected  TableMapper<Group,Role> GroupPersistenceImpl.groupToRoleTableMapper
           
protected  TableMapper<Group,UserGroup> GroupPersistenceImpl.groupToUserGroupTableMapper
           
protected  TableMapper<Group,User> GroupPersistenceImpl.groupToUserTableMapper
           
protected  TableMapper<Organization,Group> OrganizationPersistenceImpl.organizationToGroupTableMapper
           
protected  TableMapper<Organization,User> OrganizationPersistenceImpl.organizationToUserTableMapper
           
protected  TableMapper<Role,Group> RolePersistenceImpl.roleToGroupTableMapper
           
protected  TableMapper<Role,User> RolePersistenceImpl.roleToUserTableMapper
           
protected  TableMapper<Team,UserGroup> TeamPersistenceImpl.teamToUserGroupTableMapper
           
protected  TableMapper<Team,User> TeamPersistenceImpl.teamToUserTableMapper
           
protected  TableMapper<UserGroup,Group> UserGroupPersistenceImpl.userGroupToGroupTableMapper
           
protected  TableMapper<UserGroup,Team> UserGroupPersistenceImpl.userGroupToTeamTableMapper
           
protected  TableMapper<UserGroup,User> UserGroupPersistenceImpl.userGroupToUserTableMapper
           
protected  TableMapper<User,Group> UserPersistenceImpl.userToGroupTableMapper
           
protected  TableMapper<User,Organization> UserPersistenceImpl.userToOrganizationTableMapper
           
protected  TableMapper<User,Role> UserPersistenceImpl.userToRoleTableMapper
           
protected  TableMapper<User,Team> UserPersistenceImpl.userToTeamTableMapper
           
protected  TableMapper<User,UserGroup> UserPersistenceImpl.userToUserGroupTableMapper
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement TableMapper
 class ReverseTableMapper<L extends BaseModel<L>,R extends BaseModel<R>>
           
 class TableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
           
 

Fields in com.liferay.portal.service.persistence.impl declared as TableMapper
protected  TableMapper<R,L> TableMapperImpl.reverseTableMapper
           
 

Fields in com.liferay.portal.service.persistence.impl with type parameters of type TableMapper
protected static Map<String,TableMapper<?,?>> TableMapperFactory.tableMappers
           
 

Methods in com.liferay.portal.service.persistence.impl that return TableMapper
 TableMapper<R,L> TableMapperImpl.getReverseTableMapper()
           
 TableMapper<R,L> TableMapper.getReverseTableMapper()
           
 TableMapper<R,L> ReverseTableMapper.getReverseTableMapper()
           
static
<L extends BaseModel<L>,R extends BaseModel<R>>
TableMapper<L,R>
TableMapperFactory.getTableMapper(String tableName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, BasePersistence<R> rightPersistence)
           
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type TableMapper
 void TableMapperImpl.setReverseTableMapper(TableMapper<R,L> reverseTableMapper)
           
 

Constructors in com.liferay.portal.service.persistence.impl with parameters of type TableMapper
ReverseTableMapper(TableMapper<R,L> tableMapper)
           
 

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

Fields in com.liferay.portlet.asset.service.persistence declared as TableMapper
protected  TableMapper<AssetCategory,AssetEntry> AssetCategoryPersistenceImpl.assetCategoryToAssetEntryTableMapper
           
protected  TableMapper<AssetEntry,AssetCategory> AssetEntryPersistenceImpl.assetEntryToAssetCategoryTableMapper
           
protected  TableMapper<AssetEntry,AssetTag> AssetEntryPersistenceImpl.assetEntryToAssetTagTableMapper
           
protected  TableMapper<AssetTag,AssetEntry> AssetTagPersistenceImpl.assetTagToAssetEntryTableMapper
           
 

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

Fields in com.liferay.portlet.documentlibrary.service.persistence declared as TableMapper
protected  TableMapper<DLFileEntryType,DDMStructure> DLFileEntryTypePersistenceImpl.dlFileEntryTypeToDDMStructureTableMapper
           
protected  TableMapper<DLFileEntryType,DLFolder> DLFileEntryTypePersistenceImpl.dlFileEntryTypeToDLFolderTableMapper
           
protected  TableMapper<DLFolder,DLFileEntryType> DLFolderPersistenceImpl.dlFolderToDLFileEntryTypeTableMapper
           
 

Uses of TableMapper in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Fields in com.liferay.portlet.dynamicdatamapping.service.persistence declared as TableMapper
protected  TableMapper<DDMStructure,DLFileEntryType> DDMStructurePersistenceImpl.ddmStructureToDLFileEntryTypeTableMapper
           
 

Uses of TableMapper in com.liferay.portlet.softwarecatalog.service.persistence
 

Fields in com.liferay.portlet.softwarecatalog.service.persistence declared as TableMapper
protected  TableMapper<SCFrameworkVersion,SCProductVersion> SCFrameworkVersionPersistenceImpl.scFrameworkVersionToSCProductVersionTableMapper
           
protected  TableMapper<SCLicense,SCProductEntry> SCLicensePersistenceImpl.scLicenseToSCProductEntryTableMapper
           
protected  TableMapper<SCProductEntry,SCLicense> SCProductEntryPersistenceImpl.scProductEntryToSCLicenseTableMapper
           
protected  TableMapper<SCProductVersion,SCFrameworkVersion> SCProductVersionPersistenceImpl.scProductVersionToSCFrameworkVersionTableMapper
           
 


Liferay 6.2-ce-ga5