Package omero.model

Interface _ReagentOperations

    • 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)
      • getReagentIdentifier

        RString getReagentIdentifier​(Ice.Current __current)
      • setReagentIdentifier

        void setReagentIdentifier​(RString theReagentIdentifier,
                                  Ice.Current __current)
      • getScreen

        Screen getScreen​(Ice.Current __current)
      • setScreen

        void setScreen​(Screen theScreen,
                       Ice.Current __current)
      • unloadWellLinks

        void unloadWellLinks​(Ice.Current __current)
      • sizeOfWellLinks

        int sizeOfWellLinks​(Ice.Current __current)
      • copyWellLinks

        java.util.List<WellReagentLink> copyWellLinks​(Ice.Current __current)
      • addWellReagentLink

        void addWellReagentLink​(WellReagentLink target,
                                Ice.Current __current)
      • addAllWellReagentLinkSet

        void addAllWellReagentLinkSet​(java.util.List<WellReagentLink> targets,
                                      Ice.Current __current)
      • removeWellReagentLink

        void removeWellReagentLink​(WellReagentLink theTarget,
                                   Ice.Current __current)
      • removeAllWellReagentLinkSet

        void removeAllWellReagentLinkSet​(java.util.List<WellReagentLink> targets,
                                         Ice.Current __current)
      • clearWellLinks

        void clearWellLinks​(Ice.Current __current)
      • reloadWellLinks

        void reloadWellLinks​(Reagent toCopy,
                             Ice.Current __current)
      • getWellLinksCountPerOwner

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

        void addWellReagentLinkToBoth​(WellReagentLink link,
                                      boolean bothSides,
                                      Ice.Current __current)
      • findWellReagentLink

        java.util.List<WellReagentLink> findWellReagentLink​(Well removal,
                                                            Ice.Current __current)
      • unlinkWell

        void unlinkWell​(Well removal,
                        Ice.Current __current)
      • removeWellReagentLinkFromBoth

        void removeWellReagentLinkFromBoth​(WellReagentLink link,
                                           boolean bothSides,
                                           Ice.Current __current)
      • linkedWellList

        java.util.List<Well> linkedWellList​(Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • copyAnnotationLinks

        java.util.List<ReagentAnnotationLink> copyAnnotationLinks​(Ice.Current __current)
      • addReagentAnnotationLink

        void addReagentAnnotationLink​(ReagentAnnotationLink target,
                                      Ice.Current __current)
      • addAllReagentAnnotationLinkSet

        void addAllReagentAnnotationLinkSet​(java.util.List<ReagentAnnotationLink> targets,
                                            Ice.Current __current)
      • removeReagentAnnotationLink

        void removeReagentAnnotationLink​(ReagentAnnotationLink theTarget,
                                         Ice.Current __current)
      • removeAllReagentAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addReagentAnnotationLinkToBoth​(ReagentAnnotationLink link,
                                            boolean bothSides,
                                            Ice.Current __current)
      • unlinkAnnotation

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

        void removeReagentAnnotationLinkFromBoth​(ReagentAnnotationLink 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)