类 DsInputTableSet

java.lang.Object
com.sh.wf.module.base.DsInputTableSet
所有已实现的接口:
Serializable, Cloneable

public class DsInputTableSet extends Object implements Serializable, Cloneable

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年5月28日
另请参阅:
  • 构造器详细资料

    • DsInputTableSet

      public DsInputTableSet()
  • 方法详细资料

    • parser

      public void parser(org.jdom2.Element nodeEl, DsInfo dsInfo)
    • 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 - ModuleContext
      dsInfo - DsInfo
      colList - List
      colTypeList - List
      objList - List
      fixColList - List
      fixObjList - List
      operateType - String
    • getDsInfo

      public DsInfo getDsInfo()
    • checkAddEnable

      public boolean checkAddEnable(ModuleContext context, List<String> colList, List<ColValue> objList)
      判断是否允许添加,主要是在表单保存中调用,在执行添加前,先判断是否指定的特定条件时,取消添加操作
      参数:
      context - ModuleContext
      colList - List
      objList - List
      返回:
      boolean
    • checkUpdateEnable

      public boolean checkUpdateEnable(ModuleContext context, List<String> colList, List<ColValue> objList)
      判断是否允许更新,主要是在表单保存中调用,在执行更新前,先判断是否指定的特定条件时,取消更新操作
      参数:
      context - ModuleContext
      colList - List
      objList - List
      返回:
      boolean
    • getSaveIndex

      public int getSaveIndex()
    • setSaveIndex

      public void setSaveIndex(int saveIndex)