Package omero.model

Interface _DetectorOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        RString getManufacturer​(Ice.Current __current)
      • setManufacturer

        void setManufacturer​(RString theManufacturer,
                             Ice.Current __current)
      • getModel

        RString getModel​(Ice.Current __current)
      • setModel

        void setModel​(RString theModel,
                      Ice.Current __current)
      • getLotNumber

        RString getLotNumber​(Ice.Current __current)
      • setLotNumber

        void setLotNumber​(RString theLotNumber,
                          Ice.Current __current)
      • getSerialNumber

        RString getSerialNumber​(Ice.Current __current)
      • setSerialNumber

        void setSerialNumber​(RString theSerialNumber,
                             Ice.Current __current)
      • setVoltage

        void setVoltage​(ElectricPotential theVoltage,
                        Ice.Current __current)
      • getGain

        RDouble getGain​(Ice.Current __current)
      • setGain

        void setGain​(RDouble theGain,
                     Ice.Current __current)
      • getOffsetValue

        RDouble getOffsetValue​(Ice.Current __current)
      • setOffsetValue

        void setOffsetValue​(RDouble theOffsetValue,
                            Ice.Current __current)
      • getZoom

        RDouble getZoom​(Ice.Current __current)
      • setZoom

        void setZoom​(RDouble theZoom,
                     Ice.Current __current)
      • getAmplificationGain

        RDouble getAmplificationGain​(Ice.Current __current)
      • setAmplificationGain

        void setAmplificationGain​(RDouble theAmplificationGain,
                                  Ice.Current __current)
      • setType

        void setType​(DetectorType theType,
                     Ice.Current __current)
      • getInstrument

        Instrument getInstrument​(Ice.Current __current)
      • setInstrument

        void setInstrument​(Instrument theInstrument,
                           Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • addDetectorAnnotationLink

        void addDetectorAnnotationLink​(DetectorAnnotationLink target,
                                       Ice.Current __current)
      • addAllDetectorAnnotationLinkSet

        void addAllDetectorAnnotationLinkSet​(java.util.List<DetectorAnnotationLink> targets,
                                             Ice.Current __current)
      • removeDetectorAnnotationLink

        void removeDetectorAnnotationLink​(DetectorAnnotationLink theTarget,
                                          Ice.Current __current)
      • removeAllDetectorAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addDetectorAnnotationLinkToBoth​(DetectorAnnotationLink link,
                                             boolean bothSides,
                                             Ice.Current __current)
      • unlinkAnnotation

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

        void removeDetectorAnnotationLinkFromBoth​(DetectorAnnotationLink link,
                                                  boolean bothSides,
                                                  Ice.Current __current)
      • linkedAnnotationList

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