Package | Description |
---|---|
org.apache.fulcrum.security.torque.om | |
org.apache.fulcrum.security.torque.turbine |
Modifier and Type | Field and Description |
---|---|
protected List<TurbineUserGroupRole> |
BaseTurbineUser.collTurbineUserGroupRoles
Defines the collTurbineUserGroupRoles field.
|
protected List<TurbineUserGroupRole> |
BaseTurbineRole.collTurbineUserGroupRoles
Defines the collTurbineUserGroupRoles field.
|
protected List<TurbineUserGroupRole> |
BaseTurbineGroup.collTurbineUserGroupRoles
Defines the collTurbineUserGroupRoles field.
|
Modifier and Type | Method and Description |
---|---|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy()
Makes a copy of this object.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy(boolean deepcopy)
Makes a copy of this object.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy(Connection con)
Makes a copy of this object using a connection.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
Fills the copyObj with the contents of this object.
|
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)
Selects at most one TurbineUserGroupRole object from a database.
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects at most one TurbineUserGroupRole object from a database
within a transaction.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRolePeerImpl.doSelectSingleRecord(TurbineUserGroupRole obj)
Selects at most one TurbineUserGroupRole object from the database
which has the same content as the passed object.
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.doSelectSingleRecord(TurbineUserGroupRole obj)
Selects at most one TurbineUserGroupRole object from the database
which has the same content as the passed object.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRolePeerImpl.getDbObjectInstance()
Returns a new instance of the Data object class
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.getDbObjectInstance()
Returns a new instance of the Data object class
|
TurbineUserGroupRole |
BaseTurbineUserGroupRoleRecordMapper.processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRolePeerImpl.retrieveByPK(Integer userId,
Integer groupId,
Integer roleId)
retrieve object using using pk values.
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(Integer userId,
Integer groupId,
Integer roleId)
retrieve object using using pk values.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRolePeerImpl.retrieveByPK(Integer userId,
Integer groupId,
Integer roleId,
Connection con)
retrieve object using using pk values.
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(Integer userId,
Integer groupId,
Integer roleId,
Connection con)
retrieve object using using pk values.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRolePeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
TurbineUserGroupRole |
BaseTurbineUserGroupRolePeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
Modifier and Type | Method and Description |
---|---|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(org.apache.torque.criteria.Criteria criteria)
Selects TurbineUserGroupRole objects from a database.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects TurbineUserGroupRole objects from a database
within a transaction.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelect(TurbineUserGroupRole obj)
Selects TurbineUserGroupRole objects from the database which have
the same content as the passed object.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(TurbineUserGroupRole obj)
Selects TurbineUserGroupRole objects from the database which have
the same content as the passed object.
|
protected List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with
all related objects.
|
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with
all related objects.
|
protected List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with
related objects.
|
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with
related objects.
|
protected List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with
all related objects.
|
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with
all related objects.
|
protected List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with
related objects.
|
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with
related objects.
|
protected List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with
all related objects.
|
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with
all related objects.
|
protected List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with
related objects.
|
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with
related objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TurbineGroup objects.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TurbineGroup objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TurbineUserGroupRole objects pre-filled with their
TurbineGroup objects.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TurbineUserGroupRole objects pre-filled with their
TurbineGroup objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TurbineRole objects.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TurbineRole objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TurbineUserGroupRole objects pre-filled with their
TurbineRole objects.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TurbineUserGroupRole objects pre-filled with their
TurbineRole objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TurbineUser objects.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria)
Selects a collection of dbObjectClassName objects pre-filled with their
TurbineUser objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TurbineUserGroupRole objects pre-filled with their
TurbineUser objects.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria,
Connection conn)
Selects a collection of TurbineUserGroupRole objects pre-filled with their
TurbineUser objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles()
If this collection has already been initialized, returns
the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles()
If this collection has already been initialized, returns
the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles()
If this collection has already been initialized, returns
the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles(Connection con)
If this collection has already been initialized, returns
the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles(Connection con)
If this collection has already been initialized, returns
the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles(Connection con)
If this collection has already been initialized, returns
the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria,
Connection con)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria,
Connection con)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles(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<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
protected List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRolesJoinTurbineGroup(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<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
protected List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRolesJoinTurbineRole(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<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.criteria.Criteria criteria)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
protected List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.criteria.Criteria criteria,
Connection connection)
If this collection has already been initialized with
an identical criteria, it returns the collection.
|
List<TurbineUserGroupRole> |
BaseTurbineUser.initTurbineUserGroupRoles()
Initializes the cache collTurbineUserGroupRoles for referenced objects.
|
List<TurbineUserGroupRole> |
BaseTurbineRole.initTurbineUserGroupRoles()
Initializes the cache collTurbineUserGroupRoles for referenced objects.
|
List<TurbineUserGroupRole> |
BaseTurbineGroup.initTurbineUserGroupRoles()
Initializes the cache collTurbineUserGroupRoles for referenced objects.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve multiple objects by pk
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection con)
Retrieve multiple objects by pk
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTurbineUser.addTurbineUserGroupRole(TurbineUserGroupRole toAdd)
Method called to associate a TurbineUserGroupRole object to this object
through the collTurbineUserGroupRoles foreign key attribute.
|
void |
BaseTurbineRole.addTurbineUserGroupRole(TurbineUserGroupRole toAdd)
Method called to associate a TurbineUserGroupRole object to this object
through the collTurbineUserGroupRoles foreign key attribute.
|
void |
BaseTurbineGroup.addTurbineUserGroupRole(TurbineUserGroupRole toAdd)
Method called to associate a TurbineUserGroupRole object to this object
through the collTurbineUserGroupRoles foreign key attribute.
|
void |
BaseTurbineUser.addTurbineUserGroupRole(TurbineUserGroupRole l,
Connection con)
Method called to associate a TurbineUserGroupRole object to this object
through the collTurbineUserGroupRoles foreign key attribute using connection.
|
void |
BaseTurbineRole.addTurbineUserGroupRole(TurbineUserGroupRole l,
Connection con)
Method called to associate a TurbineUserGroupRole object to this object
through the collTurbineUserGroupRoles foreign key attribute using connection.
|
void |
BaseTurbineGroup.addTurbineUserGroupRole(TurbineUserGroupRole l,
Connection con)
Method called to associate a TurbineUserGroupRole object to this object
through the collTurbineUserGroupRoles foreign key attribute using connection.
|
org.apache.torque.util.ColumnValues |
BaseTurbineUserGroupRolePeerImpl.buildColumnValues(TurbineUserGroupRole turbineUserGroupRole)
Returns the contents of the object as ColumnValues object.
|
static org.apache.torque.util.ColumnValues |
BaseTurbineUserGroupRolePeer.buildColumnValues(TurbineUserGroupRole turbineUserGroupRole)
Returns the contents of the object as ColumnValues object
|
org.apache.torque.criteria.Criteria |
BaseTurbineUserGroupRolePeerImpl.buildCriteria(TurbineUserGroupRole obj)
Build a Criteria object from the data object for this peer.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineUserGroupRolePeer.buildCriteria(TurbineUserGroupRole obj)
Build a Criteria object from the data object for this peer.
|
org.apache.torque.criteria.Criteria |
BaseTurbineUserGroupRolePeerImpl.buildSelectCriteria(TurbineUserGroupRole obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineUserGroupRolePeer.buildSelectCriteria(TurbineUserGroupRole obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
Fills the copyObj with the contents of this object.
|
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
int |
BaseTurbineUserGroupRolePeerImpl.doDelete(TurbineUserGroupRole obj)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj)
Deletes a data object, i.e. a row in a table, in the database.
|
int |
BaseTurbineUserGroupRolePeerImpl.doDelete(TurbineUserGroupRole obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
void |
BaseTurbineUserGroupRolePeerImpl.doInsert(TurbineUserGroupRole obj)
Method to do inserts
|
static void |
BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj)
Method to do inserts
|
void |
BaseTurbineUserGroupRolePeerImpl.doInsert(TurbineUserGroupRole obj,
Connection con)
Method to do inserts.
|
static void |
BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj,
Connection con)
Method to do inserts.
|
List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeerImpl.doSelect(TurbineUserGroupRole obj)
Selects TurbineUserGroupRole objects from the database which have
the same content as the passed object.
|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(TurbineUserGroupRole obj)
Selects TurbineUserGroupRole objects from the database which have
the same content as the passed object.
|
TurbineUserGroupRole |
BaseTurbineUserGroupRolePeerImpl.doSelectSingleRecord(TurbineUserGroupRole obj)
Selects at most one TurbineUserGroupRole object from the database
which has the same content as the passed object.
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.doSelectSingleRecord(TurbineUserGroupRole obj)
Selects at most one TurbineUserGroupRole object from the database
which has the same content as the passed object.
|
int |
BaseTurbineUserGroupRolePeerImpl.doUpdate(TurbineUserGroupRole obj)
Updates an TurbineUserGroupRole in the database.
|
static int |
BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj)
Updates an TurbineUserGroupRole in the database.
|
int |
BaseTurbineUserGroupRolePeerImpl.doUpdate(TurbineUserGroupRole obj,
Connection con)
Updates a TurbineUserGroupRole in the database.
|
static int |
BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj,
Connection con)
Updates a TurbineUserGroupRole in the database.
|
boolean |
BaseTurbineUserGroupRole.valueEquals(TurbineUserGroupRole toCompare)
Compares the content of this object to another object
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.criteria.Criteria |
BaseTurbineUserGroupRolePeerImpl.buildPkCriteria(Collection<TurbineUserGroupRole> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineUserGroupRolePeer.buildPkCriteria(Collection<TurbineUserGroupRole> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
int |
BaseTurbineUserGroupRolePeerImpl.doDelete(Collection<TurbineUserGroupRole> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTurbineUserGroupRolePeer.doDelete(Collection<TurbineUserGroupRole> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
int |
BaseTurbineUserGroupRolePeerImpl.doDelete(Collection<TurbineUserGroupRole> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTurbineUserGroupRolePeer.doDelete(Collection<TurbineUserGroupRole> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
void |
BaseTurbineGroupPeerImpl.setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTurbineGroupPeer.setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
void |
BaseTurbineGroupPeerImpl.setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineGroupPeer.setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineRolePeerImpl.setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTurbineRolePeer.setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
void |
BaseTurbineRolePeerImpl.setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineRolePeer.setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineUserPeerImpl.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTurbineUserPeer.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave)
Saves the passed collection as linked objects.
|
void |
BaseTurbineUserPeerImpl.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineUserPeer.setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo,
Collection<TurbineUserGroupRole> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
Constructor and Description |
---|
BaseTurbineUserGroupRolePeerImpl(org.apache.torque.om.mapper.RecordMapper<TurbineUserGroupRole> recordMapper,
org.apache.torque.map.TableMap tableMap,
String databaseName)
Constructor providing the objects to be injected as parameters.
|
Modifier and Type | Method and Description |
---|---|
protected List<TurbineUserGroupRole> |
DefaultAbstractTurbineRole.getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria,
Connection con)
Forward reference to generated code
Get a list of association objects, pre-populated with their TurbineGroup
objects.
|
protected List<TurbineUserGroupRole> |
DefaultAbstractTurbineUser.getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection con)
Forward reference to generated code
Get a list of association objects, pre-populated with their TurbineRole
objects.
|
protected List<TurbineUserGroupRole> |
DefaultAbstractTurbineGroup.getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection con)
Forward reference to generated code
Get a list of association objects, pre-populated with their TurbineRole
objects.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.