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_preMarshalequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailspublic 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
UnloadedEntityExceptionprotected void throwNullCollectionException(java.lang.String propertyName)
throws UnloadedCollectionException
UnloadedCollectionExceptionprotected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperationsunload in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperationsisLoaded in interface _IObjectOperationscurrent - The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperationsunloadCollections in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperationsisGlobal in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperationsisMutable in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperationsisAnnotated in interface _IObjectOperationscurrent - The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperationsisLink in interface _IObjectOperationscurrent - The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperationsshallowCopy in interface _IObjectOperationscurrent - The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperationsproxy in interface _IObjectOperationscurrent - The Current object for the invocation.public RLong getId(Ice.Current current)
getId in interface _IObjectOperationspublic void setId(RLong id, Ice.Current current)
setId in interface _IObjectOperationspublic Details getDetails(Ice.Current current)
getDetails in interface _IObjectOperationspublic void unloadDetails(Ice.Current current)
_IObjectOperationsunloadDetails in interface _IObjectOperationscurrent - The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion in interface _WellOperationspublic void setVersion(RInt version, Ice.Current current)
setVersion in interface _WellOperationspublic void unloadStatus()
public RString getStatus(Ice.Current current) throws UnloadedEntityException
getStatus in interface _WellOperationsUnloadedEntityExceptionpublic void setStatus(RString status, Ice.Current current) throws UnloadedEntityException
setStatus in interface _WellOperationsUnloadedEntityExceptionpublic void unloadColumn()
public RInt getColumn(Ice.Current current) throws UnloadedEntityException
getColumn in interface _WellOperationsUnloadedEntityExceptionpublic void setColumn(RInt column, Ice.Current current) throws UnloadedEntityException
setColumn in interface _WellOperationsUnloadedEntityExceptionpublic void unloadRow()
public RInt getRow(Ice.Current current) throws UnloadedEntityException
getRow in interface _WellOperationsUnloadedEntityExceptionpublic void setRow(RInt row, Ice.Current current) throws UnloadedEntityException
setRow in interface _WellOperationsUnloadedEntityExceptionpublic void unloadRed()
public RInt getRed(Ice.Current current) throws UnloadedEntityException
getRed in interface _WellOperationsUnloadedEntityExceptionpublic void setRed(RInt red, Ice.Current current) throws UnloadedEntityException
setRed in interface _WellOperationsUnloadedEntityExceptionpublic void unloadGreen()
public RInt getGreen(Ice.Current current) throws UnloadedEntityException
getGreen in interface _WellOperationsUnloadedEntityExceptionpublic void setGreen(RInt green, Ice.Current current) throws UnloadedEntityException
setGreen in interface _WellOperationsUnloadedEntityExceptionpublic void unloadBlue()
public RInt getBlue(Ice.Current current) throws UnloadedEntityException
getBlue in interface _WellOperationsUnloadedEntityExceptionpublic void setBlue(RInt blue, Ice.Current current) throws UnloadedEntityException
setBlue in interface _WellOperationsUnloadedEntityExceptionpublic void unloadAlpha()
public RInt getAlpha(Ice.Current current) throws UnloadedEntityException
getAlpha in interface _WellOperationsUnloadedEntityExceptionpublic void setAlpha(RInt alpha, Ice.Current current) throws UnloadedEntityException
setAlpha in interface _WellOperationsUnloadedEntityExceptionpublic void unloadReagentLinks(Ice.Current current)
unloadReagentLinks in interface _WellOperationsprotected java.util.List getReagentLinks(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setReagentLinks(java.util.List reagentLinks,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isReagentLinksLoaded()
public int sizeOfReagentLinks(Ice.Current current)
throws UnloadedEntityException
sizeOfReagentLinks in interface _WellOperationsUnloadedEntityExceptionpublic java.util.List copyReagentLinks(Ice.Current current)
throws UnloadedEntityException
copyReagentLinks in interface _WellOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateReagentLinks()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addWellReagentLink(WellReagentLink target, Ice.Current current) throws UnloadedEntityException
addWellReagentLink in interface _WellOperationsUnloadedEntityExceptionpublic void addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current current) throws UnloadedEntityException
addAllWellReagentLinkSet in interface _WellOperationsUnloadedEntityExceptionpublic void removeWellReagentLink(WellReagentLink target, Ice.Current current) throws UnloadedEntityException
removeWellReagentLink in interface _WellOperationsUnloadedEntityExceptionpublic void removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellReagentLinkSet in interface _WellOperationsUnloadedEntityExceptionpublic void clearReagentLinks(Ice.Current current)
throws UnloadedEntityException
clearReagentLinks in interface _WellOperationsUnloadedEntityExceptionpublic void reloadReagentLinks(Well toCopy, Ice.Current current) throws UnloadedEntityException
reloadReagentLinks in interface _WellOperationsUnloadedEntityExceptionpublic java.util.Map<java.lang.Long,java.lang.Long> getReagentLinksCountPerOwner(Ice.Current current)
getReagentLinksCountPerOwner in interface _WellOperationspublic WellReagentLink linkReagent(Reagent addition, Ice.Current current) throws UnloadedEntityException
linkReagent in interface _WellOperationsUnloadedEntityExceptionpublic void addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addWellReagentLinkToBoth in interface _WellOperationsUnloadedEntityExceptionpublic java.util.List<WellReagentLink> findWellReagentLink(Reagent removal, Ice.Current current) throws UnloadedEntityException
findWellReagentLink in interface _WellOperationsUnloadedEntityExceptionpublic void unlinkReagent(Reagent removal, Ice.Current current) throws UnloadedEntityException
unlinkReagent in interface _WellOperationsUnloadedEntityExceptionpublic void removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeWellReagentLinkFromBoth in interface _WellOperationsUnloadedEntityExceptionUnloadedCollectionExceptionpublic java.util.List<Reagent> linkedReagentList(Ice.Current current) throws UnloadedEntityException
linkedReagentList in interface _WellOperationsUnloadedEntityExceptionpublic void unloadExternalDescription()
public RString getExternalDescription(Ice.Current current) throws UnloadedEntityException
getExternalDescription in interface _WellOperationsUnloadedEntityExceptionpublic void setExternalDescription(RString externalDescription, Ice.Current current) throws UnloadedEntityException
setExternalDescription in interface _WellOperationsUnloadedEntityExceptionpublic void unloadExternalIdentifier()
public RString getExternalIdentifier(Ice.Current current) throws UnloadedEntityException
getExternalIdentifier in interface _WellOperationsUnloadedEntityExceptionpublic void setExternalIdentifier(RString externalIdentifier, Ice.Current current) throws UnloadedEntityException
setExternalIdentifier in interface _WellOperationsUnloadedEntityExceptionpublic void unloadType()
public RString getType(Ice.Current current) throws UnloadedEntityException
getType in interface _WellOperationsUnloadedEntityExceptionpublic void setType(RString type, Ice.Current current) throws UnloadedEntityException
setType in interface _WellOperationsUnloadedEntityExceptionpublic void unloadWellSamples(Ice.Current current)
unloadWellSamples in interface _WellOperationsprotected java.util.List getWellSamples(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setWellSamples(java.util.List wellSamples,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isWellSamplesLoaded()
public int sizeOfWellSamples(Ice.Current current)
throws UnloadedEntityException
sizeOfWellSamples in interface _WellOperationsUnloadedEntityExceptionpublic java.util.List copyWellSamples(Ice.Current current)
throws UnloadedEntityException
copyWellSamples in interface _WellOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateWellSamples()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
addWellSample in interface _WellOperationsUnloadedEntityExceptionpublic void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
addAllWellSampleSet in interface _WellOperationsUnloadedEntityExceptionpublic void removeWellSample(WellSample target, Ice.Current current) throws UnloadedEntityException
removeWellSample in interface _WellOperationsUnloadedEntityExceptionpublic void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellSampleSet in interface _WellOperationsUnloadedEntityExceptionpublic void clearWellSamples(Ice.Current current)
throws UnloadedEntityException
clearWellSamples in interface _WellOperationsUnloadedEntityExceptionpublic void reloadWellSamples(Well toCopy, Ice.Current current) throws UnloadedEntityException
reloadWellSamples in interface _WellOperationsUnloadedEntityExceptionpublic WellSample getWellSample(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getWellSample in interface _WellOperationsjava.lang.IndexOutOfBoundsExceptionpublic WellSample setWellSample(int index, WellSample element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setWellSample in interface _WellOperationsjava.lang.IndexOutOfBoundsExceptionpublic WellSample getPrimaryWellSample(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryWellSample in interface _WellOperationsjava.lang.IndexOutOfBoundsExceptionpublic WellSample setPrimaryWellSample(WellSample element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryWellSample in interface _WellOperationsjava.lang.IndexOutOfBoundsExceptionpublic void unloadPlate()
public Plate getPlate(Ice.Current current) throws UnloadedEntityException
getPlate in interface _WellOperationsUnloadedEntityExceptionpublic void setPlate(Plate plate, Ice.Current current) throws UnloadedEntityException
setPlate in interface _WellOperationsUnloadedEntityExceptionpublic void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks in interface _WellOperationsprotected java.util.List getAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setAnnotationLinks(java.util.List annotationLinks,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isAnnotationLinksLoaded()
public int sizeOfAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
sizeOfAnnotationLinks in interface _WellOperationsUnloadedEntityExceptionpublic java.util.List copyAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
copyAnnotationLinks in interface _WellOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateAnnotationLinks()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addWellAnnotationLink(WellAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addWellAnnotationLink in interface _WellOperationsUnloadedEntityExceptionpublic void addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllWellAnnotationLinkSet in interface _WellOperationsUnloadedEntityExceptionpublic void removeWellAnnotationLink(WellAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeWellAnnotationLink in interface _WellOperationsUnloadedEntityExceptionpublic void removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellAnnotationLinkSet in interface _WellOperationsUnloadedEntityExceptionpublic void clearAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
clearAnnotationLinks in interface _WellOperationsUnloadedEntityExceptionpublic void reloadAnnotationLinks(Well toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks in interface _WellOperationsUnloadedEntityExceptionpublic java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner in interface _WellOperationspublic WellAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation in interface _WellOperationsUnloadedEntityExceptionpublic void addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addWellAnnotationLinkToBoth in interface _WellOperationsUnloadedEntityExceptionpublic java.util.List<WellAnnotationLink> findWellAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findWellAnnotationLink in interface _WellOperationsUnloadedEntityExceptionpublic void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation in interface _WellOperationsUnloadedEntityExceptionpublic void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeWellAnnotationLinkFromBoth in interface _WellOperationsUnloadedEntityExceptionUnloadedCollectionExceptionpublic java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList in interface _WellOperationsUnloadedEntityExceptionpublic 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.ModelBasedpublic ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper produce an "ome.model" object from this
"omero.model" object.fillObject in interface ome.model.ModelBasedpublic static java.util.List<WellI> cast(java.util.List list)
java.lang.ClassCastException