Verwendungen von Klasse
org.apache.fulcrum.security.torque.om.TorqueBasicGroup
Packages, die TorqueBasicGroup verwenden
-
Verwendungen von TorqueBasicGroup in org.apache.fulcrum.security.torque.om
Methoden in org.apache.fulcrum.security.torque.om, die TorqueBasicGroup zurückgebenModifizierer und TypMethodeBeschreibungBaseTorqueBasicGroup.copy()
Makes a copy of this object.BaseTorqueBasicGroup.copy
(boolean deepcopy) Makes a copy of this object.BaseTorqueBasicGroup.copy
(boolean deepcopy, Connection con) Makes a copy of this object using connection.BaseTorqueBasicGroup.copy
(Connection con) Makes a copy of this object using a connection.BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj) Fills the copyObj with the contents of this object.protected TorqueBasicGroup
BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj, Connection con) Fills the copyObj with the contents of this object using connection.static TorqueBasicGroup
BaseTorqueBasicGroupPeer.doSelectSingleRecord
(TorqueBasicGroup obj) Selects at most one TorqueBasicGroup object from the database which has the same content as the passed object.static TorqueBasicGroup
BaseTorqueBasicGroupPeer.doSelectSingleRecord
(org.apache.torque.criteria.Criteria criteria) Selects at most one TorqueBasicGroup object from a database.static TorqueBasicGroup
BaseTorqueBasicGroupPeer.doSelectSingleRecord
(org.apache.torque.criteria.Criteria criteria, Connection connection) Selects at most one TorqueBasicGroup object from a database within a transaction.static TorqueBasicGroup
BaseTorqueBasicGroupPeer.getDbObjectInstance()
Returns a new instance of the Data object classBaseTorqueBasicGroupPeerImpl.getDbObjectInstance()
Returns a new instance of the Data object classBaseTorqueBasicUserGroup.getTorqueBasicGroup()
Returns the associated TorqueBasicGroup object.BaseTorqueBasicUserGroup.getTorqueBasicGroup
(Connection connection) Return the associated TorqueBasicGroup object If it was not retrieved before, the object is retrieved from the database using the passed connectionBaseTorqueBasicGroupRecordMapper.processRow
(ResultSet resultSet, int offset, org.apache.torque.criteria.Criteria criteria) Constructs the object from the current row in the resultSet.static TorqueBasicGroup
BaseTorqueBasicGroupPeer.retrieveByPK
(Integer pk) Retrieve a single object by pkstatic TorqueBasicGroup
BaseTorqueBasicGroupPeer.retrieveByPK
(Integer pk, Connection con) Retrieve a single object by pkstatic TorqueBasicGroup
BaseTorqueBasicGroupPeer.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk) Retrieve a single object by pkstatic TorqueBasicGroup
BaseTorqueBasicGroupPeer.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk, Connection con) Retrieve a single object by pkBaseTorqueBasicGroupPeerImpl.retrieveByPK
(Integer pk) Retrieve a single object by pkBaseTorqueBasicGroupPeerImpl.retrieveByPK
(Integer pk, Connection con) Retrieve a single object by pkBaseTorqueBasicGroupPeerImpl.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk) Retrieve a single object by pkBaseTorqueBasicGroupPeerImpl.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 TorqueBasicGroup zurückgebenModifizierer und TypMethodeBeschreibungstatic List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.doSelect
(TorqueBasicGroup obj) Selects TorqueBasicGroup objects from the database which have the same content as the passed object.static List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.doSelect
(org.apache.torque.criteria.Criteria criteria) Selects TorqueBasicGroup objects from a database.static List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.doSelect
(org.apache.torque.criteria.Criteria criteria, Connection connection) Selects TorqueBasicGroup objects from a database within a transaction.static Stream<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.doSelectAsStream
(org.apache.torque.criteria.Criteria criteria, Connection connection) Selects TorqueBasicGroup objects from a database within a transaction.static List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks) Retrieve a multiple objects by pk.static List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection con) Retrieve multiple objects by pk.BaseTorqueBasicGroupPeerImpl.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks) Retrieve multiple objects by pk.BaseTorqueBasicGroupPeerImpl.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection dbcon) Retrieve multiple objects by pk.static List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.retrieveByTypedPKs
(Collection<Integer> pks) Retrieve multiple objects by pk.static List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.retrieveByTypedPKs
(Collection<Integer> pks, Connection dbcon) Retrieve multiple objects by pk.BaseTorqueBasicGroupPeerImpl.retrieveByTypedPKs
(Collection<Integer> pks) Retrieve multiple objects by pk.BaseTorqueBasicGroupPeerImpl.retrieveByTypedPKs
(Collection<Integer> pks, Connection dbcon) Retrieve multiple objects by pk.Methoden in org.apache.fulcrum.security.torque.om mit Parametern vom Typ TorqueBasicGroupModifizierer und TypMethodeBeschreibungstatic org.apache.torque.util.ColumnValues
BaseTorqueBasicGroupPeer.buildColumnValues
(TorqueBasicGroup torqueBasicGroup) Returns the contents of the object as ColumnValues objectorg.apache.torque.util.ColumnValues
BaseTorqueBasicGroupPeerImpl.buildColumnValues
(TorqueBasicGroup torqueBasicGroup) Returns the contents of the object as ColumnValues object.static org.apache.torque.criteria.Criteria
BaseTorqueBasicGroupPeer.buildCriteria
(TorqueBasicGroup obj) Build a Criteria object from the data object for this peer.org.apache.torque.criteria.Criteria
BaseTorqueBasicGroupPeerImpl.buildCriteria
(TorqueBasicGroup obj) Build a Criteria object from the data object for this peer.static org.apache.torque.criteria.Criteria
BaseTorqueBasicGroupPeer.buildSelectCriteria
(TorqueBasicGroup obj) Build a Criteria object from the data object for this peer, skipping all binary columns.org.apache.torque.criteria.Criteria
BaseTorqueBasicGroupPeerImpl.buildSelectCriteria
(TorqueBasicGroup obj) Build a Criteria object from the data object for this peer, skipping all binary columns.BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj) Fills the copyObj with the contents of this object.protected TorqueBasicGroup
BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.BaseTorqueBasicGroup.copyInto
(TorqueBasicGroup copyObj, Connection con) Fills the copyObj with the contents of this object using connection.static int
BaseTorqueBasicGroupPeer.doDelete
(TorqueBasicGroup obj) Deletes a data object, i.e. a row in a table, in the database.static int
BaseTorqueBasicGroupPeer.doDelete
(TorqueBasicGroup obj, Connection con) Deletes a data object, i.e. a row in a table, in the database.int
BaseTorqueBasicGroupPeerImpl.doDelete
(TorqueBasicGroup obj) Deletes a data object, i.e. a row in a table, in the database.int
BaseTorqueBasicGroupPeerImpl.doDelete
(TorqueBasicGroup obj, Connection con) Deletes a data object, i.e. a row in a table, in the database.static void
BaseTorqueBasicGroupPeer.doInsert
(TorqueBasicGroup obj) Method to do insertsstatic void
BaseTorqueBasicGroupPeer.doInsert
(TorqueBasicGroup obj, Connection con) Method to do inserts.static List<TorqueBasicGroup>
BaseTorqueBasicGroupPeer.doSelect
(TorqueBasicGroup obj) Selects TorqueBasicGroup objects from the database which have the same content as the passed object.static TorqueBasicGroup
BaseTorqueBasicGroupPeer.doSelectSingleRecord
(TorqueBasicGroup obj) Selects at most one TorqueBasicGroup object from the database which has the same content as the passed object.static int
BaseTorqueBasicGroupPeer.doUpdate
(TorqueBasicGroup obj) Updates an TorqueBasicGroup in the database.static int
BaseTorqueBasicGroupPeer.doUpdate
(TorqueBasicGroup obj, Connection con) Updates a TorqueBasicGroup in the database.static void
BaseTorqueBasicGroupPeer.setAndSaveTorqueBasicUserGroups
(TorqueBasicGroup toLinkTo, Collection<TorqueBasicUserGroup> toSave) Saves the passed collection as linked objects.void
BaseTorqueBasicGroupPeer.setAndSaveTorqueBasicUserGroups
(TorqueBasicGroup toLinkTo, Collection<TorqueBasicUserGroup> toSave, Connection connection) Saves the passed collection as linked objects.void
BaseTorqueBasicGroupPeerImpl.setAndSaveTorqueBasicUserGroups
(TorqueBasicGroup toLinkTo, Collection<TorqueBasicUserGroup> toSave) Saves the passed collection as linked objects.void
BaseTorqueBasicGroupPeerImpl.setAndSaveTorqueBasicUserGroups
(TorqueBasicGroup toLinkTo, Collection<TorqueBasicUserGroup> toSave, Connection connection) Saves the passed collection as linked objects.void
BaseTorqueBasicUserGroup.setTorqueBasicGroup
(TorqueBasicGroup v) Declares an association between this object and a TorqueBasicGroup objectboolean
BaseTorqueBasicGroup.valueEquals
(TorqueBasicGroup toCompare) Compares the content of this object to another objectMethodenparameter in org.apache.fulcrum.security.torque.om mit Typargumenten vom Typ TorqueBasicGroupModifizierer und TypMethodeBeschreibungstatic org.apache.torque.criteria.Criteria
BaseTorqueBasicGroupPeer.buildPkCriteria
(Collection<TorqueBasicGroup> objects) Build a Criteria object which selects all passed objects using their primary key.org.apache.torque.criteria.Criteria
BaseTorqueBasicGroupPeerImpl.buildPkCriteria
(Collection<TorqueBasicGroup> objects) Build a Criteria object which selects all passed objects using their primary key.static int
BaseTorqueBasicGroupPeer.doDelete
(Collection<TorqueBasicGroup> objects) Deletes data objects, i.e. rows in a table, in the database.static int
BaseTorqueBasicGroupPeer.doDelete
(Collection<TorqueBasicGroup> objects, Connection con) Deletes data objects, i.e. rows in a table, in the database.int
BaseTorqueBasicGroupPeerImpl.doDelete
(Collection<TorqueBasicGroup> objects) Deletes data objects, i.e. rows in a table, in the database.int
BaseTorqueBasicGroupPeerImpl.doDelete
(Collection<TorqueBasicGroup> 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 TorqueBasicGroupModifiziererKonstruktorBeschreibungBaseTorqueBasicGroupPeerImpl
(org.apache.torque.om.mapper.RecordMapper<TorqueBasicGroup> recordMapper, org.apache.torque.map.TableMap tableMap, String databaseName) Constructor providing the objects to be injected as parameters.