Package tilda.data
Class DateLimitDim_Data
- java.lang.Object
-
- tilda.data._Tilda.TILDA__DATELIMITDIM
-
- tilda.data.DateLimitDim_Data
-
- All Implemented Interfaces:
CSVable
,JSONable
,ReaderObject
,WriterObject
public class DateLimitDim_Data extends TILDA__DATELIMITDIM
This is the application class Data_DateLimitDim mapped to the table TILDA.DateLimitDim.- See Also:
TILDA__DATELIMITDIM
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOG
-
Fields inherited from class tilda.data._Tilda.TILDA__DATELIMITDIM
__Saved_invalidDate, FACTORY_CLASS, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description DateLimitDim_Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
afterRead(Connection C)
protected boolean
beforeWrite(Connection C)
boolean
touch(Connection C)
Sets the 'lastUpdated' column to now and causes a Write to occur to update the object in the data store.-
Methods inherited from class tilda.data._Tilda.TILDA__DATELIMITDIM
copy, copyTo, getFirstValidLookupBy, getInvalidDate, getMaxDate, getMinDate, getTimeStampSignature, getWriteQuery, hasChanged, hasChangedInvalidDate, hasChangedMaxDate, hasChangedMinDate, isNewlyCreated, populatePreparedStatement, read, refresh, setInvalidDate, setMaxDate, setMinDate, stateUpdatePostWrite, toCSV, toCSV, toJSON, toJSON, toJSON, toJSON, toString, upsert, validateDeserialization, write
-
-
-
-
Method Detail
-
beforeWrite
protected boolean beforeWrite(Connection C) throws java.lang.Exception
- Specified by:
beforeWrite
in classTILDA__DATELIMITDIM
- Throws:
java.lang.Exception
-
afterRead
protected boolean afterRead(Connection C) throws java.lang.Exception
- Specified by:
afterRead
in classTILDA__DATELIMITDIM
- Throws:
java.lang.Exception
-
touch
public boolean touch(Connection C) throws java.lang.Exception
Description copied from class:TILDA__DATELIMITDIM
Sets the 'lastUpdated' column to now and causes a Write to occur to update the object in the data store.- Specified by:
touch
in interfaceWriterObject
- Specified by:
touch
in classTILDA__DATELIMITDIM
- Throws:
java.lang.Exception
-
-