3 | | 1. Java class/file `CounterService.java` in `src/net/sf/basedb/meludi/counter/` updated:[[BR]]a. Package private method `void count()` updated by calling two new private methods, `void countExtractSourceItems(DbControl dc, JSONObject json)` and `void countBioPlates(DbControl dc, JSONObject json)`.[[BR]]b. New private method `void countExtractSourceItems(DbControl dc, JSONObject json)` added. It performs three queries; for number of specimens without extract, DNA without original quantity, and RNA without original quantity, after which it returns the sum as the value for JSON key "`unprocessed-extract-source-items`".[[BR]]c. New private method `void countBioPlates(DbControl dc, JSONObject json)` added. It performs a query for the number of active cDNA plates with event date not set and returns the result as the value for JSON key "`cdna-plates-without-eventdate`". |
| 3 | 1. Java class/file `CounterService.java` in `src/net/sf/basedb/meludi/counter/` updated:[[BR]]a. Package private method `void count()` updated by calling two new private methods, `void countExtractSourceItems(DbControl dc, JSONObject json)` and `void countBioPlates(DbControl dc, JSONObject json)`.[[BR]]b. New private method `void countExtractSourceItems(DbControl dc, JSONObject json)` added. It performs three queries; for number of specimens without extract, DNA without original quantity, and RNA without original quantity, after which it returns the sum as the value for JSON key "`unprocessed-extract-source-items`".[[BR]]c. New private method `void countBioPlates(DbControl dc, JSONObject json)` added. It performs a query for the number of active DNA plates with event date not set and returns the result as the value for JSON key "`dna-plates-without-eventdate`". |