Package | Description |
---|---|
org.apache.fulcrum.security.torque.basic | |
org.apache.fulcrum.security.torque.om |
Modifier and Type | Method and Description |
---|---|
protected List<TorqueBasicUserGroup> |
TorqueAbstractBasicUser.getTorqueBasicUserGroupsJoinTorqueBasicGroup(org.apache.torque.criteria.Criteria criteria,
Connection con)
Forward reference to generated code
Get a list of association objects, pre-populated with their TorqueBasicGroup
objects.
|
protected List<TorqueBasicUserGroup> |
TorqueAbstractBasicGroup.getTorqueBasicUserGroupsJoinTorqueBasicUser(org.apache.torque.criteria.Criteria criteria,
Connection con)
Forward reference to generated code
Get a list of association objects, pre-populated with their TorqueBasicUser
objects.
|
Modifier and Type | Field and Description |
---|---|
protected List<TorqueBasicUserGroup> |
BaseTorqueBasicUser.collTorqueBasicUserGroups
Defines the collTorqueBasicUserGroups field.
|
protected List<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.collTorqueBasicUserGroups
Defines the collTorqueBasicUserGroups field.
|
Modifier and Type | Method and Description |
---|---|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copy()
Makes a copy of this object.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copy(boolean deepcopy)
Makes a copy of this object.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copy(Connection con)
Makes a copy of this object using a connection.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj)
Fills the copyObj with the contents of this object.
|
protected TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)
Selects at most one TorqueBasicUserGroup object from a database.
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects at most one TorqueBasicUserGroup object from a database
within a transaction.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeerImpl.doSelectSingleRecord(TorqueBasicUserGroup obj)
Selects at most one TorqueBasicUserGroup object from the database
which has the same content as the passed object.
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.doSelectSingleRecord(TorqueBasicUserGroup obj)
Selects at most one TorqueBasicUserGroup object from the database
which has the same content as the passed object.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeerImpl.getDbObjectInstance()
Returns a new instance of the Data object class
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.getDbObjectInstance()
Returns a new instance of the Data object class
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupRecordMapper.processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeerImpl.retrieveByPK(Integer userId,
Integer groupId)
retrieve object using using pk values.
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.retrieveByPK(Integer userId,
Integer groupId)
retrieve object using using pk values.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeerImpl.retrieveByPK(Integer userId,
Integer groupId,
Connection con)
retrieve object using using pk values.
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.retrieveByPK(Integer userId,
Integer groupId,
Connection con)
retrieve object using using pk values.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
Modifier and Type | Method and Description |
---|---|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelect(org.apache.torque.criteria.Criteria criteria)
Selects TorqueBasicUserGroup objects from a database.
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelect(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects TorqueBasicUserGroup objects from a database
within a transaction.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.doSelect(TorqueBasicUserGroup obj)
Selects TorqueBasicUserGroup objects from the database which have
the same content as the passed object.
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelect(TorqueBasicUserGroup obj)
Selects TorqueBasicUserGroup objects from the database which have
the same content as the passed object.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.doSelectJoinTorqueBasicGroup(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TorqueBasicGroup objects.
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelectJoinTorqueBasicGroup(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TorqueBasicGroup objects.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.doSelectJoinTorqueBasicGroup(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TorqueBasicUserGroup objects pre-filled with their
TorqueBasicGroup objects.
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelectJoinTorqueBasicGroup(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TorqueBasicUserGroup objects pre-filled with their
TorqueBasicGroup objects.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.doSelectJoinTorqueBasicUser(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TorqueBasicUser objects.
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelectJoinTorqueBasicUser(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TorqueBasicUser objects.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.doSelectJoinTorqueBasicUser(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TorqueBasicUserGroup objects pre-filled with their
TorqueBasicUser objects.
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelectJoinTorqueBasicUser(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TorqueBasicUserGroup objects pre-filled with their
TorqueBasicUser objects.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUser.getTorqueBasicUserGroups()
If this collection has already been initialized, returns
the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.getTorqueBasicUserGroups()
If this collection has already been initialized, returns
the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUser.getTorqueBasicUserGroups(Connection con)
If this collection has already been initialized, returns
the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.getTorqueBasicUserGroups(Connection con)
If this collection has already been initialized, returns
the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUser.getTorqueBasicUserGroups(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.getTorqueBasicUserGroups(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUser.getTorqueBasicUserGroups(org.apache.torque.criteria.Criteria criteria,
Connection con)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.getTorqueBasicUserGroups(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<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.getTorqueBasicUserGroupsJoinTorqueBasicGroup(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
protected List<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.getTorqueBasicUserGroupsJoinTorqueBasicGroup(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<TorqueBasicUserGroup> |
BaseTorqueBasicUser.getTorqueBasicUserGroupsJoinTorqueBasicUser(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
protected List<TorqueBasicUserGroup> |
BaseTorqueBasicUser.getTorqueBasicUserGroupsJoinTorqueBasicUser(org.apache.torque.criteria.Criteria criteria,
Connection connection)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUser.initTorqueBasicUserGroups()
Initializes the cache collTorqueBasicUserGroups for referenced objects.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicGroup.initTorqueBasicUserGroups()
Initializes the cache collTorqueBasicUserGroups for referenced objects.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve multiple objects by pk
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection con)
Retrieve multiple objects by pk
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTorqueBasicUser.addTorqueBasicUserGroup(TorqueBasicUserGroup toAdd)
Method called to associate a TorqueBasicUserGroup object to this object
through the collTorqueBasicUserGroups foreign key attribute.
|
void |
BaseTorqueBasicGroup.addTorqueBasicUserGroup(TorqueBasicUserGroup toAdd)
Method called to associate a TorqueBasicUserGroup object to this object
through the collTorqueBasicUserGroups foreign key attribute.
|
void |
BaseTorqueBasicUser.addTorqueBasicUserGroup(TorqueBasicUserGroup l,
Connection con)
Method called to associate a TorqueBasicUserGroup object to this object
through the collTorqueBasicUserGroups foreign key attribute using connection.
|
void |
BaseTorqueBasicGroup.addTorqueBasicUserGroup(TorqueBasicUserGroup l,
Connection con)
Method called to associate a TorqueBasicUserGroup object to this object
through the collTorqueBasicUserGroups foreign key attribute using connection.
|
org.apache.torque.util.ColumnValues |
BaseTorqueBasicUserGroupPeerImpl.buildColumnValues(TorqueBasicUserGroup torqueBasicUserGroup)
Returns the contents of the object as ColumnValues object.
|
static org.apache.torque.util.ColumnValues |
BaseTorqueBasicUserGroupPeer.buildColumnValues(TorqueBasicUserGroup torqueBasicUserGroup)
Returns the contents of the object as ColumnValues object
|
org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserGroupPeerImpl.buildCriteria(TorqueBasicUserGroup obj)
Build a Criteria object from the data object for this peer.
|
static org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserGroupPeer.buildCriteria(TorqueBasicUserGroup obj)
Build a Criteria object from the data object for this peer.
|
org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserGroupPeerImpl.buildSelectCriteria(TorqueBasicUserGroup obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
static org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserGroupPeer.buildSelectCriteria(TorqueBasicUserGroup obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj)
Fills the copyObj with the contents of this object.
|
protected TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroup.copyInto(TorqueBasicUserGroup copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
int |
BaseTorqueBasicUserGroupPeerImpl.doDelete(TorqueBasicUserGroup obj)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTorqueBasicUserGroupPeer.doDelete(TorqueBasicUserGroup obj)
Deletes a data object, i.e. a row in a table, in the database.
|
int |
BaseTorqueBasicUserGroupPeerImpl.doDelete(TorqueBasicUserGroup obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTorqueBasicUserGroupPeer.doDelete(TorqueBasicUserGroup obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
void |
BaseTorqueBasicUserGroupPeerImpl.doInsert(TorqueBasicUserGroup obj)
Method to do inserts
|
static void |
BaseTorqueBasicUserGroupPeer.doInsert(TorqueBasicUserGroup obj)
Method to do inserts
|
void |
BaseTorqueBasicUserGroupPeerImpl.doInsert(TorqueBasicUserGroup obj,
Connection con)
Method to do inserts.
|
static void |
BaseTorqueBasicUserGroupPeer.doInsert(TorqueBasicUserGroup obj,
Connection con)
Method to do inserts.
|
List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeerImpl.doSelect(TorqueBasicUserGroup obj)
Selects TorqueBasicUserGroup objects from the database which have
the same content as the passed object.
|
static List<TorqueBasicUserGroup> |
BaseTorqueBasicUserGroupPeer.doSelect(TorqueBasicUserGroup obj)
Selects TorqueBasicUserGroup objects from the database which have
the same content as the passed object.
|
TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeerImpl.doSelectSingleRecord(TorqueBasicUserGroup obj)
Selects at most one TorqueBasicUserGroup object from the database
which has the same content as the passed object.
|
static TorqueBasicUserGroup |
BaseTorqueBasicUserGroupPeer.doSelectSingleRecord(TorqueBasicUserGroup obj)
Selects at most one TorqueBasicUserGroup object from the database
which has the same content as the passed object.
|
int |
BaseTorqueBasicUserGroupPeerImpl.doUpdate(TorqueBasicUserGroup obj)
Updates an TorqueBasicUserGroup in the database.
|
static int |
BaseTorqueBasicUserGroupPeer.doUpdate(TorqueBasicUserGroup obj)
Updates an TorqueBasicUserGroup in the database.
|
int |
BaseTorqueBasicUserGroupPeerImpl.doUpdate(TorqueBasicUserGroup obj,
Connection con)
Updates a TorqueBasicUserGroup in the database.
|
static int |
BaseTorqueBasicUserGroupPeer.doUpdate(TorqueBasicUserGroup obj,
Connection con)
Updates a TorqueBasicUserGroup in the database.
|
boolean |
BaseTorqueBasicUserGroup.valueEquals(TorqueBasicUserGroup toCompare)
Compares the content of this object to another object
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserGroupPeerImpl.buildPkCriteria(Collection<TorqueBasicUserGroup> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
static org.apache.torque.criteria.Criteria |
BaseTorqueBasicUserGroupPeer.buildPkCriteria(Collection<TorqueBasicUserGroup> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
int |
BaseTorqueBasicUserGroupPeerImpl.doDelete(Collection<TorqueBasicUserGroup> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTorqueBasicUserGroupPeer.doDelete(Collection<TorqueBasicUserGroup> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
int |
BaseTorqueBasicUserGroupPeerImpl.doDelete(Collection<TorqueBasicUserGroup> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTorqueBasicUserGroupPeer.doDelete(Collection<TorqueBasicUserGroup> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
void |
BaseTorqueBasicGroupPeerImpl.setAndSaveTorqueBasicUserGroups(TorqueBasicGroup toLinkTo,
Collection<TorqueBasicUserGroup> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTorqueBasicGroupPeer.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 |
BaseTorqueBasicGroupPeer.setAndSaveTorqueBasicUserGroups(TorqueBasicGroup toLinkTo,
Collection<TorqueBasicUserGroup> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTorqueBasicUserPeerImpl.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTorqueBasicUserPeer.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave)
Saves the passed collection as linked objects.
|
void |
BaseTorqueBasicUserPeerImpl.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTorqueBasicUserPeer.setAndSaveTorqueBasicUserGroups(TorqueBasicUser toLinkTo,
Collection<TorqueBasicUserGroup> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
Constructor and Description |
---|
BaseTorqueBasicUserGroupPeerImpl(org.apache.torque.om.mapper.RecordMapper<TorqueBasicUserGroup> recordMapper,
org.apache.torque.map.TableMap tableMap,
String databaseName)
Constructor providing the objects to be injected as parameters.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.