Package tilda.data
Class JobView_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__JOBVIEW
-
- tilda.data.JobView_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,ReaderObject
public class JobView_Data extends TILDA__JOBVIEW
This is the application class Data_JobView mapped to the table TILDA.JobView.- See Also:
TILDA__JOBVIEW
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__JOBVIEW
FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description JobView_Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
afterRead(Connection C)
-
Methods inherited from class tilda.data._Tilda.TILDA__JOBVIEW
getJobDataEnd, getJobDataEndTZ, getJobDataStart, getJobDataStartTZ, getJobEnd, getJobEndTZ, getJobMsg, getJobName, getJobPartDataEnd, getJobPartDataEndTZ, getJobPartDataStart, getJobPartDataStartTZ, getJobPartEnd, getJobPartEndTZ, getJobPartMessage, getJobPartName, getJobPartNotify, getJobPartRecordsCount, getJobPartStart, getJobPartStartTZ, getJobPartStatus, getJobPartType, getJobRefnum, getJobStart, getJobStartTZ, getJobStatus, getJobType, getJobUserId, hasChanged, initJobDataEndVal, initJobDataStartVal, initJobEndVal, initJobPartDataEndVal, initJobPartDataStartVal, initJobPartEndVal, initJobPartStartVal, initJobRefnum, initJobStartVal, initJson_JobDataEnd, initJson_JobDataStart, initJson_JobEnd, initJson_JobPartDataEnd, initJson_JobPartDataStart, initJson_JobPartEnd, initJson_JobPartStart, initJson_JobStart, isNewlyCreated, isNullJobDataEnd, isNullJobDataEndTZ, isNullJobDataStart, isNullJobDataStartTZ, isNullJobEnd, isNullJobEndTZ, isNullJobMsg, isNullJobPartDataEnd, isNullJobPartDataEndTZ, isNullJobPartDataStart, isNullJobPartDataStartTZ, isNullJobPartEnd, isNullJobPartEndTZ, isNullJobPartRecordsCount, isNullJobPartStatus, isNullJobPartType, isNullJobStatus, isNullJobType, isNullJobUserId, read, refresh, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString
-
-
-
-
Method Detail
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__JOBVIEW
- Throws:
java.lang.Exception
-
-