类 DsFilterResult

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

public class DsFilterResult extends Object implements Cloneable, Serializable

Description:

Title:首亨软件 - TSS/CRM等

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

    • hasCatchSql

      public boolean hasCatchSql
    • isRestful

      public boolean isRestful
    • isFile

      public boolean isFile
    • isJson

      public boolean isJson
  • 构造器详细资料

    • DsFilterResult

      public DsFilterResult(DsInfo dsInfo)
  • 方法详细资料

    • processType

      public void processType(List<String> colTypeList, List<Object> objList)
    • getWebPages

      public WebPages getWebPages(ModuleContext context, DataCenter dc)
    • getPages

      public Pages_I getPages(ModuleContext context, DataCenter dc, DsInfo dsInfo)
    • getDatastore

      public Datastore getDatastore(ModuleContext context, DataCenter dc, DsInfo dsInfo) throws Exception
      抛出:
      Exception
    • insertColTypeObj2List

      public void insertColTypeObj2List(List<String> colTypeTempList, List<Object> objTempList, int index)
    • appendColTypeObj2List

      public void appendColTypeObj2List(List<String> colTypeTempList, List<Object> objTempList)
    • appendColTypeObj2ListBefore

      public void appendColTypeObj2ListBefore(List<String> colTypeTempList, List<Object> objTempList, int count)
      插入倒数几个位置
      参数:
      colTypeTempList - List
      objTempList - List
      count - int
    • getSql

      public String getSql()
    • setSql

      public void setSql(String sql)
    • getColsType

      public String[] getColsType()
    • getObj

      public Object[] getObj()
    • getTableAlias

      public String getTableAlias(String tableAlias)
    • getDsInfo

      public DsInfo getDsInfo()
    • getColTypeList

      public List<String> getColTypeList()
    • setColTypeList

      public void setColTypeList(List<String> colTypeList)
    • getObjList

      public List<Object> getObjList()
    • setObjList

      public void setObjList(List<Object> objList)
    • addESQuery

      public void addESQuery(ModuleContext context, DsInfo dsInfo, String dsl, int flag)
    • addRestQuery

      public void addRestQuery(String query)
      普通查询拼接查询字符串
      参数:
      query - String
    • checkAndChangeQueryDcType

      public void checkAndChangeQueryDcType(ModuleContext context, DictAttr dict, Object value)
      记录切换的dcType
      参数:
      context - ModuleContext
      dict - DictAttr
      value - Object
    • getCdtByQueryCheckType

      public int getCdtByQueryCheckType()