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