public class SYSLOCKImpl extends BaseTableimpl implements SYSLOCK
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_LOCK_DATETIME
使用者LOCK時間
|
static java.lang.String |
KEY_LOCK_IP
使用者連線IP位置
|
static java.lang.String |
KEY_LOCK_MEMBERSEQNO
使用者帳號之唯一序號
|
static java.lang.String |
KEY_LOCK_SEQNO
唯一序號
|
static java.lang.String |
KEY_LOCK_USERID
使用者帳號
|
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 |
---|
SYSLOCKImpl() |
SYSLOCKImpl(BaseTable therow) |
SYSLOCKImpl(MaliContext inContext) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
getinstance(MaliContext inContext) |
java.lang.String |
getLOCK_DATETIME()
get 使用者LOCK時間
|
java.lang.String |
getLOCK_IP()
get 使用者連線IP位置
|
java.lang.String |
getLOCK_MEMBERSEQNO()
get 使用者帳號之唯一序號
|
java.lang.String |
getLOCK_SEQNO()
get 唯一序號
|
java.lang.String |
getLOCK_USERID()
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 |
setLOCK_DATETIME(java.lang.String fieldvalue)
set 使用者LOCK時間
|
void |
setLOCK_IP(java.lang.String fieldvalue)
set 使用者連線IP位置
|
void |
setLOCK_MEMBERSEQNO(java.lang.String fieldvalue)
set 使用者帳號之唯一序號
|
void |
setLOCK_SEQNO(java.lang.String fieldvalue)
set 唯一序號
|
void |
setLOCK_USERID(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_LOCK_USERID
public static java.lang.String KEY_LOCK_DATETIME
public static java.lang.String KEY_LOCK_IP
public static java.lang.String KEY_LOCK_SEQNO
public static java.lang.String KEY_LOCK_MEMBERSEQNO
public static java.lang.String[] KEY_PRIMARYID
public SYSLOCKImpl()
public SYSLOCKImpl(BaseTable therow)
public SYSLOCKImpl(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 getLOCK_USERID()
getLOCK_USERID
in interface SYSLOCK
public java.lang.String getLOCK_DATETIME()
getLOCK_DATETIME
in interface SYSLOCK
public java.lang.String getLOCK_IP()
getLOCK_IP
in interface SYSLOCK
public java.lang.String getLOCK_SEQNO()
getLOCK_SEQNO
in interface SYSLOCK
public void setLOCK_USERID(java.lang.String fieldvalue)
setLOCK_USERID
in interface SYSLOCK
fieldvalue
- public void setLOCK_DATETIME(java.lang.String fieldvalue)
setLOCK_DATETIME
in interface SYSLOCK
fieldvalue
- public void setLOCK_IP(java.lang.String fieldvalue)
setLOCK_IP
in interface SYSLOCK
fieldvalue
- public void setLOCK_SEQNO(java.lang.String fieldvalue)
setLOCK_SEQNO
in interface SYSLOCK
fieldvalue
- public void setLOCK_MEMBERSEQNO(java.lang.String fieldvalue)
SYSLOCK
setLOCK_MEMBERSEQNO
in interface SYSLOCK
public java.lang.String getLOCK_MEMBERSEQNO()
SYSLOCK
getLOCK_MEMBERSEQNO
in interface SYSLOCK