Uses of Class
tilda.data.JobPartMessage_Data
-
Packages that use JobPartMessage_Data Package Description tilda.data._Tilda -
-
Uses of JobPartMessage_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return JobPartMessage_Data Modifier and Type Method Description JobPartMessage_DataTILDA__JOBPARTMESSAGE. copy()static JobPartMessage_DataTILDA__JOBPARTMESSAGE_Factory. create(long jobRefnum, boolean notify, java.lang.String msg)Creates a new object in memory, which you can subsequently#write()to the data store.static JobPartMessage_DataTILDA__JOBPARTMESSAGE_Factory. init(java.util.Map<java.lang.String,java.lang.String[]> Values, java.util.List<StringStringPair> Errors)The generic init method is typically run when there is a general data structure of data available, for example, a CSV data file read in memory, or run from a servlet using a Mapobject obtained from an ServletRequest object. static JobPartMessage_DataTILDA__JOBPARTMESSAGE_Factory. lookupByPrimaryKey(long refnum)Lookup one record by the primary key: refnum.Methods in tilda.data._Tilda that return types with arguments of type JobPartMessage_Data Modifier and Type Method Description static ListResults<JobPartMessage_Data>TILDA__JOBPARTMESSAGE_Factory. lookupWhereAll(Connection C, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: refnum ascstatic ListResults<JobPartMessage_Data>TILDA__JOBPARTMESSAGE_Factory. lookupWhereJob(Connection C, long jobRefnum, int __start__, int __size__)Lookup records by the index 'Job' over jobRefnum.
The results are ordered by: created descstatic ListResults<JobPartMessage_Data>TILDA__JOBPARTMESSAGE_Factory. lookupWhereJobPart(Connection C, long jobPartRefnum, int __start__, int __size__)Lookup records by the index 'JobPart' over jobPartRefnum.
The results are ordered by: created descprotected static ListResults<JobPartMessage_Data>TILDA__JOBPARTMESSAGE_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)static ListResults<JobPartMessage_Data>TILDA__JOBPARTMESSAGE_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)Methods in tilda.data._Tilda with parameters of type JobPartMessage_Data Modifier and Type Method Description static voidTILDA__JOBPARTMESSAGE_Factory. toCSV(java.io.Writer out, JobPartMessage_Data obj)static voidTILDA__JOBPARTMESSAGE_Factory. toJSON(java.io.Writer out, JobPartMessage_Data obj, boolean fullObject)static voidTILDA__JOBPARTMESSAGE_Factory. toJSON(java.io.Writer out, JobPartMessage_Data obj, java.lang.String lead, boolean fullObject)static voidTILDA__JOBPARTMESSAGE_Factory. toJSON(java.io.Writer outWriter, JobPartMessage_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)Method parameters in tilda.data._Tilda with type arguments of type JobPartMessage_Data Modifier and Type Method Description static voidTILDA__JOBPARTMESSAGE_Factory. lookupWhereAll(Connection C, ObjectProcessor<JobPartMessage_Data> OP, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: refnum ascstatic voidTILDA__JOBPARTMESSAGE_Factory. lookupWhereJob(Connection C, ObjectProcessor<JobPartMessage_Data> OP, long jobRefnum, int __start__, int __size__)Lookup records by the index 'Job' over jobRefnum.
The results are ordered by: created descstatic voidTILDA__JOBPARTMESSAGE_Factory. lookupWhereJobPart(Connection C, ObjectProcessor<JobPartMessage_Data> OP, long jobPartRefnum, int __start__, int __size__)Lookup records by the index 'JobPart' over jobPartRefnum.
The results are ordered by: created descstatic voidTILDA__JOBPARTMESSAGE_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<JobPartMessage_Data> OP, int start, int size)static voidTILDA__JOBPARTMESSAGE_Factory. toCSV(java.io.Writer out, java.util.List<JobPartMessage_Data> L, boolean includeHeader)static voidTILDA__JOBPARTMESSAGE_Factory. toJSON(java.io.Writer out, java.util.List<JobPartMessage_Data> L, java.lang.String lead, boolean fullList)static intTILDA__JOBPARTMESSAGE_Factory. writeBatch(Connection C, java.util.List<JobPartMessage_Data> L, int batchSize, int commitSize)
-