Package | Description |
---|---|
org.apache.turbine.services.schedule |
The scheduler service can run tasks in the background.
|
Modifier and Type | Method and Description |
---|---|
JobEntryTorque |
BaseJobEntryTorque.copy()
Makes a copy of this object.
|
JobEntryTorque |
BaseJobEntryTorque.copy(boolean deepcopy)
Makes a copy of this object.
|
JobEntryTorque |
BaseJobEntryTorque.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection.
|
JobEntryTorque |
BaseJobEntryTorque.copy(Connection con)
Makes a copy of this object using a connection.
|
JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj)
Fills the copyObj with the contents of this object.
|
protected JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
static JobEntryTorque |
BaseJobEntryTorquePeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)
Selects at most one JobEntryTorque object from a database.
|
static JobEntryTorque |
BaseJobEntryTorquePeer.doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects at most one JobEntryTorque object from a database
within a transaction.
|
JobEntryTorque |
BaseJobEntryTorquePeerImpl.doSelectSingleRecord(JobEntryTorque obj)
Selects at most one JobEntryTorque object from the database
which has the same content as the passed object.
|
static JobEntryTorque |
BaseJobEntryTorquePeer.doSelectSingleRecord(JobEntryTorque obj)
Selects at most one JobEntryTorque object from the database
which has the same content as the passed object.
|
JobEntryTorque |
BaseJobEntryTorquePeerImpl.getDbObjectInstance()
Returns a new instance of the Data object class
|
static JobEntryTorque |
BaseJobEntryTorquePeer.getDbObjectInstance()
Returns a new instance of the Data object class
|
JobEntryTorque |
BaseJobEntryTorqueRecordMapper.processRow(ResultSet resultSet,
int offset,
org.apache.torque.criteria.CriteriaInterface<?> criteria)
Constructs the object from the current row in the resultSet.
|
JobEntryTorque |
BaseJobEntryTorquePeerImpl.retrieveByPK(int pk)
Retrieve a single object by pk
|
static JobEntryTorque |
BaseJobEntryTorquePeer.retrieveByPK(int pk)
Retrieve a single object by pk
|
JobEntryTorque |
BaseJobEntryTorquePeerImpl.retrieveByPK(int pk,
Connection con)
Retrieve a single object by pk
|
static JobEntryTorque |
BaseJobEntryTorquePeer.retrieveByPK(int pk,
Connection con)
Retrieve a single object by pk
|
JobEntryTorque |
BaseJobEntryTorquePeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
static JobEntryTorque |
BaseJobEntryTorquePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk
|
JobEntryTorque |
BaseJobEntryTorquePeerImpl.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
static JobEntryTorque |
BaseJobEntryTorquePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk
|
Modifier and Type | Method and Description |
---|---|
static List<JobEntryTorque> |
BaseJobEntryTorquePeer.doSelect(org.apache.torque.criteria.Criteria criteria)
Selects JobEntryTorque objects from a database.
|
static List<JobEntryTorque> |
BaseJobEntryTorquePeer.doSelect(org.apache.torque.criteria.Criteria criteria,
Connection connection)
Selects JobEntryTorque objects from a database
within a transaction.
|
List<JobEntryTorque> |
BaseJobEntryTorquePeerImpl.doSelect(JobEntryTorque obj)
Selects JobEntryTorque objects from the database which have
the same content as the passed object.
|
static List<JobEntryTorque> |
BaseJobEntryTorquePeer.doSelect(JobEntryTorque obj)
Selects JobEntryTorque objects from the database which have
the same content as the passed object.
|
List<JobEntryTorque> |
BaseJobEntryTorquePeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
static List<JobEntryTorque> |
BaseJobEntryTorquePeer.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk
|
List<JobEntryTorque> |
BaseJobEntryTorquePeerImpl.retrieveByPKs(Collection<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve multiple objects by pk
|
static List<JobEntryTorque> |
BaseJobEntryTorquePeer.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 |
BaseJobEntryTorquePeerImpl.buildColumnValues(JobEntryTorque jobEntryTorque)
Returns the contents of the object as ColumnValues object.
|
static org.apache.torque.util.ColumnValues |
BaseJobEntryTorquePeer.buildColumnValues(JobEntryTorque jobEntryTorque)
Returns the contents of the object as ColumnValues object
|
org.apache.torque.criteria.Criteria |
BaseJobEntryTorquePeerImpl.buildCriteria(JobEntryTorque obj)
Build a Criteria object from the data object for this peer.
|
static org.apache.torque.criteria.Criteria |
BaseJobEntryTorquePeer.buildCriteria(JobEntryTorque obj)
Build a Criteria object from the data object for this peer.
|
org.apache.torque.criteria.Criteria |
BaseJobEntryTorquePeerImpl.buildSelectCriteria(JobEntryTorque obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
static org.apache.torque.criteria.Criteria |
BaseJobEntryTorquePeer.buildSelectCriteria(JobEntryTorque obj)
Build a Criteria object from the data object for this peer,
skipping all binary columns.
|
JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj)
Fills the copyObj with the contents of this object.
|
protected JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object.
|
JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
JobEntryTorque |
BaseJobEntryTorque.copyInto(JobEntryTorque copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection.
|
int |
BaseJobEntryTorquePeerImpl.doDelete(JobEntryTorque obj)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseJobEntryTorquePeer.doDelete(JobEntryTorque obj)
Deletes a data object, i.e. a row in a table, in the database.
|
int |
BaseJobEntryTorquePeerImpl.doDelete(JobEntryTorque obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
static int |
BaseJobEntryTorquePeer.doDelete(JobEntryTorque obj,
Connection con)
Deletes a data object, i.e. a row in a table, in the database.
|
void |
BaseJobEntryTorquePeerImpl.doInsert(JobEntryTorque obj)
Method to do inserts
|
static void |
BaseJobEntryTorquePeer.doInsert(JobEntryTorque obj)
Method to do inserts
|
void |
BaseJobEntryTorquePeerImpl.doInsert(JobEntryTorque obj,
Connection con)
Method to do inserts.
|
static void |
BaseJobEntryTorquePeer.doInsert(JobEntryTorque obj,
Connection con)
Method to do inserts.
|
List<JobEntryTorque> |
BaseJobEntryTorquePeerImpl.doSelect(JobEntryTorque obj)
Selects JobEntryTorque objects from the database which have
the same content as the passed object.
|
static List<JobEntryTorque> |
BaseJobEntryTorquePeer.doSelect(JobEntryTorque obj)
Selects JobEntryTorque objects from the database which have
the same content as the passed object.
|
JobEntryTorque |
BaseJobEntryTorquePeerImpl.doSelectSingleRecord(JobEntryTorque obj)
Selects at most one JobEntryTorque object from the database
which has the same content as the passed object.
|
static JobEntryTorque |
BaseJobEntryTorquePeer.doSelectSingleRecord(JobEntryTorque obj)
Selects at most one JobEntryTorque object from the database
which has the same content as the passed object.
|
int |
BaseJobEntryTorquePeerImpl.doUpdate(JobEntryTorque obj)
Updates an JobEntryTorque in the database.
|
static int |
BaseJobEntryTorquePeer.doUpdate(JobEntryTorque obj)
Updates an JobEntryTorque in the database.
|
int |
BaseJobEntryTorquePeerImpl.doUpdate(JobEntryTorque obj,
Connection con)
Updates a JobEntryTorque in the database.
|
static int |
BaseJobEntryTorquePeer.doUpdate(JobEntryTorque obj,
Connection con)
Updates a JobEntryTorque in the database.
|
boolean |
BaseJobEntryTorque.valueEquals(JobEntryTorque toCompare)
Compares the content of this object to another object
|
Modifier and Type | Method and Description |
---|---|
org.apache.torque.criteria.Criteria |
BaseJobEntryTorquePeerImpl.buildPkCriteria(Collection<JobEntryTorque> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
static org.apache.torque.criteria.Criteria |
BaseJobEntryTorquePeer.buildPkCriteria(Collection<JobEntryTorque> objects)
Build a Criteria object which selects all passed objects using their
primary key.
|
int |
BaseJobEntryTorquePeerImpl.doDelete(Collection<JobEntryTorque> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseJobEntryTorquePeer.doDelete(Collection<JobEntryTorque> objects)
Deletes data objects, i.e. rows in a table, in the database.
|
int |
BaseJobEntryTorquePeerImpl.doDelete(Collection<JobEntryTorque> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
static int |
BaseJobEntryTorquePeer.doDelete(Collection<JobEntryTorque> objects,
Connection con)
Deletes data objects, i.e. rows in a table, in the database.
|
Constructor and Description |
---|
BaseJobEntryTorquePeerImpl(org.apache.torque.om.mapper.RecordMapper<JobEntryTorque> recordMapper,
org.apache.torque.map.TableMap tableMap,
String databaseName)
Constructor providing the objects to be injected as parameters.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.