类 DictAttrOtherCol

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

public class DictAttrOtherCol extends Object implements Cloneable, Serializable

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

Title:首亨软件 - TSS/CRM等

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

    • DictAttrOtherCol

      public DictAttrOtherCol()
  • 方法详细资料

    • parser

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

      public boolean isValid()
    • isQueryDsName

      public boolean isQueryDsName(String queryDsName)
      是否查询数据集
      参数:
      queryDsName - 查询数据集
      返回:
      结果
    • processQuery

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

      public void processAdd(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList)
      更多数据集处理添加逻辑
      参数:
      context - ModuleContext
      dsInfo - DsInfo
      colList - 列
      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 - ModuleContext
      dsInfo - 数据集
      colList - 列
      colTypeList - 列类型
      objList - 值
      whereColList - 条件列
      whereColTypeList - 条件列类型
      whereObjList - 条件列值
    • processAddMod

      public void processAddMod(ModuleContext context, DsInfo dsInfo, List<String> colList, List<String> colTypeList, List<ColValue> objList)
      添加修改公共逻辑,目前修改不能指定的查询列上
      参数:
      context - ModuleContext
      dsInfo - 数据集
      colList - 列
      colTypeList - 列类型
      objList - 值