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