类 DictAttrOtherColList

java.lang.Object
com.sh.wf.module.component.page.common.DictAttrOtherColList
所有已实现的接口:
Serializable, Cloneable

public class DictAttrOtherColList extends Object implements Cloneable, Serializable

Description: 数据字典里配置的其他列

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2017年7月13日
另请参阅:
  • 构造器详细资料

    • DictAttrOtherColList

      public DictAttrOtherColList()
  • 方法详细资料

    • parser

      public void parser(org.jdom2.Element nodeEl, Component component)
    • hasContainQueryDsName

      public boolean hasContainQueryDsName(String dsName)
      判断是否包含查询数据集
      参数:
      dsName - 数据集名称
      返回:
      结果
    • processQuery

      public void processQuery(List<FindDsColInfo> list, DsInfo dsInfo, String curDsName)
    • processAdd

      public void processAdd(ModuleContext context, DsInfo curDsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList)
      添加
      参数:
      context - ModuleContext
      curDsInfo - 当前数据集
      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 - ModuleContext
      curDsInfo - 当前数据集
      colList - 列
      colTypeList - 列类型
      objList - 值
      whereColList - 条件列
      whereColTypeList - 条件列类型
      whereObjList - 条件列值