Package omero.model
Class _ScreenTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Screen
-
- omero.model._ScreenTie
-
- All Implemented Interfaces:
Ice.Object,Ice.TieBase,java.io.Serializable,java.lang.Cloneable,_IObjectOperations,_IObjectOperationsNC,_ScreenOperations,_ScreenOperationsNC
public class _ScreenTie extends Screen implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID-
Fields inherited from class omero.model.Screen
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, description, name, plateLinksCountPerOwner, plateLinksLoaded, plateLinksSeq, protocolDescription, protocolIdentifier, reagentSetDescription, reagentSetIdentifier, reagentsLoaded, reagentsSeq, type, version
-
-
Constructor Summary
Constructors Constructor Description _ScreenTie()_ScreenTie(_ScreenOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)voidaddAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)voidaddAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)voidaddReagent(Reagent target, Ice.Current __current)voidaddScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current __current)voidaddScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)voidaddScreenPlateLink(ScreenPlateLink target, Ice.Current __current)voidaddScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)voidclearAnnotationLinks(Ice.Current __current)voidclearPlateLinks(Ice.Current __current)voidclearReagents(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)booleanequals(java.lang.Object rhs)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)RStringgetDescription(Ice.Current __current)DetailsgetDetails(Ice.Current __current)RLonggetId(Ice.Current __current)RStringgetName(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getPlateLinksCountPerOwner(Ice.Current __current)RStringgetProtocolDescription(Ice.Current __current)RStringgetProtocolIdentifier(Ice.Current __current)RStringgetReagentSetDescription(Ice.Current __current)RStringgetReagentSetIdentifier(Ice.Current __current)RStringgetType(Ice.Current __current)RIntgetVersion(Ice.Current __current)inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)booleanisAnnotated(Ice.Current __current)Allows for the attachment of any omero.model.Annotation subclasses.booleanisGlobal(Ice.Current __current)Marker interface which means that special rules apply for both reading and writing these instances.booleanisLink(Ice.Current __current)A link between two other types.booleanisLoaded(Ice.Current __current)Tests if the objects are loaded or not.booleanisMutable(Ice.Current __current)The server will persist changes made to these types.ScreenAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)java.util.List<Annotation>linkedAnnotationList(Ice.Current __current)java.util.List<Plate>linkedPlateList(Ice.Current __current)ScreenPlateLinklinkPlate(Plate addition, Ice.Current __current)IObjectproxy(Ice.Current __current)Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );voidreloadAnnotationLinks(Screen toCopy, Ice.Current __current)voidreloadPlateLinks(Screen toCopy, Ice.Current __current)voidreloadReagents(Screen toCopy, Ice.Current __current)voidremoveAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)voidremoveAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)voidremoveAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)voidremoveReagent(Reagent theTarget, Ice.Current __current)voidremoveScreenAnnotationLink(ScreenAnnotationLink theTarget, Ice.Current __current)voidremoveScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)voidremoveScreenPlateLink(ScreenPlateLink theTarget, Ice.Current __current)voidremoveScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)voidsetDescription(RString theDescription, Ice.Current __current)voidsetId(RLong id, Ice.Current __current)voidsetName(RString theName, Ice.Current __current)voidsetProtocolDescription(RString theProtocolDescription, Ice.Current __current)voidsetProtocolIdentifier(RString theProtocolIdentifier, Ice.Current __current)voidsetReagentSetDescription(RString theReagentSetDescription, Ice.Current __current)voidsetReagentSetIdentifier(RString theReagentSetIdentifier, Ice.Current __current)voidsetType(RString theType, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)IObjectshallowCopy(Ice.Current __current)Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.intsizeOfAnnotationLinks(Ice.Current __current)intsizeOfPlateLinks(Ice.Current __current)intsizeOfReagents(Ice.Current __current)voidunlinkAnnotation(Annotation removal, Ice.Current __current)voidunlinkPlate(Plate removal, Ice.Current __current)voidunload(Ice.Current __current)Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.voidunloadAnnotationLinks(Ice.Current __current)voidunloadCollections(Ice.Current __current)Each collection can also be unloaded, independently of the object itself.voidunloadDetails(Ice.Current __current)As with collections, the objects under details can link to many other objects.voidunloadPlateLinks(Ice.Current __current)voidunloadReagents(Ice.Current __current)-
Methods inherited from class omero.model.Screen
___addAllReagentSet, ___addAllScreenAnnotationLinkSet, ___addAllScreenPlateLinkSet, ___addReagent, ___addScreenAnnotationLink, ___addScreenAnnotationLinkToBoth, ___addScreenPlateLink, ___addScreenPlateLinkToBoth, ___clearAnnotationLinks, ___clearPlateLinks, ___clearReagents, ___copyAnnotationLinks, ___copyPlateLinks, ___copyReagents, ___findScreenAnnotationLink, ___findScreenPlateLink, ___getAnnotationLinksCountPerOwner, ___getDescription, ___getName, ___getPlateLinksCountPerOwner, ___getProtocolDescription, ___getProtocolIdentifier, ___getReagentSetDescription, ___getReagentSetIdentifier, ___getType, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedPlateList, ___linkPlate, ___reloadAnnotationLinks, ___reloadPlateLinks, ___reloadReagents, ___removeAllReagentSet, ___removeAllScreenAnnotationLinkSet, ___removeAllScreenPlateLinkSet, ___removeReagent, ___removeScreenAnnotationLink, ___removeScreenAnnotationLinkFromBoth, ___removeScreenPlateLink, ___removeScreenPlateLinkFromBoth, ___setDescription, ___setName, ___setProtocolDescription, ___setProtocolIdentifier, ___setReagentSetDescription, ___setReagentSetIdentifier, ___setType, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfPlateLinks, ___sizeOfReagents, ___unlinkAnnotation, ___unlinkPlate, ___unloadAnnotationLinks, ___unloadPlateLinks, ___unloadReagents, __dispatch, __readImpl, __writeImpl, addAllReagentSet, addAllScreenAnnotationLinkSet, addAllScreenPlateLinkSet, addReagent, addScreenAnnotationLink, addScreenAnnotationLinkToBoth, addScreenPlateLink, addScreenPlateLinkToBoth, clearAnnotationLinks, clearPlateLinks, clearReagents, clone, copyAnnotationLinks, copyPlateLinks, copyReagents, findScreenAnnotationLink, findScreenPlateLink, getAnnotationLinksCountPerOwner, getDescription, getName, getPlateLinksCountPerOwner, getProtocolDescription, getProtocolIdentifier, getReagentSetDescription, getReagentSetIdentifier, getType, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedPlateList, linkPlate, reloadAnnotationLinks, reloadPlateLinks, reloadReagents, removeAllReagentSet, removeAllScreenAnnotationLinkSet, removeAllScreenPlateLinkSet, removeReagent, removeScreenAnnotationLink, removeScreenAnnotationLinkFromBoth, removeScreenPlateLink, removeScreenPlateLinkFromBoth, setDescription, setName, setProtocolDescription, setProtocolIdentifier, setReagentSetDescription, setReagentSetIdentifier, setType, setVersion, sizeOfAnnotationLinks, sizeOfPlateLinks, sizeOfReagents, unlinkAnnotation, unlinkPlate, unloadAnnotationLinks, unloadPlateLinks, unloadReagents
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_ScreenTie
public _ScreenTie()
-
_ScreenTie
public _ScreenTie(_ScreenOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegatein interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegatein interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetailsin interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getIdin interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperationsAllows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotatedin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperationsMarker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobalin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperationsA link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLinkin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperationsTests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoadedin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperationsThe server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutablein interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxyin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setIdin interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopyin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperationsSets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unloadin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperationsEach collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollectionsin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperationsAs with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetailsin interface_IObjectOperations- Parameters:
__current- The Current object for the invocation.
-
addAllReagentSet
public void addAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
- Specified by:
addAllReagentSetin interface_ScreenOperations
-
addAllScreenAnnotationLinkSet
public void addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllScreenAnnotationLinkSetin interface_ScreenOperations
-
addAllScreenPlateLinkSet
public void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
- Specified by:
addAllScreenPlateLinkSetin interface_ScreenOperations
-
addReagent
public void addReagent(Reagent target, Ice.Current __current)
- Specified by:
addReagentin interface_ScreenOperations
-
addScreenAnnotationLink
public void addScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current __current)
- Specified by:
addScreenAnnotationLinkin interface_ScreenOperations
-
addScreenAnnotationLinkToBoth
public void addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addScreenAnnotationLinkToBothin interface_ScreenOperations
-
addScreenPlateLink
public void addScreenPlateLink(ScreenPlateLink target, Ice.Current __current)
- Specified by:
addScreenPlateLinkin interface_ScreenOperations
-
addScreenPlateLinkToBoth
public void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addScreenPlateLinkToBothin interface_ScreenOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinksin interface_ScreenOperations
-
clearPlateLinks
public void clearPlateLinks(Ice.Current __current)
- Specified by:
clearPlateLinksin interface_ScreenOperations
-
clearReagents
public void clearReagents(Ice.Current __current)
- Specified by:
clearReagentsin interface_ScreenOperations
-
copyAnnotationLinks
public java.util.List<ScreenAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinksin interface_ScreenOperations
-
copyPlateLinks
public java.util.List<ScreenPlateLink> copyPlateLinks(Ice.Current __current)
- Specified by:
copyPlateLinksin interface_ScreenOperations
-
copyReagents
public java.util.List<Reagent> copyReagents(Ice.Current __current)
- Specified by:
copyReagentsin interface_ScreenOperations
-
findScreenAnnotationLink
public java.util.List<ScreenAnnotationLink> findScreenAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findScreenAnnotationLinkin interface_ScreenOperations
-
findScreenPlateLink
public java.util.List<ScreenPlateLink> findScreenPlateLink(Plate removal, Ice.Current __current)
- Specified by:
findScreenPlateLinkin interface_ScreenOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwnerin interface_ScreenOperations
-
getDescription
public RString getDescription(Ice.Current __current)
- Specified by:
getDescriptionin interface_ScreenOperations
-
getName
public RString getName(Ice.Current __current)
- Specified by:
getNamein interface_ScreenOperations
-
getPlateLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getPlateLinksCountPerOwner(Ice.Current __current)
- Specified by:
getPlateLinksCountPerOwnerin interface_ScreenOperations
-
getProtocolDescription
public RString getProtocolDescription(Ice.Current __current)
- Specified by:
getProtocolDescriptionin interface_ScreenOperations
-
getProtocolIdentifier
public RString getProtocolIdentifier(Ice.Current __current)
- Specified by:
getProtocolIdentifierin interface_ScreenOperations
-
getReagentSetDescription
public RString getReagentSetDescription(Ice.Current __current)
- Specified by:
getReagentSetDescriptionin interface_ScreenOperations
-
getReagentSetIdentifier
public RString getReagentSetIdentifier(Ice.Current __current)
- Specified by:
getReagentSetIdentifierin interface_ScreenOperations
-
getType
public RString getType(Ice.Current __current)
- Specified by:
getTypein interface_ScreenOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersionin interface_ScreenOperations
-
linkAnnotation
public ScreenAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotationin interface_ScreenOperations
-
linkPlate
public ScreenPlateLink linkPlate(Plate addition, Ice.Current __current)
- Specified by:
linkPlatein interface_ScreenOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationListin interface_ScreenOperations
-
linkedPlateList
public java.util.List<Plate> linkedPlateList(Ice.Current __current)
- Specified by:
linkedPlateListin interface_ScreenOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Screen toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinksin interface_ScreenOperations
-
reloadPlateLinks
public void reloadPlateLinks(Screen toCopy, Ice.Current __current)
- Specified by:
reloadPlateLinksin interface_ScreenOperations
-
reloadReagents
public void reloadReagents(Screen toCopy, Ice.Current __current)
- Specified by:
reloadReagentsin interface_ScreenOperations
-
removeAllReagentSet
public void removeAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
- Specified by:
removeAllReagentSetin interface_ScreenOperations
-
removeAllScreenAnnotationLinkSet
public void removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllScreenAnnotationLinkSetin interface_ScreenOperations
-
removeAllScreenPlateLinkSet
public void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
- Specified by:
removeAllScreenPlateLinkSetin interface_ScreenOperations
-
removeReagent
public void removeReagent(Reagent theTarget, Ice.Current __current)
- Specified by:
removeReagentin interface_ScreenOperations
-
removeScreenAnnotationLink
public void removeScreenAnnotationLink(ScreenAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeScreenAnnotationLinkin interface_ScreenOperations
-
removeScreenAnnotationLinkFromBoth
public void removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeScreenAnnotationLinkFromBothin interface_ScreenOperations
-
removeScreenPlateLink
public void removeScreenPlateLink(ScreenPlateLink theTarget, Ice.Current __current)
- Specified by:
removeScreenPlateLinkin interface_ScreenOperations
-
removeScreenPlateLinkFromBoth
public void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeScreenPlateLinkFromBothin interface_ScreenOperations
-
setDescription
public void setDescription(RString theDescription, Ice.Current __current)
- Specified by:
setDescriptionin interface_ScreenOperations
-
setName
public void setName(RString theName, Ice.Current __current)
- Specified by:
setNamein interface_ScreenOperations
-
setProtocolDescription
public void setProtocolDescription(RString theProtocolDescription, Ice.Current __current)
- Specified by:
setProtocolDescriptionin interface_ScreenOperations
-
setProtocolIdentifier
public void setProtocolIdentifier(RString theProtocolIdentifier, Ice.Current __current)
- Specified by:
setProtocolIdentifierin interface_ScreenOperations
-
setReagentSetDescription
public void setReagentSetDescription(RString theReagentSetDescription, Ice.Current __current)
- Specified by:
setReagentSetDescriptionin interface_ScreenOperations
-
setReagentSetIdentifier
public void setReagentSetIdentifier(RString theReagentSetIdentifier, Ice.Current __current)
- Specified by:
setReagentSetIdentifierin interface_ScreenOperations
-
setType
public void setType(RString theType, Ice.Current __current)
- Specified by:
setTypein interface_ScreenOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersionin interface_ScreenOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinksin interface_ScreenOperations
-
sizeOfPlateLinks
public int sizeOfPlateLinks(Ice.Current __current)
- Specified by:
sizeOfPlateLinksin interface_ScreenOperations
-
sizeOfReagents
public int sizeOfReagents(Ice.Current __current)
- Specified by:
sizeOfReagentsin interface_ScreenOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotationin interface_ScreenOperations
-
unlinkPlate
public void unlinkPlate(Plate removal, Ice.Current __current)
- Specified by:
unlinkPlatein interface_ScreenOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinksin interface_ScreenOperations
-
unloadPlateLinks
public void unloadPlateLinks(Ice.Current __current)
- Specified by:
unloadPlateLinksin interface_ScreenOperations
-
unloadReagents
public void unloadReagents(Ice.Current __current)
- Specified by:
unloadReagentsin interface_ScreenOperations
-
-