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