public interface _ScreenOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllReagentSet(java.util.List<Reagent> targets,
Ice.Current __current) |
void |
addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets,
Ice.Current __current) |
void |
addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets,
Ice.Current __current) |
void |
addReagent(Reagent target,
Ice.Current __current) |
void |
addScreenAnnotationLink(ScreenAnnotationLink target,
Ice.Current __current) |
void |
addScreenAnnotationLinkToBoth(ScreenAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addScreenPlateLink(ScreenPlateLink target,
Ice.Current __current) |
void |
addScreenPlateLinkToBoth(ScreenPlateLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearPlateLinks(Ice.Current __current) |
void |
clearReagents(Ice.Current __current) |
java.util.List<ScreenAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<ScreenPlateLink> |
copyPlateLinks(Ice.Current __current) |
java.util.List<Reagent> |
copyReagents(Ice.Current __current) |
java.util.List<ScreenAnnotationLink> |
findScreenAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.List<ScreenPlateLink> |
findScreenPlateLink(Plate removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RString |
getDescription(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getPlateLinksCountPerOwner(Ice.Current __current) |
RString |
getProtocolDescription(Ice.Current __current) |
RString |
getProtocolIdentifier(Ice.Current __current) |
RString |
getReagentSetDescription(Ice.Current __current) |
RString |
getReagentSetIdentifier(Ice.Current __current) |
RString |
getType(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
ScreenAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
java.util.List<Plate> |
linkedPlateList(Ice.Current __current) |
ScreenPlateLink |
linkPlate(Plate addition,
Ice.Current __current) |
void |
reloadAnnotationLinks(Screen toCopy,
Ice.Current __current) |
void |
reloadPlateLinks(Screen toCopy,
Ice.Current __current) |
void |
reloadReagents(Screen toCopy,
Ice.Current __current) |
void |
removeAllReagentSet(java.util.List<Reagent> targets,
Ice.Current __current) |
void |
removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets,
Ice.Current __current) |
void |
removeReagent(Reagent theTarget,
Ice.Current __current) |
void |
removeScreenAnnotationLink(ScreenAnnotationLink theTarget,
Ice.Current __current) |
void |
removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeScreenPlateLink(ScreenPlateLink theTarget,
Ice.Current __current) |
void |
removeScreenPlateLinkFromBoth(ScreenPlateLink link,
boolean bothSides,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setProtocolDescription(RString theProtocolDescription,
Ice.Current __current) |
void |
setProtocolIdentifier(RString theProtocolIdentifier,
Ice.Current __current) |
void |
setReagentSetDescription(RString theReagentSetDescription,
Ice.Current __current) |
void |
setReagentSetIdentifier(RString theReagentSetIdentifier,
Ice.Current __current) |
void |
setType(RString theType,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfPlateLinks(Ice.Current __current) |
int |
sizeOfReagents(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unlinkPlate(Plate removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadPlateLinks(Ice.Current __current) |
void |
unloadReagents(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 getType(Ice.Current __current)
void setType(RString theType, Ice.Current __current)
RString getProtocolIdentifier(Ice.Current __current)
void setProtocolIdentifier(RString theProtocolIdentifier, Ice.Current __current)
RString getProtocolDescription(Ice.Current __current)
void setProtocolDescription(RString theProtocolDescription, Ice.Current __current)
RString getReagentSetIdentifier(Ice.Current __current)
void setReagentSetIdentifier(RString theReagentSetIdentifier, Ice.Current __current)
RString getReagentSetDescription(Ice.Current __current)
void setReagentSetDescription(RString theReagentSetDescription, Ice.Current __current)
void unloadPlateLinks(Ice.Current __current)
int sizeOfPlateLinks(Ice.Current __current)
java.util.List<ScreenPlateLink> copyPlateLinks(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 clearPlateLinks(Ice.Current __current)
void reloadPlateLinks(Screen toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getPlateLinksCountPerOwner(Ice.Current __current)
ScreenPlateLink linkPlate(Plate addition, Ice.Current __current)
void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
java.util.List<ScreenPlateLink> findScreenPlateLink(Plate removal, Ice.Current __current)
void unlinkPlate(Plate removal, Ice.Current __current)
void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
java.util.List<Plate> linkedPlateList(Ice.Current __current)
void unloadReagents(Ice.Current __current)
int sizeOfReagents(Ice.Current __current)
java.util.List<Reagent> copyReagents(Ice.Current __current)
void addReagent(Reagent target, Ice.Current __current)
void addAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
void removeReagent(Reagent theTarget, Ice.Current __current)
void removeAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
void clearReagents(Ice.Current __current)
void reloadReagents(Screen toCopy, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<ScreenAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current __current)
void addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
void removeScreenAnnotationLink(ScreenAnnotationLink theTarget, Ice.Current __current)
void removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Screen toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
ScreenAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<ScreenAnnotationLink> findScreenAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink 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)