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