Package com.iisigroup.cap.rule.model

Examples of com.iisigroup.cap.rule.model.DivCtItm.toJSONObject()


      ctItm = conditionMntService.getById(oid);
    }else if(!CapString.isEmpty(divCtNo)){
      ctItm = conditionMntService.findByDivCtItmNo(divCtNo);
    }
    if(ctItm!=null){
      result.putAll(ctItm.toJSONObject(new String[]{"divCtNo", "divCtNm"
          , "divCtTyp", "divCtSetting", "divCtAction", "oid"}, null));
//      if(ctItm.getDivCtDtls()!=null && !ctItm.getDivCtDtls().isEmpty()){
//        DivCtDtl ctDtl = ctItm.getDivCtDtls().get(0);
//        JSONObject jsObj = JSONObject.fromObject(ctDtl.getDivCtJson());
//        String rangeNoKey = jsObj.optString("gridData");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.