类 DictAttrOtherColList
java.lang.Object
com.sh.wf.module.component.page.common.DictAttrOtherColList
- 所有已实现的接口:
Serializable,Cloneable
Description: 数据字典里配置的其他列
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2017年7月13日
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanhasContainQueryDsName(String dsName) 判断是否包含查询数据集voidvoidprocessAdd(ModuleContext context, DsInfo curDsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList) 添加voidprocessMod(ModuleContext context, DsInfo curDsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList, List<String> whereColList, List<String> whereColTypeList, List<ColValue> whereObjList) 修改voidprocessQuery(List<FindDsColInfo> list, DsInfo dsInfo, String curDsName)
-
构造器详细资料
-
DictAttrOtherColList
public DictAttrOtherColList()
-
-
方法详细资料
-
parser
-
hasContainQueryDsName
判断是否包含查询数据集- 参数:
dsName- 数据集名称- 返回:
- 结果
-
processQuery
-
processAdd
public void processAdd(ModuleContext context, DsInfo curDsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList) 添加- 参数:
context- ModuleContextcurDsInfo- 当前数据集colList- 列colTypeList- 列类型objList- 值
-
processMod
public void processMod(ModuleContext context, DsInfo curDsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList, List<String> whereColList, List<String> whereColTypeList, List<ColValue> whereObjList) 修改- 参数:
context- ModuleContextcurDsInfo- 当前数据集colList- 列colTypeList- 列类型objList- 值whereColList- 条件列whereColTypeList- 条件列类型whereObjList- 条件列值
-