Verwendungen von Klasse
org.apache.fulcrum.security.torque.om.TorqueDynamicUserGroup
Packages, die TorqueDynamicUserGroup verwenden
Package
Beschreibung
-
Verwendungen von TorqueDynamicUserGroup in org.apache.fulcrum.security.torque.dynamic
Methoden in org.apache.fulcrum.security.torque.dynamic, die Typen mit Argumenten vom Typ TorqueDynamicUserGroup zurückgebenModifizierer und TypMethodeBeschreibungprotected List<TorqueDynamicUserGroup>
TorqueAbstractDynamicUser.getTorqueDynamicUserGroupsJoinTorqueDynamicGroup
(org.apache.torque.criteria.Criteria criteria, Connection con) Forward reference to generated code Get a list of association objects, pre-populated with their TorqueDynamicGroup objects.protected List<TorqueDynamicUserGroup>
TorqueAbstractDynamicGroup.getTorqueDynamicUserGroupsJoinTorqueDynamicUser
(org.apache.torque.criteria.Criteria criteria, Connection con) Forward reference to generated code Get a list of association objects, pre-populated with their TorqueDynamicUser objects. -
Verwendungen von TorqueDynamicUserGroup in org.apache.fulcrum.security.torque.om
Felder in org.apache.fulcrum.security.torque.om mit Typparametern vom Typ TorqueDynamicUserGroupModifizierer und TypFeldBeschreibungprotected List<TorqueDynamicUserGroup>
BaseTorqueDynamicGroup.collTorqueDynamicUserGroups
Defines the collTorqueDynamicUserGroups field.protected List<TorqueDynamicUserGroup>
BaseTorqueDynamicUser.collTorqueDynamicUserGroups
Defines the collTorqueDynamicUserGroups field.Methoden in org.apache.fulcrum.security.torque.om, die TorqueDynamicUserGroup zurückgebenModifizierer und TypMethodeBeschreibungBaseTorqueDynamicUserGroup.copy()
Makes a copy of this object.BaseTorqueDynamicUserGroup.copy
(boolean deepcopy) Makes a copy of this object.BaseTorqueDynamicUserGroup.copy
(boolean deepcopy, Connection con) Makes a copy of this object using connection.BaseTorqueDynamicUserGroup.copy
(Connection con) Makes a copy of this object using a connection.BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj) Fills the copyObj with the contents of this object.protected TorqueDynamicUserGroup
BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj, Connection con) Fills the copyObj with the contents of this object using connection.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.doSelectSingleRecord
(TorqueDynamicUserGroup obj) Selects at most one TorqueDynamicUserGroup object from the database which has the same content as the passed object.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.doSelectSingleRecord
(org.apache.torque.criteria.Criteria criteria) Selects at most one TorqueDynamicUserGroup object from a database.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.doSelectSingleRecord
(org.apache.torque.criteria.Criteria criteria, Connection connection) Selects at most one TorqueDynamicUserGroup object from a database within a transaction.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.getDbObjectInstance()
Returns a new instance of the Data object classBaseTorqueDynamicUserGroupPeerImpl.getDbObjectInstance()
Returns a new instance of the Data object classBaseTorqueDynamicUserGroupRecordMapper.processRow
(ResultSet resultSet, int offset, org.apache.torque.criteria.Criteria criteria) Constructs the object from the current row in the resultSet.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.retrieveByPK
(Integer userId, Integer groupId) retrieve object using using pk values.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.retrieveByPK
(Integer userId, Integer groupId, Connection con) retrieve object using using pk values.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk) Retrieve a single object by pkstatic TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk, Connection con) Retrieve a single object by pkBaseTorqueDynamicUserGroupPeerImpl.retrieveByPK
(Integer userId, Integer groupId) retrieve object using using pk values.BaseTorqueDynamicUserGroupPeerImpl.retrieveByPK
(Integer userId, Integer groupId, Connection con) retrieve object using using pk values.BaseTorqueDynamicUserGroupPeerImpl.retrieveByPK
(org.apache.torque.om.ObjectKey<?> pk) Retrieve a single object by pkBaseTorqueDynamicUserGroupPeerImpl.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 TorqueDynamicUserGroup zurückgebenModifizierer und TypMethodeBeschreibungstatic List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelect
(TorqueDynamicUserGroup obj) Selects TorqueDynamicUserGroup objects from the database which have the same content as the passed object.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelect
(org.apache.torque.criteria.Criteria criteria) Selects TorqueDynamicUserGroup objects from a database.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelect
(org.apache.torque.criteria.Criteria criteria, Connection connection) Selects TorqueDynamicUserGroup objects from a database within a transaction.static Stream<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelectAsStream
(org.apache.torque.criteria.Criteria criteria, Connection connection) Selects TorqueDynamicUserGroup objects from a database within a transaction.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelectJoinTorqueDynamicGroup
(org.apache.torque.criteria.Criteria criteria) Selects a collection of dbObjectClassName objects pre-filled with their TorqueDynamicGroup objects.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelectJoinTorqueDynamicGroup
(org.apache.torque.criteria.Criteria criteria, Connection conn) Selects a collection of TorqueDynamicUserGroup objects pre-filled with their TorqueDynamicGroup objects.BaseTorqueDynamicUserGroupPeerImpl.doSelectJoinTorqueDynamicGroup
(org.apache.torque.criteria.Criteria criteria) Selects a collection of dbObjectClassName objects pre-filled with their TorqueDynamicGroup objects.BaseTorqueDynamicUserGroupPeerImpl.doSelectJoinTorqueDynamicGroup
(org.apache.torque.criteria.Criteria criteria, Connection conn) Selects a collection of TorqueDynamicUserGroup objects pre-filled with their TorqueDynamicGroup objects.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelectJoinTorqueDynamicUser
(org.apache.torque.criteria.Criteria criteria) Selects a collection of dbObjectClassName objects pre-filled with their TorqueDynamicUser objects.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelectJoinTorqueDynamicUser
(org.apache.torque.criteria.Criteria criteria, Connection conn) Selects a collection of TorqueDynamicUserGroup objects pre-filled with their TorqueDynamicUser objects.BaseTorqueDynamicUserGroupPeerImpl.doSelectJoinTorqueDynamicUser
(org.apache.torque.criteria.Criteria criteria) Selects a collection of dbObjectClassName objects pre-filled with their TorqueDynamicUser objects.BaseTorqueDynamicUserGroupPeerImpl.doSelectJoinTorqueDynamicUser
(org.apache.torque.criteria.Criteria criteria, Connection conn) Selects a collection of TorqueDynamicUserGroup objects pre-filled with their TorqueDynamicUser objects.BaseTorqueDynamicGroup.getTorqueDynamicUserGroups()
If this collection has already been initialized, returns the collection.BaseTorqueDynamicGroup.getTorqueDynamicUserGroups
(Connection con) If this collection has already been initialized, returns the collection.BaseTorqueDynamicGroup.getTorqueDynamicUserGroups
(org.apache.torque.criteria.Criteria criteria) If this collection has already been initialized with an identical criteria, it returns the collection.BaseTorqueDynamicGroup.getTorqueDynamicUserGroups
(org.apache.torque.criteria.Criteria criteria, Connection con) If this collection has already been initialized with an identical criteria, it returns the collection.BaseTorqueDynamicUser.getTorqueDynamicUserGroups()
If this collection has already been initialized, returns the collection.BaseTorqueDynamicUser.getTorqueDynamicUserGroups
(Connection con) If this collection has already been initialized, returns the collection.BaseTorqueDynamicUser.getTorqueDynamicUserGroups
(org.apache.torque.criteria.Criteria criteria) If this collection has already been initialized with an identical criteria, it returns the collection.BaseTorqueDynamicUser.getTorqueDynamicUserGroups
(org.apache.torque.criteria.Criteria criteria, Connection con) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TorqueDynamicUserGroup>
BaseTorqueDynamicUser.getTorqueDynamicUserGroupsJoinTorqueDynamicGroup
(org.apache.torque.criteria.Criteria criteria) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TorqueDynamicUserGroup>
BaseTorqueDynamicUser.getTorqueDynamicUserGroupsJoinTorqueDynamicGroup
(org.apache.torque.criteria.Criteria criteria, Connection connection) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TorqueDynamicUserGroup>
BaseTorqueDynamicGroup.getTorqueDynamicUserGroupsJoinTorqueDynamicUser
(org.apache.torque.criteria.Criteria criteria) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TorqueDynamicUserGroup>
BaseTorqueDynamicGroup.getTorqueDynamicUserGroupsJoinTorqueDynamicUser
(org.apache.torque.criteria.Criteria criteria, Connection connection) If this collection has already been initialized with an identical criteria, it returns the collection.BaseTorqueDynamicGroup.initTorqueDynamicUserGroups()
Initializes the cache collTorqueDynamicUserGroups for referenced objects.BaseTorqueDynamicUser.initTorqueDynamicUserGroups()
Initializes the cache collTorqueDynamicUserGroups for referenced objects.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks) Retrieve a multiple objects by pk.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection con) Retrieve multiple objects by pk.BaseTorqueDynamicUserGroupPeerImpl.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks) Retrieve multiple objects by pk.BaseTorqueDynamicUserGroupPeerImpl.retrieveByObjectKeys
(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection dbcon) Retrieve multiple objects by pk.Methoden in org.apache.fulcrum.security.torque.om mit Parametern vom Typ TorqueDynamicUserGroupModifizierer und TypMethodeBeschreibungvoid
BaseTorqueDynamicGroup.addTorqueDynamicUserGroup
(TorqueDynamicUserGroup toAdd) Method called to associate a TorqueDynamicUserGroup object to this object through the collTorqueDynamicUserGroups foreign key attribute.void
BaseTorqueDynamicGroup.addTorqueDynamicUserGroup
(TorqueDynamicUserGroup l, Connection con) Method called to associate a TorqueDynamicUserGroup object to this object through the collTorqueDynamicUserGroups foreign key attribute using connection.void
BaseTorqueDynamicUser.addTorqueDynamicUserGroup
(TorqueDynamicUserGroup toAdd) Method called to associate a TorqueDynamicUserGroup object to this object through the collTorqueDynamicUserGroups foreign key attribute.void
BaseTorqueDynamicUser.addTorqueDynamicUserGroup
(TorqueDynamicUserGroup l, Connection con) Method called to associate a TorqueDynamicUserGroup object to this object through the collTorqueDynamicUserGroups foreign key attribute using connection.static org.apache.torque.util.ColumnValues
BaseTorqueDynamicUserGroupPeer.buildColumnValues
(TorqueDynamicUserGroup torqueDynamicUserGroup) Returns the contents of the object as ColumnValues objectorg.apache.torque.util.ColumnValues
BaseTorqueDynamicUserGroupPeerImpl.buildColumnValues
(TorqueDynamicUserGroup torqueDynamicUserGroup) Returns the contents of the object as ColumnValues object.static org.apache.torque.criteria.Criteria
BaseTorqueDynamicUserGroupPeer.buildCriteria
(TorqueDynamicUserGroup obj) Build a Criteria object from the data object for this peer.org.apache.torque.criteria.Criteria
BaseTorqueDynamicUserGroupPeerImpl.buildCriteria
(TorqueDynamicUserGroup obj) Build a Criteria object from the data object for this peer.static org.apache.torque.criteria.Criteria
BaseTorqueDynamicUserGroupPeer.buildSelectCriteria
(TorqueDynamicUserGroup obj) Build a Criteria object from the data object for this peer, skipping all binary columns.org.apache.torque.criteria.Criteria
BaseTorqueDynamicUserGroupPeerImpl.buildSelectCriteria
(TorqueDynamicUserGroup obj) Build a Criteria object from the data object for this peer, skipping all binary columns.BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj) Fills the copyObj with the contents of this object.protected TorqueDynamicUserGroup
BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.BaseTorqueDynamicUserGroup.copyInto
(TorqueDynamicUserGroup copyObj, Connection con) Fills the copyObj with the contents of this object using connection.static int
BaseTorqueDynamicUserGroupPeer.doDelete
(TorqueDynamicUserGroup obj) Deletes a data object, i.e. a row in a table, in the database.static int
BaseTorqueDynamicUserGroupPeer.doDelete
(TorqueDynamicUserGroup obj, Connection con) Deletes a data object, i.e. a row in a table, in the database.int
BaseTorqueDynamicUserGroupPeerImpl.doDelete
(TorqueDynamicUserGroup obj) Deletes a data object, i.e. a row in a table, in the database.int
BaseTorqueDynamicUserGroupPeerImpl.doDelete
(TorqueDynamicUserGroup obj, Connection con) Deletes a data object, i.e. a row in a table, in the database.static void
BaseTorqueDynamicUserGroupPeer.doInsert
(TorqueDynamicUserGroup obj) Method to do insertsstatic void
BaseTorqueDynamicUserGroupPeer.doInsert
(TorqueDynamicUserGroup obj, Connection con) Method to do inserts.static List<TorqueDynamicUserGroup>
BaseTorqueDynamicUserGroupPeer.doSelect
(TorqueDynamicUserGroup obj) Selects TorqueDynamicUserGroup objects from the database which have the same content as the passed object.static TorqueDynamicUserGroup
BaseTorqueDynamicUserGroupPeer.doSelectSingleRecord
(TorqueDynamicUserGroup obj) Selects at most one TorqueDynamicUserGroup object from the database which has the same content as the passed object.static int
BaseTorqueDynamicUserGroupPeer.doUpdate
(TorqueDynamicUserGroup obj) Updates an TorqueDynamicUserGroup in the database.static int
BaseTorqueDynamicUserGroupPeer.doUpdate
(TorqueDynamicUserGroup obj, Connection con) Updates a TorqueDynamicUserGroup in the database.boolean
BaseTorqueDynamicUserGroup.valueEquals
(TorqueDynamicUserGroup toCompare) Compares the content of this object to another objectMethodenparameter in org.apache.fulcrum.security.torque.om mit Typargumenten vom Typ TorqueDynamicUserGroupModifizierer und TypMethodeBeschreibungstatic org.apache.torque.criteria.Criteria
BaseTorqueDynamicUserGroupPeer.buildPkCriteria
(Collection<TorqueDynamicUserGroup> objects) Build a Criteria object which selects all passed objects using their primary key.org.apache.torque.criteria.Criteria
BaseTorqueDynamicUserGroupPeerImpl.buildPkCriteria
(Collection<TorqueDynamicUserGroup> objects) Build a Criteria object which selects all passed objects using their primary key.static int
BaseTorqueDynamicUserGroupPeer.doDelete
(Collection<TorqueDynamicUserGroup> objects) Deletes data objects, i.e. rows in a table, in the database.static int
BaseTorqueDynamicUserGroupPeer.doDelete
(Collection<TorqueDynamicUserGroup> objects, Connection con) Deletes data objects, i.e. rows in a table, in the database.int
BaseTorqueDynamicUserGroupPeerImpl.doDelete
(Collection<TorqueDynamicUserGroup> objects) Deletes data objects, i.e. rows in a table, in the database.int
BaseTorqueDynamicUserGroupPeerImpl.doDelete
(Collection<TorqueDynamicUserGroup> objects, Connection con) Deletes data objects, i.e. rows in a table, in the database.static void
BaseTorqueDynamicGroupPeer.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicGroup toLinkTo, Collection<TorqueDynamicUserGroup> toSave) Saves the passed collection as linked objects.void
BaseTorqueDynamicGroupPeer.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicGroup toLinkTo, Collection<TorqueDynamicUserGroup> toSave, Connection connection) Saves the passed collection as linked objects.void
BaseTorqueDynamicGroupPeerImpl.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicGroup toLinkTo, Collection<TorqueDynamicUserGroup> toSave) Saves the passed collection as linked objects.void
BaseTorqueDynamicGroupPeerImpl.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicGroup toLinkTo, Collection<TorqueDynamicUserGroup> toSave, Connection connection) Saves the passed collection as linked objects.static void
BaseTorqueDynamicUserPeer.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicUser toLinkTo, Collection<TorqueDynamicUserGroup> toSave) Saves the passed collection as linked objects.void
BaseTorqueDynamicUserPeer.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicUser toLinkTo, Collection<TorqueDynamicUserGroup> toSave, Connection connection) Saves the passed collection as linked objects.void
BaseTorqueDynamicUserPeerImpl.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicUser toLinkTo, Collection<TorqueDynamicUserGroup> toSave) Saves the passed collection as linked objects.void
BaseTorqueDynamicUserPeerImpl.setAndSaveTorqueDynamicUserGroups
(TorqueDynamicUser toLinkTo, Collection<TorqueDynamicUserGroup> toSave, Connection connection) Saves the passed collection as linked objects.Konstruktorparameter in org.apache.fulcrum.security.torque.om mit Typargumenten vom Typ TorqueDynamicUserGroupModifiziererKonstruktorBeschreibungBaseTorqueDynamicUserGroupPeerImpl
(org.apache.torque.om.mapper.RecordMapper<TorqueDynamicUserGroup> recordMapper, org.apache.torque.map.TableMap tableMap, String databaseName) Constructor providing the objects to be injected as parameters.