284285286287288289290291292293294
} idToReturnToClient = Integer.valueOf(id); }else{ //insert new idToReturnToClient = thrDao.insertThreshold(thr); } List thrValueIds = new ArrayList(); if(thrValuesList!=null && !thrValuesList.isEmpty()){ Iterator it = thrValuesList.iterator();