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