Package omero.model

Interface _PlateAcquisitionOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

        void setVersion​(RInt theVersion,
                        Ice.Current __current)
      • getName

        RString getName​(Ice.Current __current)
      • setName

        void setName​(RString theName,
                     Ice.Current __current)
      • getStartTime

        RTime getStartTime​(Ice.Current __current)
      • setStartTime

        void setStartTime​(RTime theStartTime,
                          Ice.Current __current)
      • getEndTime

        RTime getEndTime​(Ice.Current __current)
      • setEndTime

        void setEndTime​(RTime theEndTime,
                        Ice.Current __current)
      • getMaximumFieldCount

        RInt getMaximumFieldCount​(Ice.Current __current)
      • setMaximumFieldCount

        void setMaximumFieldCount​(RInt theMaximumFieldCount,
                                  Ice.Current __current)
      • getPlate

        Plate getPlate​(Ice.Current __current)
      • setPlate

        void setPlate​(Plate thePlate,
                      Ice.Current __current)
      • unloadWellSample

        void unloadWellSample​(Ice.Current __current)
      • sizeOfWellSample

        int sizeOfWellSample​(Ice.Current __current)
      • copyWellSample

        java.util.List<WellSample> copyWellSample​(Ice.Current __current)
      • addWellSample

        void addWellSample​(WellSample target,
                           Ice.Current __current)
      • addAllWellSampleSet

        void addAllWellSampleSet​(java.util.List<WellSample> targets,
                                 Ice.Current __current)
      • removeWellSample

        void removeWellSample​(WellSample theTarget,
                              Ice.Current __current)
      • removeAllWellSampleSet

        void removeAllWellSampleSet​(java.util.List<WellSample> targets,
                                    Ice.Current __current)
      • clearWellSample

        void clearWellSample​(Ice.Current __current)
      • reloadWellSample

        void reloadWellSample​(PlateAcquisition toCopy,
                              Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • addAllPlateAcquisitionAnnotationLinkSet

        void addAllPlateAcquisitionAnnotationLinkSet​(java.util.List<PlateAcquisitionAnnotationLink> targets,
                                                     Ice.Current __current)
      • removePlateAcquisitionAnnotationLink

        void removePlateAcquisitionAnnotationLink​(PlateAcquisitionAnnotationLink theTarget,
                                                  Ice.Current __current)
      • removeAllPlateAcquisitionAnnotationLinkSet

        void removeAllPlateAcquisitionAnnotationLinkSet​(java.util.List<PlateAcquisitionAnnotationLink> targets,
                                                        Ice.Current __current)
      • clearAnnotationLinks

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(PlateAcquisition toCopy,
                                   Ice.Current __current)
      • getAnnotationLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getAnnotationLinksCountPerOwner​(Ice.Current __current)
      • addPlateAcquisitionAnnotationLinkToBoth

        void addPlateAcquisitionAnnotationLinkToBoth​(PlateAcquisitionAnnotationLink link,
                                                     boolean bothSides,
                                                     Ice.Current __current)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal,
                              Ice.Current __current)
      • removePlateAcquisitionAnnotationLinkFromBoth

        void removePlateAcquisitionAnnotationLinkFromBoth​(PlateAcquisitionAnnotationLink link,
                                                          boolean bothSides,
                                                          Ice.Current __current)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList​(Ice.Current __current)
      • getDescription

        RString getDescription​(Ice.Current __current)
      • setDescription

        void setDescription​(RString theDescription,
                            Ice.Current __current)