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