Package omero.model
Interface _PlateOperations
-
- All Superinterfaces:
_IObjectOperations
public interface _PlateOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current __current)
void
addAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current __current)
void
addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
void
addAllWellSet(java.util.List<Well> targets, Ice.Current __current)
void
addPlateAcquisition(PlateAcquisition target, Ice.Current __current)
void
addPlateAnnotationLink(PlateAnnotationLink target, Ice.Current __current)
void
addPlateAnnotationLinkToBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addScreenPlateLink(ScreenPlateLink target, Ice.Current __current)
void
addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
void
addWell(Well target, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearPlateAcquisitions(Ice.Current __current)
void
clearScreenLinks(Ice.Current __current)
void
clearWells(Ice.Current __current)
java.util.List<PlateAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<PlateAcquisition>
copyPlateAcquisitions(Ice.Current __current)
java.util.List<ScreenPlateLink>
copyScreenLinks(Ice.Current __current)
java.util.List<Well>
copyWells(Ice.Current __current)
java.util.List<PlateAnnotationLink>
findPlateAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<ScreenPlateLink>
findScreenPlateLink(Screen removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RString
getColumnNamingConvention(Ice.Current __current)
RInt
getColumns(Ice.Current __current)
RInt
getDefaultSample(Ice.Current __current)
RString
getDescription(Ice.Current __current)
RString
getExternalIdentifier(Ice.Current __current)
RString
getName(Ice.Current __current)
RString
getRowNamingConvention(Ice.Current __current)
RInt
getRows(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getScreenLinksCountPerOwner(Ice.Current __current)
RString
getStatus(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
Length
getWellOriginX(Ice.Current __current)
Length
getWellOriginY(Ice.Current __current)
PlateAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Screen>
linkedScreenList(Ice.Current __current)
ScreenPlateLink
linkScreen(Screen addition, Ice.Current __current)
void
reloadAnnotationLinks(Plate toCopy, Ice.Current __current)
void
reloadPlateAcquisitions(Plate toCopy, Ice.Current __current)
void
reloadScreenLinks(Plate toCopy, Ice.Current __current)
void
reloadWells(Plate toCopy, Ice.Current __current)
void
removeAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current __current)
void
removeAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current __current)
void
removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
void
removeAllWellSet(java.util.List<Well> targets, Ice.Current __current)
void
removePlateAcquisition(PlateAcquisition theTarget, Ice.Current __current)
void
removePlateAnnotationLink(PlateAnnotationLink theTarget, Ice.Current __current)
void
removePlateAnnotationLinkFromBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeScreenPlateLink(ScreenPlateLink theTarget, Ice.Current __current)
void
removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
void
removeWell(Well theTarget, Ice.Current __current)
void
setColumnNamingConvention(RString theColumnNamingConvention, Ice.Current __current)
void
setColumns(RInt theColumns, Ice.Current __current)
void
setDefaultSample(RInt theDefaultSample, Ice.Current __current)
void
setDescription(RString theDescription, Ice.Current __current)
void
setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setRowNamingConvention(RString theRowNamingConvention, Ice.Current __current)
void
setRows(RInt theRows, Ice.Current __current)
void
setStatus(RString theStatus, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
void
setWellOriginX(Length theWellOriginX, Ice.Current __current)
void
setWellOriginY(Length theWellOriginY, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfPlateAcquisitions(Ice.Current __current)
int
sizeOfScreenLinks(Ice.Current __current)
int
sizeOfWells(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkScreen(Screen removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
void
unloadPlateAcquisitions(Ice.Current __current)
void
unloadScreenLinks(Ice.Current __current)
void
unloadWells(Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
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)
-
linkScreen
ScreenPlateLink linkScreen(Screen addition, 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)
-
linkAnnotation
PlateAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addPlateAnnotationLinkToBoth
void addPlateAnnotationLinkToBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findPlateAnnotationLink
java.util.List<PlateAnnotationLink> findPlateAnnotationLink(Annotation removal, 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)
-
-