public class WellI extends Well implements ome.model.ModelBased
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALPHA |
static java.lang.String |
ANNOTATIONLINKS |
static java.lang.String |
BLUE |
static java.lang.String |
COLUMN |
static java.lang.String |
DETAILS |
static java.lang.String |
EXTERNALDESCRIPTION |
static java.lang.String |
EXTERNALIDENTIFIER |
static java.lang.String |
GREEN |
static java.lang.String |
PLATE |
static java.lang.String |
REAGENTLINKS |
static java.lang.String |
RED |
static java.lang.String |
ROW |
static java.lang.String |
STATUS |
static java.lang.String |
TYPE |
static java.lang.String |
WELLSAMPLES |
__ids, alpha, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, blue, column, externalDescription, externalIdentifier, green, plate, reagentLinksCountPerOwner, reagentLinksLoaded, reagentLinksSeq, red, row, serialVersionUID, status, type, version, wellSamplesLoaded, wellSamplesSeq
Constructor and Description |
---|
WellI() |
WellI(long id,
boolean loaded) |
WellI(RLong id,
boolean loaded) |
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) |
static java.util.List<WellI> |
cast(java.util.List list)
Casts (without warning) the given list to a list of
the current type.
|
void |
clearAnnotationLinks(Ice.Current current) |
void |
clearReagentLinks(Ice.Current current) |
void |
clearWellSamples(Ice.Current current) |
java.util.List |
copyAnnotationLinks(Ice.Current current) |
void |
copyObject(ome.util.Filterable model,
ome.util.ModelMapper _mapper)
Used by
IceMapper to inject an "ome.model" object into this
"omero.model" object. |
java.util.List |
copyReagentLinks(Ice.Current current) |
java.util.List |
copyWellSamples(Ice.Current current) |
protected void |
errorIfUnloaded() |
ome.util.Filterable |
fillObject(ome.util.ReverseModelMapper _mapper)
Used by
IceMapper produce an "ome.model" object from this
"omero.model" object. |
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) |
protected java.util.List |
getAnnotationLinks(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) |
Details |
getDetails(Ice.Current current) |
RString |
getExternalDescription(Ice.Current current) |
RString |
getExternalIdentifier(Ice.Current current) |
RInt |
getGreen(Ice.Current current) |
RLong |
getId(Ice.Current current) |
Plate |
getPlate(Ice.Current current) |
WellSample |
getPrimaryWellSample(Ice.Current current) |
protected java.util.List |
getReagentLinks(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) |
protected java.util.List |
getWellSamples(Ice.Current current) |
boolean |
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isAnnotationLinksLoaded() |
boolean |
isGlobal(Ice.Current current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink(Ice.Current current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current current)
The server will persist changes made to these types.
|
boolean |
isReagentLinksLoaded() |
boolean |
isWellSamplesLoaded() |
java.util.Iterator |
iterateAnnotationLinks() |
java.util.Iterator |
iterateReagentLinks() |
java.util.Iterator |
iterateWellSamples() |
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) |
IObject |
proxy(Ice.Current current)
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
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 target,
Ice.Current current) |
void |
removeWellAnnotationLinkFromBoth(WellAnnotationLink link,
boolean bothSides,
Ice.Current current) |
void |
removeWellReagentLink(WellReagentLink target,
Ice.Current current) |
void |
removeWellReagentLinkFromBoth(WellReagentLink link,
boolean bothSides,
Ice.Current current) |
void |
removeWellSample(WellSample target,
Ice.Current current) |
void |
setAlpha(RInt alpha,
Ice.Current current) |
protected void |
setAnnotationLinks(java.util.List annotationLinks,
Ice.Current current) |
void |
setBlue(RInt blue,
Ice.Current current) |
void |
setColumn(RInt column,
Ice.Current current) |
void |
setExternalDescription(RString externalDescription,
Ice.Current current) |
void |
setExternalIdentifier(RString externalIdentifier,
Ice.Current current) |
void |
setGreen(RInt green,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
void |
setPlate(Plate plate,
Ice.Current current) |
WellSample |
setPrimaryWellSample(WellSample element,
Ice.Current current) |
protected void |
setReagentLinks(java.util.List reagentLinks,
Ice.Current current) |
void |
setRed(RInt red,
Ice.Current current) |
void |
setRow(RInt row,
Ice.Current current) |
void |
setStatus(RString status,
Ice.Current current) |
void |
setType(RString type,
Ice.Current current) |
void |
setVersion(RInt version,
Ice.Current current) |
WellSample |
setWellSample(int index,
WellSample element,
Ice.Current current) |
protected void |
setWellSamples(java.util.List wellSamples,
Ice.Current current) |
IObject |
shallowCopy(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.
|
int |
sizeOfAnnotationLinks(Ice.Current current) |
int |
sizeOfReagentLinks(Ice.Current current) |
int |
sizeOfWellSamples(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current current) |
void |
unlinkReagent(Reagent removal,
Ice.Current current) |
void |
unload(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.
|
void |
unloadAlpha() |
void |
unloadAnnotationLinks(Ice.Current current) |
void |
unloadBlue() |
void |
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadColumn() |
void |
unloadDetails(Ice.Current current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadExternalDescription() |
void |
unloadExternalIdentifier() |
void |
unloadGreen() |
void |
unloadPlate() |
void |
unloadReagentLinks(Ice.Current current) |
void |
unloadRed() |
void |
unloadRow() |
void |
unloadStatus() |
void |
unloadType() |
void |
unloadWellSamples(Ice.Current current) |
___addAllWellAnnotationLinkSet, ___addAllWellReagentLinkSet, ___addAllWellSampleSet, ___addWellAnnotationLink, ___addWellAnnotationLinkToBoth, ___addWellReagentLink, ___addWellReagentLinkToBoth, ___addWellSample, ___clearAnnotationLinks, ___clearReagentLinks, ___clearWellSamples, ___copyAnnotationLinks, ___copyReagentLinks, ___copyWellSamples, ___findWellAnnotationLink, ___findWellReagentLink, ___getAlpha, ___getAnnotationLinksCountPerOwner, ___getBlue, ___getColumn, ___getExternalDescription, ___getExternalIdentifier, ___getGreen, ___getPlate, ___getPrimaryWellSample, ___getReagentLinksCountPerOwner, ___getRed, ___getRow, ___getStatus, ___getType, ___getVersion, ___getWellSample, ___linkAnnotation, ___linkedAnnotationList, ___linkedReagentList, ___linkReagent, ___reloadAnnotationLinks, ___reloadReagentLinks, ___reloadWellSamples, ___removeAllWellAnnotationLinkSet, ___removeAllWellReagentLinkSet, ___removeAllWellSampleSet, ___removeWellAnnotationLink, ___removeWellAnnotationLinkFromBoth, ___removeWellReagentLink, ___removeWellReagentLinkFromBoth, ___removeWellSample, ___setAlpha, ___setBlue, ___setColumn, ___setExternalDescription, ___setExternalIdentifier, ___setGreen, ___setPlate, ___setPrimaryWellSample, ___setRed, ___setRow, ___setStatus, ___setType, ___setVersion, ___setWellSample, ___sizeOfAnnotationLinks, ___sizeOfReagentLinks, ___sizeOfWellSamples, ___unlinkAnnotation, ___unlinkReagent, ___unloadAnnotationLinks, ___unloadReagentLinks, ___unloadWellSamples, __dispatch, __readImpl, __writeImpl, addAllWellAnnotationLinkSet, addAllWellReagentLinkSet, addAllWellSampleSet, addWellAnnotationLink, addWellAnnotationLinkToBoth, addWellReagentLink, addWellReagentLinkToBoth, addWellSample, clearAnnotationLinks, clearReagentLinks, clearWellSamples, clone, copyAnnotationLinks, copyReagentLinks, copyWellSamples, findWellAnnotationLink, findWellReagentLink, getAlpha, getAnnotationLinksCountPerOwner, getBlue, getColumn, getExternalDescription, getExternalIdentifier, getGreen, getPlate, getPrimaryWellSample, getReagentLinksCountPerOwner, getRed, getRow, getStatus, getType, getVersion, getWellSample, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedReagentList, linkReagent, reloadAnnotationLinks, reloadReagentLinks, reloadWellSamples, removeAllWellAnnotationLinkSet, removeAllWellReagentLinkSet, removeAllWellSampleSet, removeWellAnnotationLink, removeWellAnnotationLinkFromBoth, removeWellReagentLink, removeWellReagentLinkFromBoth, removeWellSample, setAlpha, setBlue, setColumn, setExternalDescription, setExternalIdentifier, setGreen, setPlate, setPrimaryWellSample, setRed, setRow, setStatus, setType, setVersion, setWellSample, sizeOfAnnotationLinks, sizeOfReagentLinks, sizeOfWellSamples, unlinkAnnotation, unlinkReagent, unloadAnnotationLinks, unloadReagentLinks, unloadWellSamples
___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
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String STATUS
public static final java.lang.String COLUMN
public static final java.lang.String ROW
public static final java.lang.String RED
public static final java.lang.String GREEN
public static final java.lang.String BLUE
public static final java.lang.String ALPHA
public static final java.lang.String REAGENTLINKS
public static final java.lang.String EXTERNALDESCRIPTION
public static final java.lang.String EXTERNALIDENTIFIER
public static final java.lang.String TYPE
public static final java.lang.String WELLSAMPLES
public static final java.lang.String PLATE
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String DETAILS
public WellI()
public WellI(long id, boolean loaded)
public WellI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _WellOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _WellOperations
public void unloadStatus()
public RString getStatus(Ice.Current current) throws UnloadedEntityException
getStatus
in interface _WellOperations
UnloadedEntityException
public void setStatus(RString status, Ice.Current current) throws UnloadedEntityException
setStatus
in interface _WellOperations
UnloadedEntityException
public void unloadColumn()
public RInt getColumn(Ice.Current current) throws UnloadedEntityException
getColumn
in interface _WellOperations
UnloadedEntityException
public void setColumn(RInt column, Ice.Current current) throws UnloadedEntityException
setColumn
in interface _WellOperations
UnloadedEntityException
public void unloadRow()
public RInt getRow(Ice.Current current) throws UnloadedEntityException
getRow
in interface _WellOperations
UnloadedEntityException
public void setRow(RInt row, Ice.Current current) throws UnloadedEntityException
setRow
in interface _WellOperations
UnloadedEntityException
public void unloadRed()
public RInt getRed(Ice.Current current) throws UnloadedEntityException
getRed
in interface _WellOperations
UnloadedEntityException
public void setRed(RInt red, Ice.Current current) throws UnloadedEntityException
setRed
in interface _WellOperations
UnloadedEntityException
public void unloadGreen()
public RInt getGreen(Ice.Current current) throws UnloadedEntityException
getGreen
in interface _WellOperations
UnloadedEntityException
public void setGreen(RInt green, Ice.Current current) throws UnloadedEntityException
setGreen
in interface _WellOperations
UnloadedEntityException
public void unloadBlue()
public RInt getBlue(Ice.Current current) throws UnloadedEntityException
getBlue
in interface _WellOperations
UnloadedEntityException
public void setBlue(RInt blue, Ice.Current current) throws UnloadedEntityException
setBlue
in interface _WellOperations
UnloadedEntityException
public void unloadAlpha()
public RInt getAlpha(Ice.Current current) throws UnloadedEntityException
getAlpha
in interface _WellOperations
UnloadedEntityException
public void setAlpha(RInt alpha, Ice.Current current) throws UnloadedEntityException
setAlpha
in interface _WellOperations
UnloadedEntityException
public void unloadReagentLinks(Ice.Current current)
unloadReagentLinks
in interface _WellOperations
protected java.util.List getReagentLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setReagentLinks(java.util.List reagentLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isReagentLinksLoaded()
public int sizeOfReagentLinks(Ice.Current current) throws UnloadedEntityException
sizeOfReagentLinks
in interface _WellOperations
UnloadedEntityException
public java.util.List copyReagentLinks(Ice.Current current) throws UnloadedEntityException
copyReagentLinks
in interface _WellOperations
UnloadedEntityException
public java.util.Iterator iterateReagentLinks() throws UnloadedEntityException
UnloadedEntityException
public void addWellReagentLink(WellReagentLink target, Ice.Current current) throws UnloadedEntityException
addWellReagentLink
in interface _WellOperations
UnloadedEntityException
public void addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current current) throws UnloadedEntityException
addAllWellReagentLinkSet
in interface _WellOperations
UnloadedEntityException
public void removeWellReagentLink(WellReagentLink target, Ice.Current current) throws UnloadedEntityException
removeWellReagentLink
in interface _WellOperations
UnloadedEntityException
public void removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellReagentLinkSet
in interface _WellOperations
UnloadedEntityException
public void clearReagentLinks(Ice.Current current) throws UnloadedEntityException
clearReagentLinks
in interface _WellOperations
UnloadedEntityException
public void reloadReagentLinks(Well toCopy, Ice.Current current) throws UnloadedEntityException
reloadReagentLinks
in interface _WellOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getReagentLinksCountPerOwner(Ice.Current current)
getReagentLinksCountPerOwner
in interface _WellOperations
public WellReagentLink linkReagent(Reagent addition, Ice.Current current) throws UnloadedEntityException
linkReagent
in interface _WellOperations
UnloadedEntityException
public void addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addWellReagentLinkToBoth
in interface _WellOperations
UnloadedEntityException
public java.util.List<WellReagentLink> findWellReagentLink(Reagent removal, Ice.Current current) throws UnloadedEntityException
findWellReagentLink
in interface _WellOperations
UnloadedEntityException
public void unlinkReagent(Reagent removal, Ice.Current current) throws UnloadedEntityException
unlinkReagent
in interface _WellOperations
UnloadedEntityException
public void removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeWellReagentLinkFromBoth
in interface _WellOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Reagent> linkedReagentList(Ice.Current current) throws UnloadedEntityException
linkedReagentList
in interface _WellOperations
UnloadedEntityException
public void unloadExternalDescription()
public RString getExternalDescription(Ice.Current current) throws UnloadedEntityException
getExternalDescription
in interface _WellOperations
UnloadedEntityException
public void setExternalDescription(RString externalDescription, Ice.Current current) throws UnloadedEntityException
setExternalDescription
in interface _WellOperations
UnloadedEntityException
public void unloadExternalIdentifier()
public RString getExternalIdentifier(Ice.Current current) throws UnloadedEntityException
getExternalIdentifier
in interface _WellOperations
UnloadedEntityException
public void setExternalIdentifier(RString externalIdentifier, Ice.Current current) throws UnloadedEntityException
setExternalIdentifier
in interface _WellOperations
UnloadedEntityException
public void unloadType()
public RString getType(Ice.Current current) throws UnloadedEntityException
getType
in interface _WellOperations
UnloadedEntityException
public void setType(RString type, Ice.Current current) throws UnloadedEntityException
setType
in interface _WellOperations
UnloadedEntityException
public void unloadWellSamples(Ice.Current current)
unloadWellSamples
in interface _WellOperations
protected java.util.List getWellSamples(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setWellSamples(java.util.List wellSamples, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isWellSamplesLoaded()
public int sizeOfWellSamples(Ice.Current current) throws UnloadedEntityException
sizeOfWellSamples
in interface _WellOperations
UnloadedEntityException
public java.util.List copyWellSamples(Ice.Current current) throws UnloadedEntityException
copyWellSamples
in interface _WellOperations
UnloadedEntityException
public java.util.Iterator iterateWellSamples() throws UnloadedEntityException
UnloadedEntityException
public void addWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
addWellSample
in interface _WellOperations
UnloadedEntityException
public void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
addAllWellSampleSet
in interface _WellOperations
UnloadedEntityException
public void removeWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
removeWellSample
in interface _WellOperations
UnloadedEntityException
public void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellSampleSet
in interface _WellOperations
UnloadedEntityException
public void clearWellSamples(Ice.Current current) throws UnloadedEntityException
clearWellSamples
in interface _WellOperations
UnloadedEntityException
public void reloadWellSamples(Well toCopy, Ice.Current current) throws UnloadedEntityException
reloadWellSamples
in interface _WellOperations
UnloadedEntityException
public WellSample getWellSample(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getWellSample
in interface _WellOperations
java.lang.IndexOutOfBoundsException
public WellSample setWellSample(int index, WellSample element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setWellSample
in interface _WellOperations
java.lang.IndexOutOfBoundsException
public WellSample getPrimaryWellSample(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryWellSample
in interface _WellOperations
java.lang.IndexOutOfBoundsException
public WellSample setPrimaryWellSample(WellSample element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryWellSample
in interface _WellOperations
java.lang.IndexOutOfBoundsException
public void unloadPlate()
public Plate getPlate(Ice.Current current) throws UnloadedEntityException
getPlate
in interface _WellOperations
UnloadedEntityException
public void setPlate(Plate plate, Ice.Current current) throws UnloadedEntityException
setPlate
in interface _WellOperations
UnloadedEntityException
public void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks
in interface _WellOperations
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isAnnotationLinksLoaded()
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException
sizeOfAnnotationLinks
in interface _WellOperations
UnloadedEntityException
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
copyAnnotationLinks
in interface _WellOperations
UnloadedEntityException
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
UnloadedEntityException
public void addWellAnnotationLink(WellAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addWellAnnotationLink
in interface _WellOperations
UnloadedEntityException
public void addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllWellAnnotationLinkSet
in interface _WellOperations
UnloadedEntityException
public void removeWellAnnotationLink(WellAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeWellAnnotationLink
in interface _WellOperations
UnloadedEntityException
public void removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellAnnotationLinkSet
in interface _WellOperations
UnloadedEntityException
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
clearAnnotationLinks
in interface _WellOperations
UnloadedEntityException
public void reloadAnnotationLinks(Well toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks
in interface _WellOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner
in interface _WellOperations
public WellAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation
in interface _WellOperations
UnloadedEntityException
public void addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addWellAnnotationLinkToBoth
in interface _WellOperations
UnloadedEntityException
public java.util.List<WellAnnotationLink> findWellAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findWellAnnotationLink
in interface _WellOperations
UnloadedEntityException
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation
in interface _WellOperations
UnloadedEntityException
public void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeWellAnnotationLinkFromBoth
in interface _WellOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList
in interface _WellOperations
UnloadedEntityException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<WellI> cast(java.util.List list)
java.lang.ClassCastException