类 MultiSaveInfo

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

public class MultiSaveInfo extends Object implements Cloneable, Serializable

Description: 多选属性

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年4月6日
另请参阅:
  • 字段详细资料

    • tableCol

      protected String tableCol
    • systemValue

      protected String systemValue
    • selfValue

      protected String selfValue
    • colType

      protected String colType
  • 构造器详细资料

    • MultiSaveInfo

      public MultiSaveInfo()
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl, List<MultiSaveInfo> colList)
    • toHtml

      public void toHtml(ModuleContext context, StringBuilder html, String uniqueName)
    • isOutJoinCol

      public boolean isOutJoinCol()
    • isCurValueCol

      public boolean isCurValueCol()
    • isStatusCol

      public boolean isStatusCol()
    • isCurValueDescCol

      public boolean isCurValueDescCol()
    • isSortValueCol

      public boolean isSortValueCol()
    • getConditionCol

      public String getConditionCol(ModuleContext context, List<String> colTypeList, List<Object> objList)
    • updateCol

      public String updateCol(ModuleContext context, String uniqueName, List<String> colTypeList, List<Object> objList)
    • insertCol

      public void insertCol(ModuleContext context, String uniqueName, String value, String paramValueDesc, String valueSort, StringBuilder colBuffer, StringBuilder valueBuffer, List<String> colTypeList, List<Object> objList, StringBuilder fixColBuffer, StringBuilder fixValueBuffer, MultiSaveAttr sa)
      添加数据
      参数:
      context - 上下文
      uniqueName - 组件唯一编号
      value - 当前值
      paramValueDesc - 描述
      valueSort - 排序
      colBuffer - 列
      valueBuffer - 值
      colTypeList - 列类型
      objList - 值
      fixColBuffer - 固定列
      fixValueBuffer - 固定列值
      sa - MultiSaveAttr
    • modCol

      public void modCol(ModuleContext context, String uniqueName, String value, String valueSort, StringBuilder colBuffer, StringBuilder whereColBuffer, List<String> colTypeList, List<Object> objList, List<String> whereColTypeList, List<Object> whereObjList, StringBuilder fixColBuffer)
      修改数据
      参数:
      context - 上下文
      uniqueName - 唯一值
      value - 当前值
      valueSort - 排序
      colBuffer - 列
      whereColBuffer - 条件列
      colTypeList - 列类型
      objList - 值
      whereColTypeList - 条件类型
      whereObjList - 条件值
      fixColBuffer - 固定列
    • updateEnable

      public boolean updateEnable()