类 DsInputTableSet
java.lang.Object
com.sh.wf.module.base.DsInputTableSet
- 所有已实现的接口:
Serializable,Cloneable
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年5月28日
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancheckAddEnable(ModuleContext context, List<String> colList, List<ColValue> objList) 判断是否允许添加,主要是在表单保存中调用,在执行添加前,先判断是否指定的特定条件时,取消添加操作booleancheckUpdateEnable(ModuleContext context, List<String> colList, List<ColValue> objList) 判断是否允许更新,主要是在表单保存中调用,在执行更新前,先判断是否指定的特定条件时,取消更新操作intvoidvoidprocessSql(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList, List<String> fixColList, List<ColValue> fixObjList, String operateType) 固定配置列voidsetSaveIndex(int saveIndex)
-
构造器详细资料
-
DsInputTableSet
public DsInputTableSet()
-
-
方法详细资料
-
parser
-
processSql
public void processSql(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList, List<String> fixColList, List<ColValue> fixObjList, String operateType) 固定配置列- 参数:
context- ModuleContextdsInfo- DsInfocolList- ListcolTypeList- ListobjList- ListfixColList- ListfixObjList- ListoperateType- String
-
getDsInfo
-
checkAddEnable
判断是否允许添加,主要是在表单保存中调用,在执行添加前,先判断是否指定的特定条件时,取消添加操作- 参数:
context- ModuleContextcolList- ListobjList- List- 返回:
- boolean
-
checkUpdateEnable
public boolean checkUpdateEnable(ModuleContext context, List<String> colList, List<ColValue> objList) 判断是否允许更新,主要是在表单保存中调用,在执行更新前,先判断是否指定的特定条件时,取消更新操作- 参数:
context- ModuleContextcolList- ListobjList- List- 返回:
- boolean
-
getSaveIndex
public int getSaveIndex() -
setSaveIndex
public void setSaveIndex(int saveIndex)
-