13 | | 7. Java servlet class/file `ExtractionServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated:[[BR]]a. Protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` updated for commands "`GetStartItemLists`", "`GetUnprocessedStartItemLists`", and "`GetProcessedStartItemLists`" to retrieve value of new Boolean request parameter "`ignoreQpcrBranch`" and use this as argument when calling updated private method `JSONArray fetchStartItemLists(DbControl dc, Boolean processed, Boolean orderDesc, Boolean anItemNotOnLibPlate, Boolean ignoreQpcrBranch)`. Command "`GetListOfItemsFromStartItemLists`" updated to retrieve value of new Boolean request parameter "`ignoreQpcrBranch`", and to ignore the qPCR branch if the value of the parameter is `true`.[[BR]]b. Private method `JSONArray fetchStartItemLists(DbControl dc, Boolean processed, Boolean orderDesc, Boolean anItemNotOnLibPlate, Boolean ignoreQpcrBranch)` updated with new argument `Boolean ignoreQpcrBranch`, and to ignore the qPCR branch if the value of the argument is `true`. |
| 13 | 7. Java servlet class/file `ExtractionServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated:[[BR]]a. Protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` updated for commands "`GetStartItemLists`", "`GetUnprocessedStartItemLists`", and "`GetProcessedStartItemLists`" to retrieve value of new Boolean request parameter "`ignoreQpcrBranch`" and use this as argument when calling updated private method `JSONArray fetchStartItemLists(DbControl dc, Boolean processed, Boolean orderDesc, Boolean anItemNotOnLibPlate, Boolean ignoreQpcrBranch)`. Command "`GetListOfItemsFromStartItemLists`" updated to retrieve value of new Boolean request parameter "`ignoreQpcrBranch`", and to ignore the qPCR branch if the value of the parameter is `true`.[[BR]]b. Private method `JSONArray fetchStartItemLists(DbControl dc, Boolean processed, Boolean orderDesc, Boolean anItemNotOnLibPlate, Boolean ignoreQpcrBranch)` updated with new argument `Boolean ignoreQpcrBranch`, and to ignore the qPCR branch if the value of the argument is `true`.[[BR]]c. Private method `void loadDnaInfo(DbControl dc, SnapshotManager manager, Dna dna)` updated to add value of annotation `Annotationtype.QPCR_BRANCH` for JSON key "`qpcrBranch`". |