Klasse BaseTurbineUserRecordMapper
java.lang.Object
org.apache.fulcrum.security.torque.om.BaseTurbineUserRecordMapper
- Alle implementierten Schnittstellen:
Serializable
,org.apache.torque.om.mapper.RecordMapper<TurbineUser>
- Bekannte direkte Unterklassen:
TurbineUserRecordMapper
public class BaseTurbineUserRecordMapper
extends Object
implements org.apache.torque.om.mapper.RecordMapper<TurbineUser>
Maps ResultSet rows into TurbineUser objects.
The skeleton for this class was autogenerated by Torque on:
[Fri Nov 03 10:19:41 CET 2023]
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected String
Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field email in TurbineUser.protected Integer
getEntityId
(ResultSet resultSet, int columnIndex) Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field entityId in TurbineUser.protected String
getEntityName
(ResultSet resultSet, int columnIndex) Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field entityName in TurbineUser.protected String
getFirstName
(ResultSet resultSet, int columnIndex) Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field firstName in TurbineUser.protected String
getLastName
(ResultSet resultSet, int columnIndex) Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field lastName in TurbineUser.protected byte[]
getObjectdata
(ResultSet resultSet, int columnIndex) Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field objectdata in TurbineUser.protected String
getPassword
(ResultSet resultSet, int columnIndex) Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field password in TurbineUser.processRow
(ResultSet resultSet, int offset, org.apache.torque.criteria.Criteria criteria) Constructs the object from the current row in the resultSet.
-
Konstruktordetails
-
BaseTurbineUserRecordMapper
public BaseTurbineUserRecordMapper()
-
-
Methodendetails
-
processRow
public TurbineUser processRow(ResultSet resultSet, int offset, org.apache.torque.criteria.Criteria criteria) throws org.apache.torque.TorqueException Constructs the object from the current row in the resultSet.- Angegeben von:
processRow
in Schnittstelleorg.apache.torque.om.mapper.RecordMapper<TurbineUser>
- Parameter:
resultSet
- the resultSet to operate on, already pointing to the correct row. Not null.offset
- 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.- Gibt zurück:
- the mapped object, not null.
- Löst aus:
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 TURBINE_USER table.
-
getEntityId
protected Integer getEntityId(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field entityId in TurbineUser.- Parameter:
resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.- Gibt zurück:
- the content of the column.
- Löst aus:
SQLException
- if a problem occurs when reading from the resultSet.org.apache.torque.TorqueException
-
getEntityName
protected String getEntityName(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field entityName in TurbineUser.- Parameter:
resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.- Gibt zurück:
- the content of the column.
- Löst aus:
SQLException
- if a problem occurs when reading from the resultSet.org.apache.torque.TorqueException
-
getPassword
protected String getPassword(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field password in TurbineUser.- Parameter:
resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.- Gibt zurück:
- the content of the column.
- Löst aus:
SQLException
- if a problem occurs when reading from the resultSet.org.apache.torque.TorqueException
-
getFirstName
protected String getFirstName(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field firstName in TurbineUser.- Parameter:
resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.- Gibt zurück:
- the content of the column.
- Löst aus:
SQLException
- if a problem occurs when reading from the resultSet.org.apache.torque.TorqueException
-
getLastName
protected String getLastName(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field lastName in TurbineUser.- Parameter:
resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.- Gibt zurück:
- the content of the column.
- Löst aus:
SQLException
- if a problem occurs when reading from the resultSet.org.apache.torque.TorqueException
-
getEmail
protected String getEmail(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field email in TurbineUser.- Parameter:
resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.- Gibt zurück:
- the content of the column.
- Löst aus:
SQLException
- if a problem occurs when reading from the resultSet.org.apache.torque.TorqueException
-
getObjectdata
protected byte[] getObjectdata(ResultSet resultSet, int columnIndex) throws org.apache.torque.TorqueException Reads the value of thecolumnIndex
'th column in theresultSet
so that it can be used to set the field objectdata in TurbineUser.- Parameter:
resultSet
- the ResultSet to read from, not null.columnIndex
- the index in the resultSet which should be read.- Gibt zurück:
- the content of the column.
- Löst aus:
SQLException
- if a problem occurs when reading from the resultSet.org.apache.torque.TorqueException
-