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