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


Ignore:
Timestamp:
Mar 17, 2015, 10:43:25 AM (10 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #725, comment 37

    v7 v8  
    2323|| `BatchQiacubeOperator` || `Type.STRING` || `Item.BIOPLATE` || `No` ||
    2424
    25  4. 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.
     25 4. Data access object (DAO) class/file `BioplateType.java` in `src/net/sf/basedb/meludi/dao/` updated with new bioplate type `DNA`.
     26
     27 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.
     28
     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.