Package | Description |
---|---|
org.apache.fulcrum.security.torque.om |
Modifier and Type | Method and Description |
---|---|
TurbineUser |
BaseTurbineUser.copy()
Makes a copy of this object.
|
TurbineUser |
BaseTurbineUser.copy(boolean deepcopy)
Makes a copy of this object.
|
TurbineUser |
BaseTurbineUser.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection.
|
TurbineUser |
BaseTurbineUser.copy(Connection con)
Makes a copy of this object using a connection.
|
TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj)
Fills the copyObj with the contents of this object.
|
protected TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
static TurbineUser |
BaseTurbineUserPeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)
Selects at most one TurbineUser object from a database.
|
static TurbineUser |
BaseTurbineUserPeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects at most one TurbineUser object from a database
within a transaction.
|
TurbineUser |
BaseTurbineUserPeerImpl.doSelectSingleRecord(TurbineUser obj)
Selects at most one TurbineUser object from the database
which has the same content as the passed object.
|
static TurbineUser |
BaseTurbineUserPeer.doSelectSingleRecord(TurbineUser obj)
Selects at most one TurbineUser object from the database
which has the same content as the passed object.
|
TurbineUser |
BaseTurbineUserPeerImpl.getDbObjectInstance()
Returns a new instance of the Data object class
|
static TurbineUser |
BaseTurbineUserPeer.getDbObjectInstance()
Returns a new instance of the Data object class
|
TurbineUser |
BaseTurbineUserGroupRole.getTurbineUser()
Returns the associated TurbineUser object.
|
TurbineUser |
BaseTurbineUserGroupRole.getTurbineUser(Connection connection)
Return the associated TurbineUser object
If it was not retrieved before, the object is retrieved from
the database using the passed connection
|
TurbineUser |
BaseTurbineUserRecordMapper.processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
TurbineUser |
BaseTurbineUserPeerImpl.retrieveByPK(Integer pk)
Retrieve a single object by pk
|
static TurbineUser |
BaseTurbineUserPeer.retrieveByPK(Integer pk)
Retrieve a single object by pk
|
TurbineUser |
BaseTurbineUserPeerImpl.retrieveByPK(Integer pk,
Connection con)
Retrieve a single object by pk
|
static TurbineUser |
BaseTurbineUserPeer.retrieveByPK(Integer pk,
Connection con)
Retrieve a single object by pk
|
TurbineUser |
BaseTurbineUserPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
static TurbineUser |
BaseTurbineUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
TurbineUser |
BaseTurbineUserPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
static TurbineUser |
BaseTurbineUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
Modifier and Type | Method and Description |
---|---|
static List<TurbineUser> |
BaseTurbineUserPeer.doSelect(org.apache.torque.criteria.Criteria criteria)
Selects TurbineUser objects from a database.
|
static List<TurbineUser> |
BaseTurbineUserPeer.doSelect(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects TurbineUser objects from a database
within a transaction.
|
List<TurbineUser> |
BaseTurbineUserPeerImpl.doSelect(TurbineUser obj)
Selects TurbineUser objects from the database which have
the same content as the passed object.
|
static List<TurbineUser> |
BaseTurbineUserPeer.doSelect(TurbineUser obj)
Selects TurbineUser objects from the database which have
the same content as the passed object.
|
List<TurbineUser> |
BaseTurbineUserPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
static List<TurbineUser> |
BaseTurbineUserPeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
List<TurbineUser> |
BaseTurbineUserPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve multiple objects by pk
|
static List<TurbineUser> |
BaseTurbineUserPeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection con)
Retrieve multiple objects by pk
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.util.ColumnValues |
BaseTurbineUserPeerImpl.buildColumnValues(TurbineUser turbineUser)
Returns the contents of the object as ColumnValues object.
|
static org.apache.torque.util.ColumnValues |
BaseTurbineUserPeer.buildColumnValues(TurbineUser turbineUser)
Returns the contents of the object as ColumnValues object
|
org.apache.torque.criteria.Criteria |
BaseTurbineUserPeerImpl.buildCriteria(TurbineUser obj)
Build a Criteria object from the data object for this peer.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineUserPeer.buildCriteria(TurbineUser obj)
Build a Criteria object from the data object for this peer.
|
org.apache.torque.criteria.Criteria |
BaseTurbineUserPeerImpl.buildSelectCriteria(TurbineUser obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineUserPeer.buildSelectCriteria(TurbineUser obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj)
Fills the copyObj with the contents of this object.
|
protected TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TurbineUser |
BaseTurbineUser.copyInto(TurbineUser copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
int |
BaseTurbineUserPeerImpl.doDelete(TurbineUser obj)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTurbineUserPeer.doDelete(TurbineUser obj)
Deletes a data object, i.e. a row in a table, in the database.
|
int |
BaseTurbineUserPeerImpl.doDelete(TurbineUser obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTurbineUserPeer.doDelete(TurbineUser obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
void |
BaseTurbineUserPeerImpl.doInsert(TurbineUser obj)
Method to do inserts
|
static void |
BaseTurbineUserPeer.doInsert(TurbineUser obj)
Method to do inserts
|
void |
BaseTurbineUserPeerImpl.doInsert(TurbineUser obj,
Connection con)
Method to do inserts.
|
static void |
BaseTurbineUserPeer.doInsert(TurbineUser obj,
Connection con)
Method to do inserts.
|
List<TurbineUser> |
BaseTurbineUserPeerImpl.doSelect(TurbineUser obj)
Selects TurbineUser objects from the database which have
the same content as the passed object.
|
static List<TurbineUser> |
BaseTurbineUserPeer.doSelect(TurbineUser obj)
Selects TurbineUser objects from the database which have
the same content as the passed object.
|
TurbineUser |
BaseTurbineUserPeerImpl.doSelectSingleRecord(TurbineUser obj)
Selects at most one TurbineUser object from the database
which has the same content as the passed object.
|
static TurbineUser |
BaseTurbineUserPeer.doSelectSingleRecord(TurbineUser obj)
Selects at most one TurbineUser object from the database
which has the same content as the passed object.
|
int |
BaseTurbineUserPeerImpl.doUpdate(TurbineUser obj)
Updates an TurbineUser in the database.
|
static int |
BaseTurbineUserPeer.doUpdate(TurbineUser obj)
Updates an TurbineUser in the database.
|
int |
BaseTurbineUserPeerImpl.doUpdate(TurbineUser obj,
Connection con)
Updates a TurbineUser in the database.
|
static int |
BaseTurbineUserPeer.doUpdate(TurbineUser obj,
Connection con)
Updates a TurbineUser in the database.
|
void |
BaseTurbineUserPeerImpl.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTurbineUserPeer.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
void |
BaseTurbineUserPeerImpl.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineUserPeer.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineUserGroupRole.setTurbineUser(TurbineUser v)
Declares an association between this object and a TurbineUser object
|
boolean |
BaseTurbineUser.valueEquals(TurbineUser toCompare)
Compares the content of this object to another object
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.criteria.Criteria |
BaseTurbineUserPeerImpl.buildPkCriteria(Collection<TurbineUser> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineUserPeer.buildPkCriteria(Collection<TurbineUser> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
int |
BaseTurbineUserPeerImpl.doDelete(Collection<TurbineUser> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTurbineUserPeer.doDelete(Collection<TurbineUser> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
int |
BaseTurbineUserPeerImpl.doDelete(Collection<TurbineUser> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTurbineUserPeer.doDelete(Collection<TurbineUser> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
Constructor and Description |
---|
BaseTurbineUserPeerImpl(org.apache.torque.om.mapper.RecordMapper<TurbineUser> recordMapper,
org.apache.torque.map.TableMap tableMap,
String databaseName)
Constructor providing the objects to be injected as parameters.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.