Package | Description |
---|---|
org.apache.fulcrum.security.torque.om |
Modifier and Type | Method and Description |
---|---|
TurbineRole |
BaseTurbineRole.copy()
Makes a copy of this object.
|
TurbineRole |
BaseTurbineRole.copy(boolean deepcopy)
Makes a copy of this object.
|
TurbineRole |
BaseTurbineRole.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection.
|
TurbineRole |
BaseTurbineRole.copy(Connection con)
Makes a copy of this object using a connection.
|
TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj)
Fills the copyObj with the contents of this object.
|
protected TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
static TurbineRole |
BaseTurbineRolePeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)
Selects at most one TurbineRole object from a database.
|
static TurbineRole |
BaseTurbineRolePeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects at most one TurbineRole object from a database
within a transaction.
|
TurbineRole |
BaseTurbineRolePeerImpl.doSelectSingleRecord(TurbineRole obj)
Selects at most one TurbineRole object from the database
which has the same content as the passed object.
|
static TurbineRole |
BaseTurbineRolePeer.doSelectSingleRecord(TurbineRole obj)
Selects at most one TurbineRole object from the database
which has the same content as the passed object.
|
TurbineRole |
BaseTurbineRolePeerImpl.getDbObjectInstance()
Returns a new instance of the Data object class
|
static TurbineRole |
BaseTurbineRolePeer.getDbObjectInstance()
Returns a new instance of the Data object class
|
TurbineRole |
BaseTurbineUserGroupRole.getTurbineRole()
Returns the associated TurbineRole object.
|
TurbineRole |
BaseTurbineRolePermission.getTurbineRole()
Returns the associated TurbineRole object.
|
TurbineRole |
BaseTurbineUserGroupRole.getTurbineRole(Connection connection)
Return the associated TurbineRole object
If it was not retrieved before, the object is retrieved from
the database using the passed connection
|
TurbineRole |
BaseTurbineRolePermission.getTurbineRole(Connection connection)
Return the associated TurbineRole object
If it was not retrieved before, the object is retrieved from
the database using the passed connection
|
TurbineRole |
BaseTurbineRoleRecordMapper.processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
TurbineRole |
BaseTurbineRolePeerImpl.retrieveByPK(Integer pk)
Retrieve a single object by pk
|
static TurbineRole |
BaseTurbineRolePeer.retrieveByPK(Integer pk)
Retrieve a single object by pk
|
TurbineRole |
BaseTurbineRolePeerImpl.retrieveByPK(Integer pk,
Connection con)
Retrieve a single object by pk
|
static TurbineRole |
BaseTurbineRolePeer.retrieveByPK(Integer pk,
Connection con)
Retrieve a single object by pk
|
TurbineRole |
BaseTurbineRolePeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
static TurbineRole |
BaseTurbineRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
TurbineRole |
BaseTurbineRolePeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
static TurbineRole |
BaseTurbineRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
Modifier and Type | Method and Description |
---|---|
static List<TurbineRole> |
BaseTurbineRolePeer.doSelect(org.apache.torque.criteria.Criteria criteria)
Selects TurbineRole objects from a database.
|
static List<TurbineRole> |
BaseTurbineRolePeer.doSelect(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects TurbineRole objects from a database
within a transaction.
|
List<TurbineRole> |
BaseTurbineRolePeerImpl.doSelect(TurbineRole obj)
Selects TurbineRole objects from the database which have
the same content as the passed object.
|
static List<TurbineRole> |
BaseTurbineRolePeer.doSelect(TurbineRole obj)
Selects TurbineRole objects from the database which have
the same content as the passed object.
|
List<TurbineRole> |
BaseTurbineRolePeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
static List<TurbineRole> |
BaseTurbineRolePeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
List<TurbineRole> |
BaseTurbineRolePeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve multiple objects by pk
|
static List<TurbineRole> |
BaseTurbineRolePeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection con)
Retrieve multiple objects by pk
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.util.ColumnValues |
BaseTurbineRolePeerImpl.buildColumnValues(TurbineRole turbineRole)
Returns the contents of the object as ColumnValues object.
|
static org.apache.torque.util.ColumnValues |
BaseTurbineRolePeer.buildColumnValues(TurbineRole turbineRole)
Returns the contents of the object as ColumnValues object
|
org.apache.torque.criteria.Criteria |
BaseTurbineRolePeerImpl.buildCriteria(TurbineRole obj)
Build a Criteria object from the data object for this peer.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineRolePeer.buildCriteria(TurbineRole obj)
Build a Criteria object from the data object for this peer.
|
org.apache.torque.criteria.Criteria |
BaseTurbineRolePeerImpl.buildSelectCriteria(TurbineRole obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineRolePeer.buildSelectCriteria(TurbineRole obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj)
Fills the copyObj with the contents of this object.
|
protected TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
int |
BaseTurbineRolePeerImpl.doDelete(TurbineRole obj)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTurbineRolePeer.doDelete(TurbineRole obj)
Deletes a data object, i.e. a row in a table, in the database.
|
int |
BaseTurbineRolePeerImpl.doDelete(TurbineRole obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseTurbineRolePeer.doDelete(TurbineRole obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
void |
BaseTurbineRolePeerImpl.doInsert(TurbineRole obj)
Method to do inserts
|
static void |
BaseTurbineRolePeer.doInsert(TurbineRole obj)
Method to do inserts
|
void |
BaseTurbineRolePeerImpl.doInsert(TurbineRole obj,
Connection con)
Method to do inserts.
|
static void |
BaseTurbineRolePeer.doInsert(TurbineRole obj,
Connection con)
Method to do inserts.
|
List<TurbineRole> |
BaseTurbineRolePeerImpl.doSelect(TurbineRole obj)
Selects TurbineRole objects from the database which have
the same content as the passed object.
|
static List<TurbineRole> |
BaseTurbineRolePeer.doSelect(TurbineRole obj)
Selects TurbineRole objects from the database which have
the same content as the passed object.
|
TurbineRole |
BaseTurbineRolePeerImpl.doSelectSingleRecord(TurbineRole obj)
Selects at most one TurbineRole object from the database
which has the same content as the passed object.
|
static TurbineRole |
BaseTurbineRolePeer.doSelectSingleRecord(TurbineRole obj)
Selects at most one TurbineRole object from the database
which has the same content as the passed object.
|
int |
BaseTurbineRolePeerImpl.doUpdate(TurbineRole obj)
Updates an TurbineRole in the database.
|
static int |
BaseTurbineRolePeer.doUpdate(TurbineRole obj)
Updates an TurbineRole in the database.
|
int |
BaseTurbineRolePeerImpl.doUpdate(TurbineRole obj,
Connection con)
Updates a TurbineRole in the database.
|
static int |
BaseTurbineRolePeer.doUpdate(TurbineRole obj,
Connection con)
Updates a TurbineRole in the database.
|
void |
BaseTurbineRolePeerImpl.setAndSaveTurbineRolePermissions(TurbineRole toLinkTo,
Collection<TurbineRolePermission> toSave)
Saves the passed collection as linked objects.
|
static void |
BaseTurbineRolePeer.setAndSaveTurbineRolePermissions(TurbineRole toLinkTo,
Collection<TurbineRolePermission> toSave)
Saves the passed collection as linked objects.
|
void |
BaseTurbineRolePeerImpl.setAndSaveTurbineRolePermissions(TurbineRole toLinkTo,
Collection<TurbineRolePermission> toSave,
Connection connection)
Saves the passed collection as linked objects.
|
void |
BaseTurbineRolePeer.setAndSaveTurbineRolePermissions(TurbineRole toLinkTo,
Collection<TurbineRolePermission> 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 |
BaseTurbineUserGroupRole.setTurbineRole(TurbineRole v)
Declares an association between this object and a TurbineRole object
|
void |
BaseTurbineRolePermission.setTurbineRole(TurbineRole v)
Declares an association between this object and a TurbineRole object
|
boolean |
BaseTurbineRole.valueEquals(TurbineRole toCompare)
Compares the content of this object to another object
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.criteria.Criteria |
BaseTurbineRolePeerImpl.buildPkCriteria(Collection<TurbineRole> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
static org.apache.torque.criteria.Criteria |
BaseTurbineRolePeer.buildPkCriteria(Collection<TurbineRole> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
int |
BaseTurbineRolePeerImpl.doDelete(Collection<TurbineRole> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTurbineRolePeer.doDelete(Collection<TurbineRole> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
int |
BaseTurbineRolePeerImpl.doDelete(Collection<TurbineRole> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseTurbineRolePeer.doDelete(Collection<TurbineRole> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
Constructor and Description |
---|
BaseTurbineRolePeerImpl(org.apache.torque.om.mapper.RecordMapper<TurbineRole> 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.