Changes between Version 8 and Version 9 of Ticket #725, comment 37


Ignore:
Timestamp:
Mar 17, 2015, 10:49:22 AM (9 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #725, comment 37

    v8 v9  
    2727 5. Data access object (DAO) class/file `ReactionPlate.java` in `src/net/sf/basedb/meludi/dao/` updated with new public static method `List<ReactionPlate> findActiveByBioPlateType(DbControl dc, BioplateType bioPlateType, Subtype subtype, String prefix, int numFreeWells, Annotationtype runDateAnnotation)`. It returns a list of active reaction plates which can hold biomaterial items of the given subtype and have names starting with an optional prefix.
    2828
    29  6. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated with new bioplate type `BioplateType.DNA`, annotation type category `Subtype.DNA`, and new annotation types.
     29 6. Data access object (DAO) class/file `Subtype.java` in `src/net/sf/basedb/meludi/dao/` updated with new public static final subtype `EXTRACTION_PROTOCOL` for protocol items.
     30
     31 7. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated with new bioplate type `BioplateType.DNA`, annotation type category `Subtype.DNA`, and new annotation types.