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, updategetcreateDateTimeKey, getcreateUserIdKey, getcreateUserOrgIdKey, getmodifyDateTimeKey, getmodifyUserIdKey, getmodifyUserOrgIdKey, getPrimaryIdKey, isFieldbyBaseTable, setcreateDateTimeKey, setcreateUserIdKey, setcreateUserOrgIdKey, setFieldbyBaseTable, setmodifyDateTimeKey, setmodifyUserIdKey, setmodifyUserOrgIdkey, setPrimaryIdKeycreateObjectByteArray, getHashTableContent, setVectorFielddataequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckSQLAction, 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, updategetcreateDateTimeKey, getcreateUserIdKey, getcreateUserOrgIdKey, getmodifyDateTimeKey, getmodifyUserIdKey, getmodifyUserOrgIdKey, getPrimaryIdKey, isFieldbyBaseTable, setcreateDateTimeKey, setcreateUserIdKey, setcreateUserOrgIdKey, setmodifyDateTimeKey, setmodifyUserIdKey, setmodifyUserOrgIdkey, setPrimaryIdKeypublic 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)
BaseTablesetMaliContext in interface BaseTablesetMaliContext in class BaseTableimplpublic void init()
init in interface BaseTableinit in class BaseTableimplpublic void setInsertTrigger()
setInsertTrigger in interface BaseTablesetInsertTrigger in class BaseTableimplpublic void setUpdateTrigger()
setUpdateTrigger in interface BaseTablesetUpdateTrigger in class BaseTableimplpublic void setDeleteTrigger()
setDeleteTrigger in interface BaseTablesetDeleteTrigger in class BaseTableimplpublic boolean preInsert()
throws java.lang.Exception
preInsert in interface BaseTablepreInsert in class BaseTableimpljava.lang.Exceptionpublic boolean preUpdate()
throws java.lang.Exception
preUpdate in interface BaseTablepreUpdate in class BaseTableimpljava.lang.Exceptionpublic boolean preDelete()
throws java.lang.Exception
preDelete in interface BaseTablepreDelete in class BaseTableimpljava.lang.Exceptionpublic java.lang.String getLOCK_USERID()
getLOCK_USERID in interface SYSLOCKpublic java.lang.String getLOCK_DATETIME()
getLOCK_DATETIME in interface SYSLOCKpublic java.lang.String getLOCK_IP()
getLOCK_IP in interface SYSLOCKpublic java.lang.String getLOCK_SEQNO()
getLOCK_SEQNO in interface SYSLOCKpublic void setLOCK_USERID(java.lang.String fieldvalue)
setLOCK_USERID in interface SYSLOCKfieldvalue - public void setLOCK_DATETIME(java.lang.String fieldvalue)
setLOCK_DATETIME in interface SYSLOCKfieldvalue - public void setLOCK_IP(java.lang.String fieldvalue)
setLOCK_IP in interface SYSLOCKfieldvalue - public void setLOCK_SEQNO(java.lang.String fieldvalue)
setLOCK_SEQNO in interface SYSLOCKfieldvalue - public void setLOCK_MEMBERSEQNO(java.lang.String fieldvalue)
SYSLOCKsetLOCK_MEMBERSEQNO in interface SYSLOCKpublic java.lang.String getLOCK_MEMBERSEQNO()
SYSLOCKgetLOCK_MEMBERSEQNO in interface SYSLOCK