Uses of Class
tilda.data.TransPerf_Data
-
Packages that use TransPerf_Data Package Description tilda.data._Tilda -
-
Uses of TransPerf_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return TransPerf_Data Modifier and Type Method Description TransPerf_DataTILDA__TRANSPERF. copy()static TransPerf_DataTILDA__TRANSPERF_Factory. create(java.time.ZonedDateTime startPeriod, java.time.ZonedDateTime endPeriod)Creates a new object in memory, which you can subsequently#write()to the data store.static TransPerf_DataTILDA__TRANSPERF_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 TransPerf_DataTILDA__TRANSPERF_Factory. lookupByPrimaryKey(java.time.ZonedDateTime startPeriod)Lookup one record by the primary key: startPeriod.Methods in tilda.data._Tilda that return types with arguments of type TransPerf_Data Modifier and Type Method Description static ListResults<TransPerf_Data>TILDA__TRANSPERF_Factory. lookupWhereAll(Connection C, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: startPeriod ascprotected static ListResults<TransPerf_Data>TILDA__TRANSPERF_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)static ListResults<TransPerf_Data>TILDA__TRANSPERF_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)Methods in tilda.data._Tilda with parameters of type TransPerf_Data Modifier and Type Method Description static voidTILDA__TRANSPERF_Factory. toCSV(java.io.Writer out, TransPerf_Data obj)static voidTILDA__TRANSPERF_Factory. toJSON(java.io.Writer out, TransPerf_Data obj, boolean fullObject)static voidTILDA__TRANSPERF_Factory. toJSON(java.io.Writer out, TransPerf_Data obj, java.lang.String lead, boolean fullObject)static voidTILDA__TRANSPERF_Factory. toJSON(java.io.Writer outWriter, TransPerf_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)Method parameters in tilda.data._Tilda with type arguments of type TransPerf_Data Modifier and Type Method Description static voidTILDA__TRANSPERF_Factory. lookupWhereAll(Connection C, ObjectProcessor<TransPerf_Data> OP, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: startPeriod ascstatic voidTILDA__TRANSPERF_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<TransPerf_Data> OP, int start, int size)static voidTILDA__TRANSPERF_Factory. toCSV(java.io.Writer out, java.util.List<TransPerf_Data> L, boolean includeHeader)static voidTILDA__TRANSPERF_Factory. toJSON(java.io.Writer out, java.util.List<TransPerf_Data> L, java.lang.String lead, boolean fullList)static intTILDA__TRANSPERF_Factory. writeBatch(Connection C, java.util.List<TransPerf_Data> L, int batchSize, int commitSize)
-