Package omero.model
Class ScreenI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Screen
-
- omero.model.ScreenI
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,ome.model.ModelBased,_IObjectOperations,_IObjectOperationsNC,_ScreenOperations,_ScreenOperationsNC
public class ScreenI extends Screen implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANNOTATIONLINKSstatic java.lang.StringDESCRIPTIONstatic java.lang.StringDETAILSstatic java.lang.StringNAMEstatic java.lang.StringPLATELINKSstatic java.lang.StringPROTOCOLDESCRIPTIONstatic java.lang.StringPROTOCOLIDENTIFIERstatic java.lang.StringREAGENTSstatic java.lang.StringREAGENTSETDESCRIPTIONstatic java.lang.StringREAGENTSETIDENTIFIERstatic java.lang.StringTYPE-
Fields inherited from class omero.model.Screen
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, description, name, plateLinksCountPerOwner, plateLinksLoaded, plateLinksSeq, protocolDescription, protocolIdentifier, reagentSetDescription, reagentSetIdentifier, reagentsLoaded, reagentsSeq, serialVersionUID, type, version
-
-
Method Summary
All Methods Static 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)static java.util.List<ScreenI>cast(java.util.List list)Casts (without warning) the given list to a list of the current type.voidclearAnnotationLinks(Ice.Current current)voidclearPlateLinks(Ice.Current current)voidclearReagents(Ice.Current current)java.util.ListcopyAnnotationLinks(Ice.Current current)voidcopyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.java.util.ListcopyPlateLinks(Ice.Current current)java.util.ListcopyReagents(Ice.Current current)protected voiderrorIfUnloaded()ome.util.FilterablefillObject(ome.util.ReverseModelMapper _mapper)Used byIceMapperproduce an "ome.model" object from this "omero.model" object.java.util.List<ScreenAnnotationLink>findScreenAnnotationLink(Annotation removal, Ice.Current current)java.util.List<ScreenPlateLink>findScreenPlateLink(Plate removal, Ice.Current current)protected java.util.ListgetAnnotationLinks(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)protected java.util.ListgetPlateLinks(Ice.Current current)java.util.Map<java.lang.Long,java.lang.Long>getPlateLinksCountPerOwner(Ice.Current current)RStringgetProtocolDescription(Ice.Current current)RStringgetProtocolIdentifier(Ice.Current current)protected java.util.ListgetReagents(Ice.Current current)RStringgetReagentSetDescription(Ice.Current current)RStringgetReagentSetIdentifier(Ice.Current current)RStringgetType(Ice.Current current)RIntgetVersion(Ice.Current current)booleanisAnnotated(Ice.Current current)Allows for the attachment of any omero.model.Annotation subclasses.booleanisAnnotationLinksLoaded()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.booleanisPlateLinksLoaded()booleanisReagentsLoaded()java.util.IteratoriterateAnnotationLinks()java.util.IteratoriteratePlateLinks()java.util.IteratoriterateReagents()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 target, Ice.Current current)voidremoveScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current current)voidremoveScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current current)voidremoveScreenPlateLink(ScreenPlateLink target, Ice.Current current)voidremoveScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current current)protected voidsetAnnotationLinks(java.util.List annotationLinks, Ice.Current current)voidsetDescription(RString description, Ice.Current current)voidsetId(RLong id, Ice.Current current)voidsetName(RString name, Ice.Current current)protected voidsetPlateLinks(java.util.List plateLinks, Ice.Current current)voidsetProtocolDescription(RString protocolDescription, Ice.Current current)voidsetProtocolIdentifier(RString protocolIdentifier, Ice.Current current)protected voidsetReagents(java.util.List reagents, Ice.Current current)voidsetReagentSetDescription(RString reagentSetDescription, Ice.Current current)voidsetReagentSetIdentifier(RString reagentSetIdentifier, Ice.Current current)voidsetType(RString type, Ice.Current current)voidsetVersion(RInt version, 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)protected voidthrowNullCollectionException(java.lang.String propertyName)protected voidtoggleCollectionsLoaded(boolean load)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.voidunloadDescription()voidunloadDetails(Ice.Current current)As with collections, the objects under details can link to many other objects.voidunloadName()voidunloadPlateLinks(Ice.Current current)voidunloadProtocolDescription()voidunloadProtocolIdentifier()voidunloadReagents(Ice.Current current)voidunloadReagentSetDescription()voidunloadReagentSetIdentifier()voidunloadType()-
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
equals, finalize, getClass, hashCode, 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
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
PROTOCOLIDENTIFIER
public static final java.lang.String PROTOCOLIDENTIFIER
- See Also:
- Constant Field Values
-
PROTOCOLDESCRIPTION
public static final java.lang.String PROTOCOLDESCRIPTION
- See Also:
- Constant Field Values
-
REAGENTSETIDENTIFIER
public static final java.lang.String REAGENTSETIDENTIFIER
- See Also:
- Constant Field Values
-
REAGENTSETDESCRIPTION
public static final java.lang.String REAGENTSETDESCRIPTION
- See Also:
- Constant Field Values
-
PLATELINKS
public static final java.lang.String PLATELINKS
- See Also:
- Constant Field Values
-
REAGENTS
public static final java.lang.String REAGENTS
- See Also:
- Constant Field Values
-
ANNOTATIONLINKS
public static final java.lang.String ANNOTATIONLINKS
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ScreenI
public ScreenI()
-
ScreenI
public ScreenI(long id, boolean loaded)
-
ScreenI
public ScreenI(RLong id, boolean loaded)
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getIdin interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setIdin interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetailsin interface_IObjectOperations
-
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.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersionin interface_ScreenOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersionin interface_ScreenOperations
-
unloadType
public void unloadType()
-
getType
public RString getType(Ice.Current current) throws UnloadedEntityException
- Specified by:
getTypein interface_ScreenOperations- Throws:
UnloadedEntityException
-
setType
public void setType(RString type, Ice.Current current) throws UnloadedEntityException
- Specified by:
setTypein interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadProtocolIdentifier
public void unloadProtocolIdentifier()
-
getProtocolIdentifier
public RString getProtocolIdentifier(Ice.Current current) throws UnloadedEntityException
- Specified by:
getProtocolIdentifierin interface_ScreenOperations- Throws:
UnloadedEntityException
-
setProtocolIdentifier
public void setProtocolIdentifier(RString protocolIdentifier, Ice.Current current) throws UnloadedEntityException
- Specified by:
setProtocolIdentifierin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadProtocolDescription
public void unloadProtocolDescription()
-
getProtocolDescription
public RString getProtocolDescription(Ice.Current current) throws UnloadedEntityException
- Specified by:
getProtocolDescriptionin interface_ScreenOperations- Throws:
UnloadedEntityException
-
setProtocolDescription
public void setProtocolDescription(RString protocolDescription, Ice.Current current) throws UnloadedEntityException
- Specified by:
setProtocolDescriptionin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadReagentSetIdentifier
public void unloadReagentSetIdentifier()
-
getReagentSetIdentifier
public RString getReagentSetIdentifier(Ice.Current current) throws UnloadedEntityException
- Specified by:
getReagentSetIdentifierin interface_ScreenOperations- Throws:
UnloadedEntityException
-
setReagentSetIdentifier
public void setReagentSetIdentifier(RString reagentSetIdentifier, Ice.Current current) throws UnloadedEntityException
- Specified by:
setReagentSetIdentifierin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadReagentSetDescription
public void unloadReagentSetDescription()
-
getReagentSetDescription
public RString getReagentSetDescription(Ice.Current current) throws UnloadedEntityException
- Specified by:
getReagentSetDescriptionin interface_ScreenOperations- Throws:
UnloadedEntityException
-
setReagentSetDescription
public void setReagentSetDescription(RString reagentSetDescription, Ice.Current current) throws UnloadedEntityException
- Specified by:
setReagentSetDescriptionin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadPlateLinks
public void unloadPlateLinks(Ice.Current current)
- Specified by:
unloadPlateLinksin interface_ScreenOperations
-
getPlateLinks
protected java.util.List getPlateLinks(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setPlateLinks
protected void setPlateLinks(java.util.List plateLinks, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isPlateLinksLoaded
public boolean isPlateLinksLoaded()
-
sizeOfPlateLinks
public int sizeOfPlateLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfPlateLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
copyPlateLinks
public java.util.List copyPlateLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
copyPlateLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
iteratePlateLinks
public java.util.Iterator iteratePlateLinks() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addScreenPlateLink
public void addScreenPlateLink(ScreenPlateLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addScreenPlateLinkin interface_ScreenOperations- Throws:
UnloadedEntityException
-
addAllScreenPlateLinkSet
public void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllScreenPlateLinkSetin interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeScreenPlateLink
public void removeScreenPlateLink(ScreenPlateLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeScreenPlateLinkin interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeAllScreenPlateLinkSet
public void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllScreenPlateLinkSetin interface_ScreenOperations- Throws:
UnloadedEntityException
-
clearPlateLinks
public void clearPlateLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
clearPlateLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
reloadPlateLinks
public void reloadPlateLinks(Screen toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadPlateLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
getPlateLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getPlateLinksCountPerOwner(Ice.Current current)
- Specified by:
getPlateLinksCountPerOwnerin interface_ScreenOperations
-
linkPlate
public ScreenPlateLink linkPlate(Plate addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkPlatein interface_ScreenOperations- Throws:
UnloadedEntityException
-
addScreenPlateLinkToBoth
public void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addScreenPlateLinkToBothin interface_ScreenOperations- Throws:
UnloadedEntityException
-
findScreenPlateLink
public java.util.List<ScreenPlateLink> findScreenPlateLink(Plate removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findScreenPlateLinkin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unlinkPlate
public void unlinkPlate(Plate removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkPlatein interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeScreenPlateLinkFromBoth
public void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeScreenPlateLinkFromBothin interface_ScreenOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedPlateList
public java.util.List<Plate> linkedPlateList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedPlateListin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadReagents
public void unloadReagents(Ice.Current current)
- Specified by:
unloadReagentsin interface_ScreenOperations
-
getReagents
protected java.util.List getReagents(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setReagents
protected void setReagents(java.util.List reagents, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isReagentsLoaded
public boolean isReagentsLoaded()
-
sizeOfReagents
public int sizeOfReagents(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfReagentsin interface_ScreenOperations- Throws:
UnloadedEntityException
-
copyReagents
public java.util.List copyReagents(Ice.Current current) throws UnloadedEntityException- Specified by:
copyReagentsin interface_ScreenOperations- Throws:
UnloadedEntityException
-
iterateReagents
public java.util.Iterator iterateReagents() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addReagent
public void addReagent(Reagent target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addReagentin interface_ScreenOperations- Throws:
UnloadedEntityException
-
addAllReagentSet
public void addAllReagentSet(java.util.List<Reagent> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllReagentSetin interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeReagent
public void removeReagent(Reagent target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeReagentin interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeAllReagentSet
public void removeAllReagentSet(java.util.List<Reagent> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllReagentSetin interface_ScreenOperations- Throws:
UnloadedEntityException
-
clearReagents
public void clearReagents(Ice.Current current) throws UnloadedEntityException- Specified by:
clearReagentsin interface_ScreenOperations- Throws:
UnloadedEntityException
-
reloadReagents
public void reloadReagents(Screen toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadReagentsin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current current)
- Specified by:
unloadAnnotationLinksin interface_ScreenOperations
-
getAnnotationLinks
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setAnnotationLinks
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isAnnotationLinksLoaded
public boolean isAnnotationLinksLoaded()
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfAnnotationLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
copyAnnotationLinks
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
copyAnnotationLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
iterateAnnotationLinks
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addScreenAnnotationLink
public void addScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addScreenAnnotationLinkin interface_ScreenOperations- Throws:
UnloadedEntityException
-
addAllScreenAnnotationLinkSet
public void addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllScreenAnnotationLinkSetin interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeScreenAnnotationLink
public void removeScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeScreenAnnotationLinkin interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeAllScreenAnnotationLinkSet
public void removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllScreenAnnotationLinkSetin interface_ScreenOperations- Throws:
UnloadedEntityException
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
clearAnnotationLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Screen toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadAnnotationLinksin interface_ScreenOperations- Throws:
UnloadedEntityException
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
- Specified by:
getAnnotationLinksCountPerOwnerin interface_ScreenOperations
-
linkAnnotation
public ScreenAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkAnnotationin interface_ScreenOperations- Throws:
UnloadedEntityException
-
addScreenAnnotationLinkToBoth
public void addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addScreenAnnotationLinkToBothin interface_ScreenOperations- Throws:
UnloadedEntityException
-
findScreenAnnotationLink
public java.util.List<ScreenAnnotationLink> findScreenAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findScreenAnnotationLinkin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkAnnotationin interface_ScreenOperations- Throws:
UnloadedEntityException
-
removeScreenAnnotationLinkFromBoth
public void removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeScreenAnnotationLinkFromBothin interface_ScreenOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedAnnotationListin interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadName
public void unloadName()
-
getName
public RString getName(Ice.Current current) throws UnloadedEntityException
- Specified by:
getNamein interface_ScreenOperations- Throws:
UnloadedEntityException
-
setName
public void setName(RString name, Ice.Current current) throws UnloadedEntityException
- Specified by:
setNamein interface_ScreenOperations- Throws:
UnloadedEntityException
-
unloadDescription
public void unloadDescription()
-
getDescription
public RString getDescription(Ice.Current current) throws UnloadedEntityException
- Specified by:
getDescriptionin interface_ScreenOperations- Throws:
UnloadedEntityException
-
setDescription
public void setDescription(RString description, Ice.Current current) throws UnloadedEntityException
- Specified by:
setDescriptionin interface_ScreenOperations- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObjectin interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapperproduce an "ome.model" object from this "omero.model" object.- Specified by:
fillObjectin interfaceome.model.ModelBased
-
cast
public static java.util.List<ScreenI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-