类 DictQueryService

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected void AfterQuery​(top.daxian1218.dust.db.dict.DictObj dataObj, com.alibaba.fastjson.JSONObject inParams)  
      protected boolean BeforeQuery​(top.daxian1218.dust.db.dict.DictObj dataObj, com.alibaba.fastjson.JSONObject inParams)  
      protected top.daxian1218.dust.db.dict.condition.DictCondition GetCustomCondition​(top.daxian1218.dust.db.dict.DictObj dataObj, java.lang.String colName, java.lang.String value)  
      java.lang.Object InvokeAsync​(com.alibaba.fastjson.JSONObject inParams)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • DictQueryService

        public DictQueryService()
    • 方法详细资料

      • BeforeQuery

        protected boolean BeforeQuery​(top.daxian1218.dust.db.dict.DictObj dataObj,
                                      com.alibaba.fastjson.JSONObject inParams)
      • AfterQuery

        protected void AfterQuery​(top.daxian1218.dust.db.dict.DictObj dataObj,
                                  com.alibaba.fastjson.JSONObject inParams)
      • GetCustomCondition

        protected top.daxian1218.dust.db.dict.condition.DictCondition GetCustomCondition​(top.daxian1218.dust.db.dict.DictObj dataObj,
                                                                                         java.lang.String colName,
                                                                                         java.lang.String value)