类 DictAttrOtherCol
java.lang.Object
com.sh.wf.module.component.page.common.DictAttrOtherCol
- 所有已实现的接口:
Serializable,Cloneable
Description: 数据字典里配置的其他列
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2017年7月13日
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanisQueryDsName(String queryDsName) 是否查询数据集booleanisValid()voidvoidprocessAdd(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList) 更多数据集处理添加逻辑voidprocessAddMod(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList) 添加修改公共逻辑,目前修改不能指定的查询列上voidprocessMod(ModuleContext context, DsInfo dsInfo, 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)
-
构造器详细资料
-
DictAttrOtherCol
public DictAttrOtherCol()
-
-
方法详细资料
-
parser
-
isValid
public boolean isValid() -
isQueryDsName
是否查询数据集- 参数:
queryDsName- 查询数据集- 返回:
- 结果
-
processQuery
-
processAdd
public void processAdd(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList) 更多数据集处理添加逻辑- 参数:
context- ModuleContextdsInfo- DsInfocolList- 列colTypeList- 列类型objList- 值
-
processMod
public void processMod(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList, List<String> whereColList, List<String> whereColTypeList, List<ColValue> whereObjList) 更多数据集处理修改逻辑- 参数:
context- ModuleContextdsInfo- 数据集colList- 列colTypeList- 列类型objList- 值whereColList- 条件列whereColTypeList- 条件列类型whereObjList- 条件列值
-
processAddMod
public void processAddMod(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList) 添加修改公共逻辑,目前修改不能指定的查询列上- 参数:
context- ModuleContextdsInfo- 数据集colList- 列colTypeList- 列类型objList- 值
-