Package | Description |
---|---|
org.apache.fulcrum.security.torque.om |
Modifier and Type | Method and Description |
---|---|
TorqueBasicUser |
BaseTorqueBasicUser.copy()
Makes a copy of this object.
|
TorqueBasicUser |
BaseTorqueBasicUser.copy(boolean deepcopy)
Makes a copy of this object.
|
TorqueBasicUser |
BaseTorqueBasicUser.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection.
|
TorqueBasicUser |
BaseTorqueBasicUser.copy(Connection con)
Makes a copy of this object using a connection.
|
TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj)
Fills the copyObj with the contents of this object.
|
protected TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)
Selects at most one TorqueBasicUser object from a database.
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects at most one TorqueBasicUser object from a database
within a transaction.
|
TorqueBasicUser |
BaseTorqueBasicUserPeerImpl.doSelectSingleRecord(TorqueBasicUser obj)
Selects at most one TorqueBasicUser object from the database
which has the same content as the passed object.
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.doSelectSingleRecord(TorqueBasicUser obj)
Selects at most one TorqueBasicUser object from the database
which has the same content as the passed object.
|
TorqueBasicUser |
BaseTorqueBasicUserPeerImpl.getDbObjectInstance()
Returns a new instance of the Data object class
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.getDbObjectInstance()
Returns a new instance of the Data object class
|
TorqueBasicUser |
BaseTorqueBasicUserGroup.getTorqueBasicUser()
Returns the associated TorqueBasicUser object.
|
TorqueBasicUser |
BaseTorqueBasicUserGroup.getTorqueBasicUser(Connection connection)
Return the associated TorqueBasicUser object
If it was not retrieved before, the object is retrieved from
the database using the passed connection
|
TorqueBasicUser |
BaseTorqueBasicUserRecordMapper.processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
TorqueBasicUser |
BaseTorqueBasicUserPeerImpl.retrieveByPK(Integer pk)
Retrieve a single object by pk
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.retrieveByPK(Integer pk)
Retrieve a single object by pk
|
TorqueBasicUser |
BaseTorqueBasicUserPeerImpl.retrieveByPK(Integer pk,
Connection con)
Retrieve a single object by pk
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.retrieveByPK(Integer pk,
Connection con)
Retrieve a single object by pk
|
TorqueBasicUser |
BaseTorqueBasicUserPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
TorqueBasicUser |
BaseTorqueBasicUserPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
Modifier and Type | Method and Description |
---|---|
static List<TorqueBasicUser> |
BaseTorqueBasicUserPeer.doSelect(org.apache.torque.criteria.Criteria criteria)
Selects TorqueBasicUser objects from a database.
|
static List<TorqueBasicUser> |
BaseTorqueBasicUserPeer.doSelect(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects TorqueBasicUser objects from a database
within a transaction.
|
List<TorqueBasicUser> |
BaseTorqueBasicUserPeerImpl.doSelect(TorqueBasicUser obj)
Selects TorqueBasicUser objects from the database which have
the same content as the passed object.
|
static List<TorqueBasicUser> |
BaseTorqueBasicUserPeer.doSelect(TorqueBasicUser obj)
Selects TorqueBasicUser objects from the database which have
the same content as the passed object.
|
List<TorqueBasicUser> |
BaseTorqueBasicUserPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
static List<TorqueBasicUser> |
BaseTorqueBasicUserPeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
List<TorqueBasicUser> |
BaseTorqueBasicUserPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve multiple objects by pk
|
static List<TorqueBasicUser> |
BaseTorqueBasicUserPeer.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 |
BaseTorqueBasicUserPeerImpl.buildColumnValues(TorqueBasicUser torqueBasicUser)
Returns the contents of the object as ColumnValues object.
|
static org.apache.torque.util.ColumnValues |
BaseTorqueBasicUserPeer.buildColumnValues(TorqueBasicUser torqueBasicUser)
Returns the contents of the object as ColumnValues object
|
org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserPeerImpl.buildCriteria(TorqueBasicUser obj)
Build a Criteria object from the data object for this peer.
|
static org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserPeer.buildCriteria(TorqueBasicUser obj)
Build a Criteria object from the data object for this peer.
|
org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserPeerImpl.buildSelectCriteria(TorqueBasicUser obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
static org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserPeer.buildSelectCriteria(TorqueBasicUser obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj)
Fills the copyObj with the contents of this object.
|
protected TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TorqueBasicUser |
BaseTorqueBasicUser.copyInto(TorqueBasicUser copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
int |
BaseTorqueBasicUserPeerImpl.doDelete(TorqueBasicUser obj)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTorqueBasicUserPeer.doDelete(TorqueBasicUser obj)
Deletes a data object, i.e. a row in a table, in the database.
|
int |
BaseTorqueBasicUserPeerImpl.doDelete(TorqueBasicUser obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTorqueBasicUserPeer.doDelete(TorqueBasicUser obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
void |
BaseTorqueBasicUserPeerImpl.doInsert(TorqueBasicUser obj)
Method to do inserts
|
static void |
BaseTorqueBasicUserPeer.doInsert(TorqueBasicUser obj)
Method to do inserts
|
void |
BaseTorqueBasicUserPeerImpl.doInsert(TorqueBasicUser obj,
Connection con)
Method to do inserts.
|
static void |
BaseTorqueBasicUserPeer.doInsert(TorqueBasicUser obj,
Connection con)
Method to do inserts.
|
List<TorqueBasicUser> |
BaseTorqueBasicUserPeerImpl.doSelect(TorqueBasicUser obj)
Selects TorqueBasicUser objects from the database which have
the same content as the passed object.
|
static List<TorqueBasicUser> |
BaseTorqueBasicUserPeer.doSelect(TorqueBasicUser obj)
Selects TorqueBasicUser objects from the database which have
the same content as the passed object.
|
TorqueBasicUser |
BaseTorqueBasicUserPeerImpl.doSelectSingleRecord(TorqueBasicUser obj)
Selects at most one TorqueBasicUser object from the database
which has the same content as the passed object.
|
static TorqueBasicUser |
BaseTorqueBasicUserPeer.doSelectSingleRecord(TorqueBasicUser obj)
Selects at most one TorqueBasicUser object from the database
which has the same content as the passed object.
|
int |
BaseTorqueBasicUserPeerImpl.doUpdate(TorqueBasicUser obj)
Updates an TorqueBasicUser in the database.
|
static int |
BaseTorqueBasicUserPeer.doUpdate(TorqueBasicUser obj)
Updates an TorqueBasicUser in the database.
|
int |
BaseTorqueBasicUserPeerImpl.doUpdate(TorqueBasicUser obj,
Connection con)
Updates a TorqueBasicUser in the database.
|
static int |
BaseTorqueBasicUserPeer.doUpdate(TorqueBasicUser obj,
Connection con)
Updates a TorqueBasicUser in the database.
|
void |
BaseTorqueBasicUserPeerImpl.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTorqueBasicUserPeer.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave)
Saves the passed collection as linked objects.
|
void |
BaseTorqueBasicUserPeerImpl.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTorqueBasicUserPeer.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTorqueBasicUserGroup.setTorqueBasicUser(TorqueBasicUser v)
Declares an association between this object and a TorqueBasicUser object
|
boolean |
BaseTorqueBasicUser.valueEquals(TorqueBasicUser toCompare)
Compares the content of this object to another object
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserPeerImpl.buildPkCriteria(Collection<TorqueBasicUser> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
static org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserPeer.buildPkCriteria(Collection<TorqueBasicUser> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
int |
BaseTorqueBasicUserPeerImpl.doDelete(Collection<TorqueBasicUser> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTorqueBasicUserPeer.doDelete(Collection<TorqueBasicUser> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
int |
BaseTorqueBasicUserPeerImpl.doDelete(Collection<TorqueBasicUser> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTorqueBasicUserPeer.doDelete(Collection<TorqueBasicUser> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
Constructor and Description |
---|
BaseTorqueBasicUserPeerImpl(org.apache.torque.om.mapper.RecordMapper<TorqueBasicUser> 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.