Uses of Class
org.apache.turbine.services.schedule.JobEntryTorque
-
Packages that use JobEntryTorque Package Description org.apache.turbine.services.schedule The scheduler service can run tasks in the background. -
-
Uses of JobEntryTorque in org.apache.turbine.services.schedule
Methods in org.apache.turbine.services.schedule that return JobEntryTorque Modifier and Type Method Description JobEntryTorqueBaseJobEntryTorque. copy()Makes a copy of this object.JobEntryTorqueBaseJobEntryTorque. copy(boolean deepcopy)Makes a copy of this object.JobEntryTorqueBaseJobEntryTorque. copy(boolean deepcopy, Connection con)Makes a copy of this object using connection.JobEntryTorqueBaseJobEntryTorque. copy(Connection con)Makes a copy of this object using a connection.JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj)Fills the copyObj with the contents of this object.protected JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj, boolean deepcopy)Fills the copyObj with the contents of this object.JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj, boolean deepcopy, Connection con)Fills the copyObj with the contents of this object using connection.JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj, Connection con)Fills the copyObj with the contents of this object using connection.static JobEntryTorqueBaseJobEntryTorquePeer. doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)Selects at most one JobEntryTorque object from a database.static JobEntryTorqueBaseJobEntryTorquePeer. doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria, Connection connection)Selects at most one JobEntryTorque object from a database within a transaction.static JobEntryTorqueBaseJobEntryTorquePeer. doSelectSingleRecord(JobEntryTorque obj)Selects at most one JobEntryTorque object from the database which has the same content as the passed object.static JobEntryTorqueBaseJobEntryTorquePeer. getDbObjectInstance()Returns a new instance of the Data object classJobEntryTorqueBaseJobEntryTorquePeerImpl. getDbObjectInstance()Returns a new instance of the Data object classJobEntryTorqueBaseJobEntryTorqueRecordMapper. processRow(ResultSet resultSet, int offset, org.apache.torque.criteria.Criteria criteria)Constructs the object from the current row in the resultSet.static JobEntryTorqueBaseJobEntryTorquePeer. retrieveByPK(int pk)Retrieve a single object by pkstatic JobEntryTorqueBaseJobEntryTorquePeer. retrieveByPK(int pk, Connection con)Retrieve a single object by pkstatic JobEntryTorqueBaseJobEntryTorquePeer. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk)Retrieve a single object by pkstatic JobEntryTorqueBaseJobEntryTorquePeer. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk, Connection con)Retrieve a single object by pkJobEntryTorqueBaseJobEntryTorquePeerImpl. retrieveByPK(int pk)Retrieve a single object by pkJobEntryTorqueBaseJobEntryTorquePeerImpl. retrieveByPK(int pk, Connection con)Retrieve a single object by pkJobEntryTorqueBaseJobEntryTorquePeerImpl. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk)Retrieve a single object by pkJobEntryTorqueBaseJobEntryTorquePeerImpl. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk, Connection con)Retrieve a single object by pkMethods in org.apache.turbine.services.schedule that return types with arguments of type JobEntryTorque Modifier and Type Method 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.static List<JobEntryTorque>BaseJobEntryTorquePeer. doSelect(JobEntryTorque obj)Selects JobEntryTorque objects from the database which have the same content as the passed object.static Stream<JobEntryTorque>BaseJobEntryTorquePeer. doSelectAsStream(org.apache.torque.criteria.Criteria criteria, Connection connection)Selects JobEntryTorque objects from a database within a transaction.static List<JobEntryTorque>BaseJobEntryTorquePeer. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks)Retrieve a multiple objects by pk.static List<JobEntryTorque>BaseJobEntryTorquePeer. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection con)Retrieve multiple objects by pk.List<JobEntryTorque>BaseJobEntryTorquePeerImpl. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks)Retrieve multiple objects by pk.List<JobEntryTorque>BaseJobEntryTorquePeerImpl. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection dbcon)Retrieve multiple objects by pk.static List<JobEntryTorque>BaseJobEntryTorquePeer. retrieveByTypedPKs(Collection<Integer> pks)Retrieve multiple objects by pk.static List<JobEntryTorque>BaseJobEntryTorquePeer. retrieveByTypedPKs(Collection<Integer> pks, Connection dbcon)Retrieve multiple objects by pk.List<JobEntryTorque>BaseJobEntryTorquePeerImpl. retrieveByTypedPKs(Collection<Integer> pks)Retrieve multiple objects by pk.List<JobEntryTorque>BaseJobEntryTorquePeerImpl. retrieveByTypedPKs(Collection<Integer> pks, Connection dbcon)Retrieve multiple objects by pk.Methods in org.apache.turbine.services.schedule with parameters of type JobEntryTorque Modifier and Type Method Description static org.apache.torque.util.ColumnValuesBaseJobEntryTorquePeer. buildColumnValues(JobEntryTorque jobEntryTorque)Returns the contents of the object as ColumnValues objectorg.apache.torque.util.ColumnValuesBaseJobEntryTorquePeerImpl. buildColumnValues(JobEntryTorque jobEntryTorque)Returns the contents of the object as ColumnValues object.static org.apache.torque.criteria.CriteriaBaseJobEntryTorquePeer. buildCriteria(JobEntryTorque obj)Build a Criteria object from the data object for this peer.org.apache.torque.criteria.CriteriaBaseJobEntryTorquePeerImpl. buildCriteria(JobEntryTorque obj)Build a Criteria object from the data object for this peer.static org.apache.torque.criteria.CriteriaBaseJobEntryTorquePeer. buildSelectCriteria(JobEntryTorque obj)Build a Criteria object from the data object for this peer, skipping all binary columns.org.apache.torque.criteria.CriteriaBaseJobEntryTorquePeerImpl. buildSelectCriteria(JobEntryTorque obj)Build a Criteria object from the data object for this peer, skipping all binary columns.JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj)Fills the copyObj with the contents of this object.protected JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj, boolean deepcopy)Fills the copyObj with the contents of this object.JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj, boolean deepcopy, Connection con)Fills the copyObj with the contents of this object using connection.JobEntryTorqueBaseJobEntryTorque. copyInto(JobEntryTorque copyObj, Connection con)Fills the copyObj with the contents of this object using connection.static intBaseJobEntryTorquePeer. doDelete(JobEntryTorque obj)Deletes a data object, i.e.static intBaseJobEntryTorquePeer. doDelete(JobEntryTorque obj, Connection con)Deletes a data object, i.e.intBaseJobEntryTorquePeerImpl. doDelete(JobEntryTorque obj)Deletes a data object, i.e.intBaseJobEntryTorquePeerImpl. doDelete(JobEntryTorque obj, Connection con)Deletes a data object, i.e.static voidBaseJobEntryTorquePeer. doInsert(JobEntryTorque obj)Method to do insertsstatic voidBaseJobEntryTorquePeer. doInsert(JobEntryTorque obj, Connection con)Method to do inserts.static List<JobEntryTorque>BaseJobEntryTorquePeer. doSelect(JobEntryTorque obj)Selects JobEntryTorque objects from the database which have the same content as the passed object.static JobEntryTorqueBaseJobEntryTorquePeer. doSelectSingleRecord(JobEntryTorque obj)Selects at most one JobEntryTorque object from the database which has the same content as the passed object.static intBaseJobEntryTorquePeer. doUpdate(JobEntryTorque obj)Updates an JobEntryTorque in the database.static intBaseJobEntryTorquePeer. doUpdate(JobEntryTorque obj, Connection con)Updates a JobEntryTorque in the database.booleanBaseJobEntryTorque. valueEquals(JobEntryTorque toCompare)Compares the content of this object to another objectMethod parameters in org.apache.turbine.services.schedule with type arguments of type JobEntryTorque Modifier and Type Method Description static org.apache.torque.criteria.CriteriaBaseJobEntryTorquePeer. buildPkCriteria(Collection<JobEntryTorque> objects)Build a Criteria object which selects all passed objects using their primary key.org.apache.torque.criteria.CriteriaBaseJobEntryTorquePeerImpl. buildPkCriteria(Collection<JobEntryTorque> objects)Build a Criteria object which selects all passed objects using their primary key.static intBaseJobEntryTorquePeer. doDelete(Collection<JobEntryTorque> objects)Deletes data objects, i.e.static intBaseJobEntryTorquePeer. doDelete(Collection<JobEntryTorque> objects, Connection con)Deletes data objects, i.e.intBaseJobEntryTorquePeerImpl. doDelete(Collection<JobEntryTorque> objects)Deletes data objects, i.e.intBaseJobEntryTorquePeerImpl. doDelete(Collection<JobEntryTorque> objects, Connection con)Deletes data objects, i.e.Constructor parameters in org.apache.turbine.services.schedule with type arguments of type JobEntryTorque Constructor 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.
-