public interface _WellOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets,
Ice.Current __current) |
void |
addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets,
Ice.Current __current) |
void |
addAllWellSampleSet(java.util.List<WellSample> targets,
Ice.Current __current) |
void |
addWellAnnotationLink(WellAnnotationLink target,
Ice.Current __current) |
void |
addWellAnnotationLinkToBoth(WellAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addWellReagentLink(WellReagentLink target,
Ice.Current __current) |
void |
addWellReagentLinkToBoth(WellReagentLink link,
boolean bothSides,
Ice.Current __current) |
void |
addWellSample(WellSample target,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearReagentLinks(Ice.Current __current) |
void |
clearWellSamples(Ice.Current __current) |
java.util.List<WellAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<WellReagentLink> |
copyReagentLinks(Ice.Current __current) |
java.util.List<WellSample> |
copyWellSamples(Ice.Current __current) |
java.util.List<WellAnnotationLink> |
findWellAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.List<WellReagentLink> |
findWellReagentLink(Reagent removal,
Ice.Current __current) |
RInt |
getAlpha(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RInt |
getBlue(Ice.Current __current) |
RInt |
getColumn(Ice.Current __current) |
RString |
getExternalDescription(Ice.Current __current) |
RString |
getExternalIdentifier(Ice.Current __current) |
RInt |
getGreen(Ice.Current __current) |
Plate |
getPlate(Ice.Current __current) |
WellSample |
getPrimaryWellSample(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getReagentLinksCountPerOwner(Ice.Current __current) |
RInt |
getRed(Ice.Current __current) |
RInt |
getRow(Ice.Current __current) |
RString |
getStatus(Ice.Current __current) |
RString |
getType(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
WellSample |
getWellSample(int index,
Ice.Current __current) |
WellAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
java.util.List<Reagent> |
linkedReagentList(Ice.Current __current) |
WellReagentLink |
linkReagent(Reagent addition,
Ice.Current __current) |
void |
reloadAnnotationLinks(Well toCopy,
Ice.Current __current) |
void |
reloadReagentLinks(Well toCopy,
Ice.Current __current) |
void |
reloadWellSamples(Well toCopy,
Ice.Current __current) |
void |
removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets,
Ice.Current __current) |
void |
removeAllWellSampleSet(java.util.List<WellSample> targets,
Ice.Current __current) |
void |
removeWellAnnotationLink(WellAnnotationLink theTarget,
Ice.Current __current) |
void |
removeWellAnnotationLinkFromBoth(WellAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeWellReagentLink(WellReagentLink theTarget,
Ice.Current __current) |
void |
removeWellReagentLinkFromBoth(WellReagentLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeWellSample(WellSample theTarget,
Ice.Current __current) |
void |
setAlpha(RInt theAlpha,
Ice.Current __current) |
void |
setBlue(RInt theBlue,
Ice.Current __current) |
void |
setColumn(RInt theColumn,
Ice.Current __current) |
void |
setExternalDescription(RString theExternalDescription,
Ice.Current __current) |
void |
setExternalIdentifier(RString theExternalIdentifier,
Ice.Current __current) |
void |
setGreen(RInt theGreen,
Ice.Current __current) |
void |
setPlate(Plate thePlate,
Ice.Current __current) |
WellSample |
setPrimaryWellSample(WellSample theElement,
Ice.Current __current) |
void |
setRed(RInt theRed,
Ice.Current __current) |
void |
setRow(RInt theRow,
Ice.Current __current) |
void |
setStatus(RString theStatus,
Ice.Current __current) |
void |
setType(RString theType,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
WellSample |
setWellSample(int index,
WellSample theElement,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfReagentLinks(Ice.Current __current) |
int |
sizeOfWellSamples(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unlinkReagent(Reagent removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadReagentLinks(Ice.Current __current) |
void |
unloadWellSamples(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)
RString getStatus(Ice.Current __current)
void setStatus(RString theStatus, Ice.Current __current)
RInt getColumn(Ice.Current __current)
void setColumn(RInt theColumn, Ice.Current __current)
RInt getRow(Ice.Current __current)
void setRow(RInt theRow, Ice.Current __current)
RInt getRed(Ice.Current __current)
void setRed(RInt theRed, Ice.Current __current)
RInt getGreen(Ice.Current __current)
void setGreen(RInt theGreen, Ice.Current __current)
RInt getBlue(Ice.Current __current)
void setBlue(RInt theBlue, Ice.Current __current)
RInt getAlpha(Ice.Current __current)
void setAlpha(RInt theAlpha, Ice.Current __current)
void unloadReagentLinks(Ice.Current __current)
int sizeOfReagentLinks(Ice.Current __current)
java.util.List<WellReagentLink> copyReagentLinks(Ice.Current __current)
void addWellReagentLink(WellReagentLink target, Ice.Current __current)
void addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void removeWellReagentLink(WellReagentLink theTarget, Ice.Current __current)
void removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void clearReagentLinks(Ice.Current __current)
void reloadReagentLinks(Well toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getReagentLinksCountPerOwner(Ice.Current __current)
WellReagentLink linkReagent(Reagent addition, Ice.Current __current)
void addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
java.util.List<WellReagentLink> findWellReagentLink(Reagent removal, Ice.Current __current)
void unlinkReagent(Reagent removal, Ice.Current __current)
void removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
java.util.List<Reagent> linkedReagentList(Ice.Current __current)
RString getExternalDescription(Ice.Current __current)
void setExternalDescription(RString theExternalDescription, Ice.Current __current)
RString getExternalIdentifier(Ice.Current __current)
void setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
RString getType(Ice.Current __current)
void setType(RString theType, Ice.Current __current)
void unloadWellSamples(Ice.Current __current)
int sizeOfWellSamples(Ice.Current __current)
java.util.List<WellSample> copyWellSamples(Ice.Current __current)
void addWellSample(WellSample target, Ice.Current __current)
void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
void removeWellSample(WellSample theTarget, Ice.Current __current)
void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
void clearWellSamples(Ice.Current __current)
void reloadWellSamples(Well toCopy, Ice.Current __current)
WellSample getWellSample(int index, Ice.Current __current)
WellSample setWellSample(int index, WellSample theElement, Ice.Current __current)
WellSample getPrimaryWellSample(Ice.Current __current)
WellSample setPrimaryWellSample(WellSample theElement, Ice.Current __current)
Plate getPlate(Ice.Current __current)
void setPlate(Plate thePlate, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<WellAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addWellAnnotationLink(WellAnnotationLink target, Ice.Current __current)
void addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
void removeWellAnnotationLink(WellAnnotationLink theTarget, Ice.Current __current)
void removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Well toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
WellAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<WellAnnotationLink> findWellAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)