Changeset 7126
- Timestamp:
- Apr 20, 2016, 8:42:14 AM (7 years ago)
- Location:
- trunk/src/core/net/sf/basedb/core
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/AnnotatedItem.java
r6897 r7126 59 59 throws PermissionDeniedException, BaseException 60 60 { 61 checkBatchAnnotatableUsage(true, false); 61 62 DbControl dc = getDbControl(); 62 63 AnnotationSet as = dc.getItem(AnnotationSet.class, getData().getAnnotationSet(), this); -
trunk/src/core/net/sf/basedb/core/BioAssay.java
r7002 r7126 191 191 throws PermissionDeniedException, BaseException 192 192 { 193 checkBatchAnnotatableUsage(true, false); 193 194 DbControl dc = getDbControl(); 194 195 AnnotationSet as = dc.getItem(AnnotationSet.class, getData().getAnnotationSet(), this); -
trunk/src/core/net/sf/basedb/core/BioAssaySet.java
r7016 r7126 268 268 throws PermissionDeniedException, BaseException 269 269 { 270 checkBatchAnnotatableUsage(true, false); 270 271 DbControl dc = getDbControl(); 271 272 AnnotationSet as = dc.getItem(AnnotationSet.class, getData().getAnnotationSet(), this); -
trunk/src/core/net/sf/basedb/core/RootRawBioAssay.java
r7002 r7126 118 118 throws PermissionDeniedException, BaseException 119 119 { 120 checkBatchAnnotatableUsage(true, false); 120 121 DbControl dc = getDbControl(); 121 122 AnnotationSet as = dc.getItem(AnnotationSet.class, getData().getAnnotationSet(), this); -
trunk/src/core/net/sf/basedb/core/Well.java
r7014 r7126 129 129 throws PermissionDeniedException, BaseException 130 130 { 131 checkBatchAnnotatableUsage(true, false); 131 132 DbControl dc = getDbControl(); 132 133 AnnotationSet as = dc.getItem(AnnotationSet.class, getData().getAnnotationSet(), this);
Note: See TracChangeset
for help on using the changeset viewer.