public class SYSJOBSCHEDULELOGImpl extends BaseTableimpl implements SYSJOBSCHEDULELOG
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_JOB_CLASS
工作CLASS
|
static java.lang.String |
KEY_JOB_ENDDATETIME
結束時間
|
static java.lang.String |
KEY_JOB_MESSAGE
異常訊息
|
static java.lang.String |
KEY_JOB_SEQNO
唯一序號
|
static java.lang.String |
KEY_JOB_STARTDATETIME
啟動時間
|
static java.lang.String |
KEY_JOB_STATUS
執行結果
|
static java.lang.String[] |
KEY_PRIMARYID |
static java.lang.String |
TABLENAME |
dataisexists, errMesg, KEY_ACTION, KEY_ALLFIELDList, KEY_Parameters, tmpRowdata, VALUE_ACTION, VALUE_ACTION_ADD, VALUE_ACTION_DELETE, VALUE_ACTION_REPLACE, VALUE_ACTION_UPDATE, VALUE_Parameters_使用TABLE介面
Constructor and Description |
---|
SYSJOBSCHEDULELOGImpl() |
SYSJOBSCHEDULELOGImpl(BaseTable therow) |
SYSJOBSCHEDULELOGImpl(MaliContext inContext) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
getinstance(MaliContext inContext) |
java.lang.String |
getJOB_CLASS()
get 工作CLASS
|
java.lang.String |
getJOB_ENDDATETIME()
get 結束時間
|
java.lang.Object |
getJOB_MESSAGE()
get 異常訊息
|
java.lang.String |
getJOB_SEQNO()
get 唯一序號
|
java.lang.String |
getJOB_STARTDATETIME()
get 啟動時間
|
java.lang.String |
getJOB_STATUS()
get 執行結果
|
void |
init() |
boolean |
preDelete()
if preDelete is true then use setDeleteTrigger method, if false then Exception error Message,don't execute delete;
|
boolean |
preInsert()
if preInsert is true then use setInsertTrigger method else if false then Exception error Message, don't execute insert;
|
boolean |
preUpdate()
if preUpdate is true then use setUpateTrriger method , if false then Exception error Message,don't execute update ;
|
void |
setDeleteTrigger()
using delete executed before setDeleteTrigger
|
void |
setInsertTrigger()
using insert executed before setInsertTrigger
|
void |
setJOB_CLASS(java.lang.String fieldvalue)
set 工作CLASS
|
void |
setJOB_ENDDATETIME(java.lang.String fieldvalue)
set 結束時間
|
void |
setJOB_MESSAGE(java.lang.Object fieldvalue)
set 異常訊息
|
void |
setJOB_SEQNO(java.lang.String fieldvalue)
set 唯一序號
|
void |
setJOB_STARTDATETIME(java.lang.String fieldvalue)
set 啟動時間
|
void |
setJOB_STATUS(java.lang.String fieldvalue)
set 執行結果
|
void |
setMaliContext(MaliContext inContext)
set MaliContext
|
void |
setUpdateTrigger()
using update executed before setUpdateTrigger
|
checkSQLAction, ConvertToBaseTable, createObjectByByteArray, delete, execute, execute, fillColumns, generatePrimaryId, getActionmode, getAllFieldList, getBaseTable, getBasetablefield, getCalendarfield, getclsSqlData, getCommitActionMode, getConnDbCom, getCurTablePrimaryKey, getDBColumnType, getDoublefield, getErrMesg, geterrorMesgRowData, getFieldColumnIndex, getFieldValue, getInstance, getIntegerfield, getMaliContext, getObjectfield, getOldData, getPimaryId, getPostexecuteBatchQuery, getPostExecuteTable, getPreExecuteTable, getPrimaryId, getPrimaryKey, getPrimaryKeyValue, getRowData, getROWID, getStringfield, getTableName, getTimestampfield, getUpdateLog, getVectorfield, inputRowData, insert, isDeleteed, isexecuteupdate, isFieldError, isInserted, isPrimaryKey, isSaveed, isStringSpacetoNull, isUpdated, is資料是否存在, modifyoldFieldvalue, postDelete, postInsert, postUpdate, removeField, reset, rollBack, setActionmode, setALLFIELDSList, setConnDbCom, setDataBaseType, setDeleteMode, setErrMesg, setErrorMesg, setFielddata, setFielddata, setInsertDefaultValue, setInsertMode, setPostexecuteBatchQuery, setPostExecuteTable, setPreExecuteTable, setPrimaryId, setPrimaryKey, setReplaceMode, setRowData, setROWID, setStringSpaceToNull, setStringValue, setTableName, setUpdateDefaultValue, setUpdateMode, toString, update, update
getcreateDateTimeKey, getcreateUserIdKey, getcreateUserOrgIdKey, getmodifyDateTimeKey, getmodifyUserIdKey, getmodifyUserOrgIdKey, getPrimaryIdKey, isFieldbyBaseTable, setcreateDateTimeKey, setcreateUserIdKey, setcreateUserOrgIdKey, setFieldbyBaseTable, setmodifyDateTimeKey, setmodifyUserIdKey, setmodifyUserOrgIdkey, setPrimaryIdKey
createObjectByteArray, getHashTableContent, setVectorFielddata
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
checkSQLAction, ConvertToBaseTable, delete, execute, execute, fillColumns, generatePrimaryId, getActionmode, getBaseTable, getBasetablefield, getclsSqlData, getCommitActionMode, getConnDbCom, getCurTablePrimaryKey, getDBColumnType, getDoublefield, getErrMesg, geterrorMesgRowData, getFieldColumnIndex, getFieldValue, getInstance, getIntegerfield, getMaliContext, getObjectfield, getOldData, getPimaryId, getPostexecuteBatchQuery, getPostExecuteTable, getPreExecuteTable, getPrimaryId, getPrimaryKey, getPrimaryKeyValue, getRowData, getROWID, getStringfield, getTableName, getTimestampfield, inputRowData, insert, isDeleteed, isexecuteupdate, isFieldError, isInserted, isPrimaryKey, isSaveed, isStringSpacetoNull, isUpdated, is資料是否存在, postDelete, postInsert, postUpdate, removeField, reset, setActionmode, setConnDbCom, setDeleteMode, setErrMesg, setFielddata, setFielddata, setInsertDefaultValue, setInsertMode, setPostexecuteBatchQuery, setPostExecuteTable, setPreExecuteTable, setPrimaryId, setPrimaryKey, setReplaceMode, setRowData, setROWID, setStringSpaceToNull, setTableName, setUpdateDefaultValue, setUpdateMode, update, update
getcreateDateTimeKey, getcreateUserIdKey, getcreateUserOrgIdKey, getmodifyDateTimeKey, getmodifyUserIdKey, getmodifyUserOrgIdKey, getPrimaryIdKey, isFieldbyBaseTable, setcreateDateTimeKey, setcreateUserIdKey, setcreateUserOrgIdKey, setmodifyDateTimeKey, setmodifyUserIdKey, setmodifyUserOrgIdkey, setPrimaryIdKey
public static final java.lang.String TABLENAME
public static java.lang.String KEY_JOB_SEQNO
public static java.lang.String KEY_JOB_CLASS
public static java.lang.String KEY_JOB_STARTDATETIME
public static java.lang.String KEY_JOB_ENDDATETIME
public static java.lang.String KEY_JOB_STATUS
public static java.lang.String KEY_JOB_MESSAGE
public static java.lang.String[] KEY_PRIMARYID
public SYSJOBSCHEDULELOGImpl()
public SYSJOBSCHEDULELOGImpl(BaseTable therow)
public SYSJOBSCHEDULELOGImpl(MaliContext inContext)
public static java.lang.Object getinstance(MaliContext inContext)
public void setMaliContext(MaliContext inContext)
BaseTable
setMaliContext
in interface BaseTable
setMaliContext
in class BaseTableimpl
public void init()
init
in interface BaseTable
init
in class BaseTableimpl
public void setInsertTrigger()
setInsertTrigger
in interface BaseTable
setInsertTrigger
in class BaseTableimpl
public void setUpdateTrigger()
setUpdateTrigger
in interface BaseTable
setUpdateTrigger
in class BaseTableimpl
public void setDeleteTrigger()
setDeleteTrigger
in interface BaseTable
setDeleteTrigger
in class BaseTableimpl
public boolean preInsert() throws java.lang.Exception
preInsert
in interface BaseTable
preInsert
in class BaseTableimpl
java.lang.Exception
public boolean preUpdate() throws java.lang.Exception
preUpdate
in interface BaseTable
preUpdate
in class BaseTableimpl
java.lang.Exception
public boolean preDelete() throws java.lang.Exception
preDelete
in interface BaseTable
preDelete
in class BaseTableimpl
java.lang.Exception
public java.lang.String getJOB_SEQNO()
getJOB_SEQNO
in interface SYSJOBSCHEDULELOG
public java.lang.String getJOB_CLASS()
getJOB_CLASS
in interface SYSJOBSCHEDULELOG
public java.lang.String getJOB_STARTDATETIME()
getJOB_STARTDATETIME
in interface SYSJOBSCHEDULELOG
public java.lang.String getJOB_ENDDATETIME()
getJOB_ENDDATETIME
in interface SYSJOBSCHEDULELOG
public java.lang.String getJOB_STATUS()
getJOB_STATUS
in interface SYSJOBSCHEDULELOG
public java.lang.Object getJOB_MESSAGE()
getJOB_MESSAGE
in interface SYSJOBSCHEDULELOG
public void setJOB_SEQNO(java.lang.String fieldvalue)
setJOB_SEQNO
in interface SYSJOBSCHEDULELOG
fieldvalue
- public void setJOB_CLASS(java.lang.String fieldvalue)
setJOB_CLASS
in interface SYSJOBSCHEDULELOG
fieldvalue
- public void setJOB_STARTDATETIME(java.lang.String fieldvalue)
setJOB_STARTDATETIME
in interface SYSJOBSCHEDULELOG
fieldvalue
- public void setJOB_ENDDATETIME(java.lang.String fieldvalue)
setJOB_ENDDATETIME
in interface SYSJOBSCHEDULELOG
fieldvalue
- public void setJOB_STATUS(java.lang.String fieldvalue)
setJOB_STATUS
in interface SYSJOBSCHEDULELOG
fieldvalue
- public void setJOB_MESSAGE(java.lang.Object fieldvalue)
setJOB_MESSAGE
in interface SYSJOBSCHEDULELOG
fieldvalue
-