Package | Description |
---|---|
org.apache.fulcrum.security.torque.dynamic | |
org.apache.fulcrum.security.torque.om |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Field and Description |
---|---|
protected List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUser.collTorqueDynamicUserGroups
Defines the collTorqueDynamicUserGroups field.
|
protected List<TorqueDynamicUserGroup> |
BaseTorqueDynamicGroup.collTorqueDynamicUserGroups
Defines the collTorqueDynamicUserGroups field.
|
Modifier and Type | Method and Description |
---|---|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copy()
Makes a copy of this object.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copy(boolean deepcopy)
Makes a copy of this object.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copy(Connection con)
Makes a copy of this object using a connection.
|
TorqueDynamicUserGroup |
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.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copyInto(TorqueDynamicUserGroup copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copyInto(TorqueDynamicUserGroup copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
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.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeerImpl.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(TorqueDynamicUserGroup obj)
Selects at most one TorqueDynamicUserGroup object from the database
which has the same content as the passed object.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeerImpl.getDbObjectInstance()
Returns a new instance of the Data object class
|
static TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeer.getDbObjectInstance()
Returns a new instance of the Data object class
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupRecordMapper.processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeerImpl.retrieveByPK(Integer userId,
Integer groupId)
retrieve object using using pk values.
|
static TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeer.retrieveByPK(Integer userId,
Integer groupId)
retrieve object using using pk values.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeerImpl.retrieveByPK(Integer userId,
Integer groupId,
Connection con)
retrieve object using using pk values.
|
static TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeer.retrieveByPK(Integer userId,
Integer groupId,
Connection con)
retrieve object using using pk values.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
static TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
static TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeerImpl.doSelect(TorqueDynamicUserGroup obj)
Selects TorqueDynamicUserGroup objects from the database which have
the same content as the passed object.
|
static List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeer.doSelect(TorqueDynamicUserGroup obj)
Selects TorqueDynamicUserGroup objects from the database which have
the same content as the passed object.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeerImpl.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)
Selects a collection of dbObjectClassName objects pre-filled with their
TorqueDynamicGroup objects.
|
List<TorqueDynamicUserGroup> |
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.doSelectJoinTorqueDynamicGroup(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TorqueDynamicUserGroup objects pre-filled with their
TorqueDynamicGroup objects.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeerImpl.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)
Selects a collection of dbObjectClassName objects pre-filled with their
TorqueDynamicUser objects.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeerImpl.doSelectJoinTorqueDynamicUser(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TorqueDynamicUserGroup 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.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUser.getTorqueDynamicUserGroups()
If this collection has already been initialized, returns
the collection.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicGroup.getTorqueDynamicUserGroups()
If this collection has already been initialized, returns
the collection.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUser.getTorqueDynamicUserGroups(Connection con)
If this collection has already been initialized, returns
the collection.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicGroup.getTorqueDynamicUserGroups(Connection con)
If this collection has already been initialized, returns
the collection.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUser.getTorqueDynamicUserGroups(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicGroup.getTorqueDynamicUserGroups(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TorqueDynamicUserGroup> |
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.
|
List<TorqueDynamicUserGroup> |
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.
|
protected List<TorqueDynamicUserGroup> |
BaseTorqueDynamicGroup.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> |
BaseTorqueDynamicGroup.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> |
BaseTorqueDynamicUser.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> |
BaseTorqueDynamicUser.getTorqueDynamicUserGroupsJoinTorqueDynamicUser(org.apache.torque.criteria.Criteria criteria,
Connection connection)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUser.initTorqueDynamicUserGroups()
Initializes the cache collTorqueDynamicUserGroups for referenced objects.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicGroup.initTorqueDynamicUserGroups()
Initializes the cache collTorqueDynamicUserGroups for referenced objects.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
static List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve multiple objects by pk
|
static List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection con)
Retrieve multiple objects by pk
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTorqueDynamicUser.addTorqueDynamicUserGroup(TorqueDynamicUserGroup toAdd)
Method called to associate a TorqueDynamicUserGroup object to this object
through the collTorqueDynamicUserGroups foreign key attribute.
|
void |
BaseTorqueDynamicGroup.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.
|
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.
|
org.apache.torque.util.ColumnValues |
BaseTorqueDynamicUserGroupPeerImpl.buildColumnValues(TorqueDynamicUserGroup torqueDynamicUserGroup)
Returns the contents of the object as ColumnValues object.
|
static org.apache.torque.util.ColumnValues |
BaseTorqueDynamicUserGroupPeer.buildColumnValues(TorqueDynamicUserGroup torqueDynamicUserGroup)
Returns the contents of the object as ColumnValues object
|
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.buildCriteria(TorqueDynamicUserGroup obj)
Build a Criteria object from the data object for this peer.
|
org.apache.torque.criteria.Criteria |
BaseTorqueDynamicUserGroupPeerImpl.buildSelectCriteria(TorqueDynamicUserGroup obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
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.
|
TorqueDynamicUserGroup |
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.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copyInto(TorqueDynamicUserGroup copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroup.copyInto(TorqueDynamicUserGroup copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
int |
BaseTorqueDynamicUserGroupPeerImpl.doDelete(TorqueDynamicUserGroup obj)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTorqueDynamicUserGroupPeer.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 int |
BaseTorqueDynamicUserGroupPeer.doDelete(TorqueDynamicUserGroup obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
void |
BaseTorqueDynamicUserGroupPeerImpl.doInsert(TorqueDynamicUserGroup obj)
Method to do inserts
|
static void |
BaseTorqueDynamicUserGroupPeer.doInsert(TorqueDynamicUserGroup obj)
Method to do inserts
|
void |
BaseTorqueDynamicUserGroupPeerImpl.doInsert(TorqueDynamicUserGroup obj,
Connection con)
Method to do inserts.
|
static void |
BaseTorqueDynamicUserGroupPeer.doInsert(TorqueDynamicUserGroup obj,
Connection con)
Method to do inserts.
|
List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeerImpl.doSelect(TorqueDynamicUserGroup obj)
Selects TorqueDynamicUserGroup objects from the database which have
the same content as the passed object.
|
static List<TorqueDynamicUserGroup> |
BaseTorqueDynamicUserGroupPeer.doSelect(TorqueDynamicUserGroup obj)
Selects TorqueDynamicUserGroup objects from the database which have
the same content as the passed object.
|
TorqueDynamicUserGroup |
BaseTorqueDynamicUserGroupPeerImpl.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(TorqueDynamicUserGroup obj)
Selects at most one TorqueDynamicUserGroup object from the database
which has the same content as the passed object.
|
int |
BaseTorqueDynamicUserGroupPeerImpl.doUpdate(TorqueDynamicUserGroup obj)
Updates an TorqueDynamicUserGroup in the database.
|
static int |
BaseTorqueDynamicUserGroupPeer.doUpdate(TorqueDynamicUserGroup obj)
Updates an TorqueDynamicUserGroup in the database.
|
int |
BaseTorqueDynamicUserGroupPeerImpl.doUpdate(TorqueDynamicUserGroup obj,
Connection con)
Updates a 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 object
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.criteria.Criteria |
BaseTorqueDynamicUserGroupPeerImpl.buildPkCriteria(Collection<TorqueDynamicUserGroup> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
static org.apache.torque.criteria.Criteria |
BaseTorqueDynamicUserGroupPeer.buildPkCriteria(Collection<TorqueDynamicUserGroup> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
int |
BaseTorqueDynamicUserGroupPeerImpl.doDelete(Collection<TorqueDynamicUserGroup> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTorqueDynamicUserGroupPeer.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 int |
BaseTorqueDynamicUserGroupPeer.doDelete(Collection<TorqueDynamicUserGroup> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
void |
BaseTorqueDynamicGroupPeerImpl.setAndSaveTorqueDynamicUserGroups(TorqueDynamicGroup toLinkTo,
Collection<TorqueDynamicUserGroup> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTorqueDynamicGroupPeer.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.
|
void |
BaseTorqueDynamicGroupPeer.setAndSaveTorqueDynamicUserGroups(TorqueDynamicGroup 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.
|
static void |
BaseTorqueDynamicUserPeer.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.
|
void |
BaseTorqueDynamicUserPeer.setAndSaveTorqueDynamicUserGroups(TorqueDynamicUser toLinkTo,
Collection<TorqueDynamicUserGroup> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
Constructor and Description |
---|
BaseTorqueDynamicUserGroupPeerImpl(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.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.