Package omero.model

Interface _PlateOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

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

        RInt getDefaultSample​(Ice.Current __current)
      • setDefaultSample

        void setDefaultSample​(RInt theDefaultSample,
                              Ice.Current __current)
      • getColumnNamingConvention

        RString getColumnNamingConvention​(Ice.Current __current)
      • setColumnNamingConvention

        void setColumnNamingConvention​(RString theColumnNamingConvention,
                                       Ice.Current __current)
      • getRowNamingConvention

        RString getRowNamingConvention​(Ice.Current __current)
      • setRowNamingConvention

        void setRowNamingConvention​(RString theRowNamingConvention,
                                    Ice.Current __current)
      • getWellOriginX

        Length getWellOriginX​(Ice.Current __current)
      • setWellOriginX

        void setWellOriginX​(Length theWellOriginX,
                            Ice.Current __current)
      • getWellOriginY

        Length getWellOriginY​(Ice.Current __current)
      • setWellOriginY

        void setWellOriginY​(Length theWellOriginY,
                            Ice.Current __current)
      • getRows

        RInt getRows​(Ice.Current __current)
      • setRows

        void setRows​(RInt theRows,
                     Ice.Current __current)
      • getColumns

        RInt getColumns​(Ice.Current __current)
      • setColumns

        void setColumns​(RInt theColumns,
                        Ice.Current __current)
      • getStatus

        RString getStatus​(Ice.Current __current)
      • setStatus

        void setStatus​(RString theStatus,
                       Ice.Current __current)
      • getExternalIdentifier

        RString getExternalIdentifier​(Ice.Current __current)
      • setExternalIdentifier

        void setExternalIdentifier​(RString theExternalIdentifier,
                                   Ice.Current __current)
      • unloadScreenLinks

        void unloadScreenLinks​(Ice.Current __current)
      • sizeOfScreenLinks

        int sizeOfScreenLinks​(Ice.Current __current)
      • copyScreenLinks

        java.util.List<ScreenPlateLink> copyScreenLinks​(Ice.Current __current)
      • addScreenPlateLink

        void addScreenPlateLink​(ScreenPlateLink target,
                                Ice.Current __current)
      • addAllScreenPlateLinkSet

        void addAllScreenPlateLinkSet​(java.util.List<ScreenPlateLink> targets,
                                      Ice.Current __current)
      • removeScreenPlateLink

        void removeScreenPlateLink​(ScreenPlateLink theTarget,
                                   Ice.Current __current)
      • removeAllScreenPlateLinkSet

        void removeAllScreenPlateLinkSet​(java.util.List<ScreenPlateLink> targets,
                                         Ice.Current __current)
      • clearScreenLinks

        void clearScreenLinks​(Ice.Current __current)
      • reloadScreenLinks

        void reloadScreenLinks​(Plate toCopy,
                               Ice.Current __current)
      • getScreenLinksCountPerOwner

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

        void addScreenPlateLinkToBoth​(ScreenPlateLink link,
                                      boolean bothSides,
                                      Ice.Current __current)
      • findScreenPlateLink

        java.util.List<ScreenPlateLink> findScreenPlateLink​(Screen removal,
                                                            Ice.Current __current)
      • unlinkScreen

        void unlinkScreen​(Screen removal,
                          Ice.Current __current)
      • removeScreenPlateLinkFromBoth

        void removeScreenPlateLinkFromBoth​(ScreenPlateLink link,
                                           boolean bothSides,
                                           Ice.Current __current)
      • linkedScreenList

        java.util.List<Screen> linkedScreenList​(Ice.Current __current)
      • unloadWells

        void unloadWells​(Ice.Current __current)
      • sizeOfWells

        int sizeOfWells​(Ice.Current __current)
      • copyWells

        java.util.List<Well> copyWells​(Ice.Current __current)
      • addWell

        void addWell​(Well target,
                     Ice.Current __current)
      • addAllWellSet

        void addAllWellSet​(java.util.List<Well> targets,
                           Ice.Current __current)
      • removeWell

        void removeWell​(Well theTarget,
                        Ice.Current __current)
      • removeAllWellSet

        void removeAllWellSet​(java.util.List<Well> targets,
                              Ice.Current __current)
      • clearWells

        void clearWells​(Ice.Current __current)
      • reloadWells

        void reloadWells​(Plate toCopy,
                         Ice.Current __current)
      • unloadPlateAcquisitions

        void unloadPlateAcquisitions​(Ice.Current __current)
      • sizeOfPlateAcquisitions

        int sizeOfPlateAcquisitions​(Ice.Current __current)
      • copyPlateAcquisitions

        java.util.List<PlateAcquisition> copyPlateAcquisitions​(Ice.Current __current)
      • addPlateAcquisition

        void addPlateAcquisition​(PlateAcquisition target,
                                 Ice.Current __current)
      • addAllPlateAcquisitionSet

        void addAllPlateAcquisitionSet​(java.util.List<PlateAcquisition> targets,
                                       Ice.Current __current)
      • removePlateAcquisition

        void removePlateAcquisition​(PlateAcquisition theTarget,
                                    Ice.Current __current)
      • removeAllPlateAcquisitionSet

        void removeAllPlateAcquisitionSet​(java.util.List<PlateAcquisition> targets,
                                          Ice.Current __current)
      • clearPlateAcquisitions

        void clearPlateAcquisitions​(Ice.Current __current)
      • reloadPlateAcquisitions

        void reloadPlateAcquisitions​(Plate toCopy,
                                     Ice.Current __current)
      • unloadAnnotationLinks

        void unloadAnnotationLinks​(Ice.Current __current)
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks​(Ice.Current __current)
      • copyAnnotationLinks

        java.util.List<PlateAnnotationLink> copyAnnotationLinks​(Ice.Current __current)
      • addPlateAnnotationLink

        void addPlateAnnotationLink​(PlateAnnotationLink target,
                                    Ice.Current __current)
      • addAllPlateAnnotationLinkSet

        void addAllPlateAnnotationLinkSet​(java.util.List<PlateAnnotationLink> targets,
                                          Ice.Current __current)
      • removePlateAnnotationLink

        void removePlateAnnotationLink​(PlateAnnotationLink theTarget,
                                       Ice.Current __current)
      • removeAllPlateAnnotationLinkSet

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

        void clearAnnotationLinks​(Ice.Current __current)
      • reloadAnnotationLinks

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

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

        void addPlateAnnotationLinkToBoth​(PlateAnnotationLink link,
                                          boolean bothSides,
                                          Ice.Current __current)
      • unlinkAnnotation

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

        void removePlateAnnotationLinkFromBoth​(PlateAnnotationLink link,
                                               boolean bothSides,
                                               Ice.Current __current)
      • linkedAnnotationList

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

        RString getName​(Ice.Current __current)
      • setName

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

        RString getDescription​(Ice.Current __current)
      • setDescription

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