public class BaseTorqueTurbineUserRecordMapper extends Object implements org.apache.torque.om.mapper.RecordMapper<TorqueTurbineUser>
Constructor and Description |
---|
BaseTorqueTurbineUserRecordMapper() |
Modifier and Type | Method and Description |
---|---|
protected String |
getEmail(ResultSet resultSet,
int columnIndex)
Reads the value of the
columnIndex 'th column
in the resultSet so that it can be used to set
the field email in TorqueTurbineUser. |
protected Integer |
getEntityId(ResultSet resultSet,
int columnIndex)
Reads the value of the
columnIndex 'th column
in the resultSet so that it can be used to set
the field entityId in TorqueTurbineUser. |
protected String |
getEntityName(ResultSet resultSet,
int columnIndex)
Reads the value of the
columnIndex 'th column
in the resultSet so that it can be used to set
the field entityName in TorqueTurbineUser. |
protected String |
getFirstName(ResultSet resultSet,
int columnIndex)
Reads the value of the
columnIndex 'th column
in the resultSet so that it can be used to set
the field firstName in TorqueTurbineUser. |
protected String |
getLastName(ResultSet resultSet,
int columnIndex)
Reads the value of the
columnIndex 'th column
in the resultSet so that it can be used to set
the field lastName in TorqueTurbineUser. |
protected byte[] |
getObjectdata(ResultSet resultSet,
int columnIndex)
Reads the value of the
columnIndex 'th column
in the resultSet so that it can be used to set
the field objectdata in TorqueTurbineUser. |
protected String |
getPassword(ResultSet resultSet,
int columnIndex)
Reads the value of the
columnIndex 'th column
in the resultSet so that it can be used to set
the field password in TorqueTurbineUser. |
TorqueTurbineUser |
processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
public TorqueTurbineUser processRow(ResultSet resultSet, int offset, org.apache.torque.criteria.CriteriaInterface<?> criteria) throws org.apache.torque.TorqueException
processRow
in interface org.apache.torque.om.mapper.RecordMapper<TorqueTurbineUser>
resultSet
- the resultSet to operate on, already pointing
to the correct row. Not null.a
- possible offset in the columns to be considered
(if previous columns contain other objects),
or 0 for no offset.criteria
- The criteria which created the result set.
If set, the attributes to set in the data object
are determined from the select columns in the criteria;
if no matching column can be found, null is returned.
If not set, all of the table's columns are read from the
result set in the order defined in the table definition.org.apache.torque.TorqueException
- when reading fields from the RecordSet fails
or if a Criteria is passed which contains select columns other
than the columns in the FULCRUM_TURBINE_USER table.protected Integer getEntityId(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException
columnIndex
'th column
in the resultSet
so that it can be used to set
the field entityId in TorqueTurbineUser.dbObject
- the database object to fill, not null.resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.SQLException
- if a problem occurs when reading
from the resultSet.org.apache.torque.TorqueException
protected String getEntityName(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException
columnIndex
'th column
in the resultSet
so that it can be used to set
the field entityName in TorqueTurbineUser.dbObject
- the database object to fill, not null.resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.SQLException
- if a problem occurs when reading
from the resultSet.org.apache.torque.TorqueException
protected String getPassword(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException
columnIndex
'th column
in the resultSet
so that it can be used to set
the field password in TorqueTurbineUser.dbObject
- the database object to fill, not null.resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.SQLException
- if a problem occurs when reading
from the resultSet.org.apache.torque.TorqueException
protected String getFirstName(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException
columnIndex
'th column
in the resultSet
so that it can be used to set
the field firstName in TorqueTurbineUser.dbObject
- the database object to fill, not null.resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.SQLException
- if a problem occurs when reading
from the resultSet.org.apache.torque.TorqueException
protected String getLastName(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException
columnIndex
'th column
in the resultSet
so that it can be used to set
the field lastName in TorqueTurbineUser.dbObject
- the database object to fill, not null.resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.SQLException
- if a problem occurs when reading
from the resultSet.org.apache.torque.TorqueException
protected String getEmail(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException
columnIndex
'th column
in the resultSet
so that it can be used to set
the field email in TorqueTurbineUser.dbObject
- the database object to fill, not null.resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.SQLException
- if a problem occurs when reading
from the resultSet.org.apache.torque.TorqueException
protected byte[] getObjectdata(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException
columnIndex
'th column
in the resultSet
so that it can be used to set
the field objectdata in TorqueTurbineUser.dbObject
- the database object to fill, not null.resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.SQLException
- if a problem occurs when reading
from the resultSet.org.apache.torque.TorqueException
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.