Verwendungen von Klasse
org.apache.fulcrum.security.torque.om.TorqueTurbineGroup
Packages, die TorqueTurbineGroup verwenden
-
Verwendungen von TorqueTurbineGroup in org.apache.fulcrum.security.torque.om
Methoden in org.apache.fulcrum.security.torque.om, die TorqueTurbineGroup zurückgebenModifizierer und TypMethodeBeschreibungBaseTorqueTurbineGroup.copy()
Makes a copy of this object.BaseTorqueTurbineGroup.copy
(boolean deepcopy) Makes a copy of this object.BaseTorqueTurbineGroup.copy
(boolean deepcopy, Connection con) Makes a copy of this object using connection.BaseTorqueTurbineGroup.copy
(Connection con) Makes a copy of this object using a connection.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.BaseTorqueTurbineGroup.copyInto
(TorqueTurbineGroup copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.BaseTorqueTurbineGroup.copyInto
(TorqueTurbineGroup copyObj, Connection con) Fills the copyObj with the contents of this object using connection.static TorqueTurbineGroup
BaseTorqueTurbineGroupPeer.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
(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.static TorqueTurbineGroup
BaseTorqueTurbineGroupPeer.getDbObjectInstance()
Returns a new instance of the Data object classBaseTorqueTurbineGroupPeerImpl.getDbObjectInstance()
Returns a new instance of the Data object classBaseTorqueTurbineUserGroupRole.getTorqueTurbineGroup()
Returns the associated TorqueTurbineGroup object.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 connectionBaseTorqueTurbineGroupRecordMapper.processRow
(ResultSet resultSet, int offset, org.apache.torque.criteria.Criteria criteria) Constructs the object from the current row in the resultSet.static TorqueTurbineGroup
BaseTorqueTurbineGroupPeer.retrieveByPK
(Integer pk) Retrieve a single object by pkstatic TorqueTurbineGroup
BaseTorqueTurbineGroupPeer.retrieveByPK
(Integer pk, Connection con) Retrieve a single object by pkstatic TorqueTurbineGroup
BaseTorqueTurbineGroupPeer.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk) Retrieve a single object by pkstatic TorqueTurbineGroup
BaseTorqueTurbineGroupPeer.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk, Connection con) Retrieve a single object by pkBaseTorqueTurbineGroupPeerImpl.retrieveByPK
(Integer pk) Retrieve a single object by pkBaseTorqueTurbineGroupPeerImpl.retrieveByPK
(Integer pk, Connection con) Retrieve a single object by pkBaseTorqueTurbineGroupPeerImpl.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk) Retrieve a single object by pkBaseTorqueTurbineGroupPeerImpl.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk, Connection con) Retrieve a single object by pkMethoden in org.apache.fulcrum.security.torque.om, die Typen mit Argumenten vom Typ TorqueTurbineGroup zurückgebenModifizierer und TypMethodeBeschreibungstatic List<TorqueTurbineGroup>
BaseTorqueTurbineGroupPeer.doSelect
(TorqueTurbineGroup obj) Selects TorqueTurbineGroup objects from the database which have the same content as the passed object.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.static Stream<TorqueTurbineGroup>
BaseTorqueTurbineGroupPeer.doSelectAsStream
(org.apache.torque.criteria.Criteria criteria, Connection connection) Selects TorqueTurbineGroup objects from a database within a transaction.static List<TorqueTurbineGroup>
BaseTorqueTurbineGroupPeer.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks) Retrieve a multiple objects by pk.static List<TorqueTurbineGroup>
BaseTorqueTurbineGroupPeer.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection con) Retrieve multiple objects by pk.BaseTorqueTurbineGroupPeerImpl.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks) Retrieve multiple objects by pk.BaseTorqueTurbineGroupPeerImpl.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection dbcon) Retrieve multiple objects by pk.static List<TorqueTurbineGroup>
BaseTorqueTurbineGroupPeer.retrieveByTypedPKs
(Collection<Integer> pks) Retrieve multiple objects by pk.static List<TorqueTurbineGroup>
BaseTorqueTurbineGroupPeer.retrieveByTypedPKs
(Collection<Integer> pks, Connection dbcon) Retrieve multiple objects by pk.BaseTorqueTurbineGroupPeerImpl.retrieveByTypedPKs
(Collection<Integer> pks) Retrieve multiple objects by pk.BaseTorqueTurbineGroupPeerImpl.retrieveByTypedPKs
(Collection<Integer> pks, Connection dbcon) Retrieve multiple objects by pk.Methoden in org.apache.fulcrum.security.torque.om mit Parametern vom Typ TorqueTurbineGroupModifizierer und TypMethodeBeschreibungstatic org.apache.torque.util.ColumnValues
BaseTorqueTurbineGroupPeer.buildColumnValues
(TorqueTurbineGroup torqueTurbineGroup) Returns the contents of the object as ColumnValues objectorg.apache.torque.util.ColumnValues
BaseTorqueTurbineGroupPeerImpl.buildColumnValues
(TorqueTurbineGroup torqueTurbineGroup) Returns the contents of the object as ColumnValues object.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.buildCriteria
(TorqueTurbineGroup obj) Build a Criteria object from the data object for this peer.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.org.apache.torque.criteria.Criteria
BaseTorqueTurbineGroupPeerImpl.buildSelectCriteria
(TorqueTurbineGroup obj) Build a Criteria object from the data object for this peer, skipping all binary columns.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.BaseTorqueTurbineGroup.copyInto
(TorqueTurbineGroup copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.BaseTorqueTurbineGroup.copyInto
(TorqueTurbineGroup copyObj, Connection con) Fills the copyObj with the contents of this object using connection.static int
BaseTorqueTurbineGroupPeer.doDelete
(TorqueTurbineGroup obj) 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.int
BaseTorqueTurbineGroupPeerImpl.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 void
BaseTorqueTurbineGroupPeer.doInsert
(TorqueTurbineGroup obj) Method to do insertsstatic void
BaseTorqueTurbineGroupPeer.doInsert
(TorqueTurbineGroup obj, Connection con) Method to do inserts.static List<TorqueTurbineGroup>
BaseTorqueTurbineGroupPeer.doSelect
(TorqueTurbineGroup obj) Selects TorqueTurbineGroup objects from the database which have 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.static int
BaseTorqueTurbineGroupPeer.doUpdate
(TorqueTurbineGroup obj) Updates an TorqueTurbineGroup in the database.static int
BaseTorqueTurbineGroupPeer.doUpdate
(TorqueTurbineGroup obj, Connection con) Updates a TorqueTurbineGroup in the database.static void
BaseTorqueTurbineGroupPeer.setAndSaveTorqueTurbineUserGroupRoles
(TorqueTurbineGroup toLinkTo, Collection<TorqueTurbineUserGroupRole> toSave) 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
BaseTorqueTurbineGroupPeerImpl.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
BaseTorqueTurbineUserGroupRole.setTorqueTurbineGroup
(TorqueTurbineGroup v) Declares an association between this object and a TorqueTurbineGroup objectboolean
BaseTorqueTurbineGroup.valueEquals
(TorqueTurbineGroup toCompare) Compares the content of this object to another objectMethodenparameter in org.apache.fulcrum.security.torque.om mit Typargumenten vom Typ TorqueTurbineGroupModifizierer und TypMethodeBeschreibungstatic org.apache.torque.criteria.Criteria
BaseTorqueTurbineGroupPeer.buildPkCriteria
(Collection<TorqueTurbineGroup> objects) Build a Criteria object which selects all passed objects using their primary key.org.apache.torque.criteria.Criteria
BaseTorqueTurbineGroupPeerImpl.buildPkCriteria
(Collection<TorqueTurbineGroup> objects) Build a Criteria object which selects all passed objects using their primary key.static int
BaseTorqueTurbineGroupPeer.doDelete
(Collection<TorqueTurbineGroup> objects) 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.int
BaseTorqueTurbineGroupPeerImpl.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.Konstruktorparameter in org.apache.fulcrum.security.torque.om mit Typargumenten vom Typ TorqueTurbineGroupModifiziererKonstruktorBeschreibungBaseTorqueTurbineGroupPeerImpl
(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.