Uses of Class
tilda.data.MaintenanceLog_Data
-
Packages that use MaintenanceLog_Data Package Description tilda.data tilda.data._Tilda -
-
Uses of MaintenanceLog_Data in tilda.data
Methods in tilda.data that return MaintenanceLog_Data Modifier and Type Method Description static MaintenanceLog_DataMaintenanceLog_Factory. create(Connection C, java.lang.String type, java.lang.String schemaLabel, java.lang.String objectName, java.time.ZonedDateTime startZDT, java.time.ZonedDateTime endZDT, java.lang.String action, java.lang.String objectType, java.lang.String statement, java.lang.String descr) -
Uses of MaintenanceLog_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return MaintenanceLog_Data Modifier and Type Method Description MaintenanceLog_DataTILDA__MAINTENANCELOG. copy()static MaintenanceLog_DataTILDA__MAINTENANCELOG_Factory. create(java.lang.String type, java.lang.String schemaName, java.time.ZonedDateTime startTime)Creates a new object in memory, which you can subsequently#write()to the data store.static MaintenanceLog_DataTILDA__MAINTENANCELOG_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 MaintenanceLog_DataTILDA__MAINTENANCELOG_Factory. lookupByPrimaryKey(long refnum)Lookup one record by the primary key: refnum.Methods in tilda.data._Tilda that return types with arguments of type MaintenanceLog_Data Modifier and Type Method Description static ListResults<MaintenanceLog_Data>TILDA__MAINTENANCELOG_Factory. lookupWhereAll(Connection C, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: refnum ascstatic ListResults<MaintenanceLog_Data>TILDA__MAINTENANCELOG_Factory. lookupWhereSchemaObjectStart(Connection C, java.lang.String schemaName, java.lang.String objectName, int __start__, int __size__)Lookup records by the index 'SchemaObjectStart' over schemaName, objectName.
The results are ordered by: startTime descstatic ListResults<MaintenanceLog_Data>TILDA__MAINTENANCELOG_Factory. lookupWhereTypeStart(Connection C, java.lang.String type, int __start__, int __size__)Lookup records by the index 'TypeStart' over type.
The results are ordered by: startTime descprotected static ListResults<MaintenanceLog_Data>TILDA__MAINTENANCELOG_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)static ListResults<MaintenanceLog_Data>TILDA__MAINTENANCELOG_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)Methods in tilda.data._Tilda with parameters of type MaintenanceLog_Data Modifier and Type Method Description static voidTILDA__MAINTENANCELOG_Factory. toCSV(java.io.Writer out, MaintenanceLog_Data obj)static voidTILDA__MAINTENANCELOG_Factory. toJSON(java.io.Writer out, MaintenanceLog_Data obj, boolean fullObject)static voidTILDA__MAINTENANCELOG_Factory. toJSON(java.io.Writer out, MaintenanceLog_Data obj, java.lang.String lead, boolean fullObject)static voidTILDA__MAINTENANCELOG_Factory. toJSON(java.io.Writer outWriter, MaintenanceLog_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)Method parameters in tilda.data._Tilda with type arguments of type MaintenanceLog_Data Modifier and Type Method Description static voidTILDA__MAINTENANCELOG_Factory. lookupWhereAll(Connection C, ObjectProcessor<MaintenanceLog_Data> OP, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: refnum ascstatic voidTILDA__MAINTENANCELOG_Factory. lookupWhereSchemaObjectStart(Connection C, ObjectProcessor<MaintenanceLog_Data> OP, java.lang.String schemaName, java.lang.String objectName, int __start__, int __size__)Lookup records by the index 'SchemaObjectStart' over schemaName, objectName.
The results are ordered by: startTime descstatic voidTILDA__MAINTENANCELOG_Factory. lookupWhereTypeStart(Connection C, ObjectProcessor<MaintenanceLog_Data> OP, java.lang.String type, int __start__, int __size__)Lookup records by the index 'TypeStart' over type.
The results are ordered by: startTime descstatic voidTILDA__MAINTENANCELOG_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<MaintenanceLog_Data> OP, int start, int size)static voidTILDA__MAINTENANCELOG_Factory. toCSV(java.io.Writer out, java.util.List<MaintenanceLog_Data> L, boolean includeHeader)static voidTILDA__MAINTENANCELOG_Factory. toJSON(java.io.Writer out, java.util.List<MaintenanceLog_Data> L, java.lang.String lead, boolean fullList)static intTILDA__MAINTENANCELOG_Factory. writeBatch(Connection C, java.util.List<MaintenanceLog_Data> L, int batchSize, int commitSize)
-