public class PlateI extends Plate implements ome.model.ModelBased
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANNOTATIONLINKS |
static java.lang.String |
COLUMNNAMINGCONVENTION |
static java.lang.String |
COLUMNS |
static java.lang.String |
DEFAULTSAMPLE |
static java.lang.String |
DESCRIPTION |
static java.lang.String |
DETAILS |
static java.lang.String |
EXTERNALIDENTIFIER |
static java.lang.String |
NAME |
static java.lang.String |
PLATEACQUISITIONS |
static java.lang.String |
ROWNAMINGCONVENTION |
static java.lang.String |
ROWS |
static java.lang.String |
SCREENLINKS |
static java.lang.String |
STATUS |
static java.lang.String |
WELLORIGINX |
static java.lang.String |
WELLORIGINY |
static java.lang.String |
WELLS |
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, columnNamingConvention, columns, defaultSample, description, externalIdentifier, name, plateAcquisitionsLoaded, plateAcquisitionsSeq, rowNamingConvention, rows, screenLinksCountPerOwner, screenLinksLoaded, screenLinksSeq, serialVersionUID, status, version, wellOriginX, wellOriginY, wellsLoaded, wellsSeq| Constructor and Description |
|---|
PlateI() |
PlateI(long id,
boolean loaded) |
PlateI(RLong id,
boolean loaded) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets,
Ice.Current current) |
void |
addAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets,
Ice.Current current) |
void |
addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets,
Ice.Current current) |
void |
addAllWellSet(java.util.List<Well> targets,
Ice.Current current) |
void |
addPlateAcquisition(PlateAcquisition target,
Ice.Current current) |
void |
addPlateAnnotationLink(PlateAnnotationLink target,
Ice.Current current) |
void |
addPlateAnnotationLinkToBoth(PlateAnnotationLink link,
boolean bothSides,
Ice.Current current) |
void |
addScreenPlateLink(ScreenPlateLink target,
Ice.Current current) |
void |
addScreenPlateLinkToBoth(ScreenPlateLink link,
boolean bothSides,
Ice.Current current) |
void |
addWell(Well target,
Ice.Current current) |
static java.util.List<PlateI> |
cast(java.util.List list)
Casts (without warning) the given list to a list of
the current type.
|
void |
clearAnnotationLinks(Ice.Current current) |
void |
clearPlateAcquisitions(Ice.Current current) |
void |
clearScreenLinks(Ice.Current current) |
void |
clearWells(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 |
copyPlateAcquisitions(Ice.Current current) |
java.util.List |
copyScreenLinks(Ice.Current current) |
java.util.List |
copyWells(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<PlateAnnotationLink> |
findPlateAnnotationLink(Annotation removal,
Ice.Current current) |
java.util.List<ScreenPlateLink> |
findScreenPlateLink(Screen removal,
Ice.Current current) |
protected java.util.List |
getAnnotationLinks(Ice.Current current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current current) |
RString |
getColumnNamingConvention(Ice.Current current) |
RInt |
getColumns(Ice.Current current) |
RInt |
getDefaultSample(Ice.Current current) |
RString |
getDescription(Ice.Current current) |
Details |
getDetails(Ice.Current current) |
RString |
getExternalIdentifier(Ice.Current current) |
RLong |
getId(Ice.Current current) |
RString |
getName(Ice.Current current) |
protected java.util.List |
getPlateAcquisitions(Ice.Current current) |
RString |
getRowNamingConvention(Ice.Current current) |
RInt |
getRows(Ice.Current current) |
protected java.util.List |
getScreenLinks(Ice.Current current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getScreenLinksCountPerOwner(Ice.Current current) |
RString |
getStatus(Ice.Current current) |
RInt |
getVersion(Ice.Current current) |
Length |
getWellOriginX(Ice.Current current) |
Length |
getWellOriginY(Ice.Current current) |
protected java.util.List |
getWells(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 |
isPlateAcquisitionsLoaded() |
boolean |
isScreenLinksLoaded() |
boolean |
isWellsLoaded() |
java.util.Iterator |
iterateAnnotationLinks() |
java.util.Iterator |
iteratePlateAcquisitions() |
java.util.Iterator |
iterateScreenLinks() |
java.util.Iterator |
iterateWells() |
PlateAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current current) |
java.util.List<Screen> |
linkedScreenList(Ice.Current current) |
ScreenPlateLink |
linkScreen(Screen 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(Plate toCopy,
Ice.Current current) |
void |
reloadPlateAcquisitions(Plate toCopy,
Ice.Current current) |
void |
reloadScreenLinks(Plate toCopy,
Ice.Current current) |
void |
reloadWells(Plate toCopy,
Ice.Current current) |
void |
removeAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets,
Ice.Current current) |
void |
removeAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets,
Ice.Current current) |
void |
removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets,
Ice.Current current) |
void |
removeAllWellSet(java.util.List<Well> targets,
Ice.Current current) |
void |
removePlateAcquisition(PlateAcquisition target,
Ice.Current current) |
void |
removePlateAnnotationLink(PlateAnnotationLink target,
Ice.Current current) |
void |
removePlateAnnotationLinkFromBoth(PlateAnnotationLink link,
boolean bothSides,
Ice.Current current) |
void |
removeScreenPlateLink(ScreenPlateLink target,
Ice.Current current) |
void |
removeScreenPlateLinkFromBoth(ScreenPlateLink link,
boolean bothSides,
Ice.Current current) |
void |
removeWell(Well target,
Ice.Current current) |
protected void |
setAnnotationLinks(java.util.List annotationLinks,
Ice.Current current) |
void |
setColumnNamingConvention(RString columnNamingConvention,
Ice.Current current) |
void |
setColumns(RInt columns,
Ice.Current current) |
void |
setDefaultSample(RInt defaultSample,
Ice.Current current) |
void |
setDescription(RString description,
Ice.Current current) |
void |
setExternalIdentifier(RString externalIdentifier,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
void |
setName(RString name,
Ice.Current current) |
protected void |
setPlateAcquisitions(java.util.List plateAcquisitions,
Ice.Current current) |
void |
setRowNamingConvention(RString rowNamingConvention,
Ice.Current current) |
void |
setRows(RInt rows,
Ice.Current current) |
protected void |
setScreenLinks(java.util.List screenLinks,
Ice.Current current) |
void |
setStatus(RString status,
Ice.Current current) |
void |
setVersion(RInt version,
Ice.Current current) |
void |
setWellOriginX(Length wellOriginX,
Ice.Current current) |
void |
setWellOriginY(Length wellOriginY,
Ice.Current current) |
protected void |
setWells(java.util.List wells,
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 |
sizeOfPlateAcquisitions(Ice.Current current) |
int |
sizeOfScreenLinks(Ice.Current current) |
int |
sizeOfWells(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current current) |
void |
unlinkScreen(Screen 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 |
unloadAnnotationLinks(Ice.Current current) |
void |
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadColumnNamingConvention() |
void |
unloadColumns() |
void |
unloadDefaultSample() |
void |
unloadDescription() |
void |
unloadDetails(Ice.Current current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadExternalIdentifier() |
void |
unloadName() |
void |
unloadPlateAcquisitions(Ice.Current current) |
void |
unloadRowNamingConvention() |
void |
unloadRows() |
void |
unloadScreenLinks(Ice.Current current) |
void |
unloadStatus() |
void |
unloadWellOriginX() |
void |
unloadWellOriginY() |
void |
unloadWells(Ice.Current current) |
___addAllPlateAcquisitionSet, ___addAllPlateAnnotationLinkSet, ___addAllScreenPlateLinkSet, ___addAllWellSet, ___addPlateAcquisition, ___addPlateAnnotationLink, ___addPlateAnnotationLinkToBoth, ___addScreenPlateLink, ___addScreenPlateLinkToBoth, ___addWell, ___clearAnnotationLinks, ___clearPlateAcquisitions, ___clearScreenLinks, ___clearWells, ___copyAnnotationLinks, ___copyPlateAcquisitions, ___copyScreenLinks, ___copyWells, ___findPlateAnnotationLink, ___findScreenPlateLink, ___getAnnotationLinksCountPerOwner, ___getColumnNamingConvention, ___getColumns, ___getDefaultSample, ___getDescription, ___getExternalIdentifier, ___getName, ___getRowNamingConvention, ___getRows, ___getScreenLinksCountPerOwner, ___getStatus, ___getVersion, ___getWellOriginX, ___getWellOriginY, ___linkAnnotation, ___linkedAnnotationList, ___linkedScreenList, ___linkScreen, ___reloadAnnotationLinks, ___reloadPlateAcquisitions, ___reloadScreenLinks, ___reloadWells, ___removeAllPlateAcquisitionSet, ___removeAllPlateAnnotationLinkSet, ___removeAllScreenPlateLinkSet, ___removeAllWellSet, ___removePlateAcquisition, ___removePlateAnnotationLink, ___removePlateAnnotationLinkFromBoth, ___removeScreenPlateLink, ___removeScreenPlateLinkFromBoth, ___removeWell, ___setColumnNamingConvention, ___setColumns, ___setDefaultSample, ___setDescription, ___setExternalIdentifier, ___setName, ___setRowNamingConvention, ___setRows, ___setStatus, ___setVersion, ___setWellOriginX, ___setWellOriginY, ___sizeOfAnnotationLinks, ___sizeOfPlateAcquisitions, ___sizeOfScreenLinks, ___sizeOfWells, ___unlinkAnnotation, ___unlinkScreen, ___unloadAnnotationLinks, ___unloadPlateAcquisitions, ___unloadScreenLinks, ___unloadWells, __dispatch, __readImpl, __writeImpl, addAllPlateAcquisitionSet, addAllPlateAnnotationLinkSet, addAllScreenPlateLinkSet, addAllWellSet, addPlateAcquisition, addPlateAnnotationLink, addPlateAnnotationLinkToBoth, addScreenPlateLink, addScreenPlateLinkToBoth, addWell, clearAnnotationLinks, clearPlateAcquisitions, clearScreenLinks, clearWells, clone, copyAnnotationLinks, copyPlateAcquisitions, copyScreenLinks, copyWells, findPlateAnnotationLink, findScreenPlateLink, getAnnotationLinksCountPerOwner, getColumnNamingConvention, getColumns, getDefaultSample, getDescription, getExternalIdentifier, getName, getRowNamingConvention, getRows, getScreenLinksCountPerOwner, getStatus, getVersion, getWellOriginX, getWellOriginY, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedScreenList, linkScreen, reloadAnnotationLinks, reloadPlateAcquisitions, reloadScreenLinks, reloadWells, removeAllPlateAcquisitionSet, removeAllPlateAnnotationLinkSet, removeAllScreenPlateLinkSet, removeAllWellSet, removePlateAcquisition, removePlateAnnotationLink, removePlateAnnotationLinkFromBoth, removeScreenPlateLink, removeScreenPlateLinkFromBoth, removeWell, setColumnNamingConvention, setColumns, setDefaultSample, setDescription, setExternalIdentifier, setName, setRowNamingConvention, setRows, setStatus, setVersion, setWellOriginX, setWellOriginY, sizeOfAnnotationLinks, sizeOfPlateAcquisitions, sizeOfScreenLinks, sizeOfWells, unlinkAnnotation, unlinkScreen, unloadAnnotationLinks, unloadPlateAcquisitions, unloadScreenLinks, unloadWells___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 DEFAULTSAMPLE
public static final java.lang.String COLUMNNAMINGCONVENTION
public static final java.lang.String ROWNAMINGCONVENTION
public static final java.lang.String WELLORIGINX
public static final java.lang.String WELLORIGINY
public static final java.lang.String ROWS
public static final java.lang.String COLUMNS
public static final java.lang.String STATUS
public static final java.lang.String EXTERNALIDENTIFIER
public static final java.lang.String SCREENLINKS
public static final java.lang.String WELLS
public static final java.lang.String PLATEACQUISITIONS
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String NAME
public static final java.lang.String DESCRIPTION
public static final java.lang.String DETAILS
public PlateI()
public PlateI(long id,
boolean loaded)
public PlateI(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 _PlateOperationspublic void setVersion(RInt version, Ice.Current current)
setVersion in interface _PlateOperationspublic void unloadDefaultSample()
public RInt getDefaultSample(Ice.Current current) throws UnloadedEntityException
getDefaultSample in interface _PlateOperationsUnloadedEntityExceptionpublic void setDefaultSample(RInt defaultSample, Ice.Current current) throws UnloadedEntityException
setDefaultSample in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadColumnNamingConvention()
public RString getColumnNamingConvention(Ice.Current current) throws UnloadedEntityException
getColumnNamingConvention in interface _PlateOperationsUnloadedEntityExceptionpublic void setColumnNamingConvention(RString columnNamingConvention, Ice.Current current) throws UnloadedEntityException
setColumnNamingConvention in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadRowNamingConvention()
public RString getRowNamingConvention(Ice.Current current) throws UnloadedEntityException
getRowNamingConvention in interface _PlateOperationsUnloadedEntityExceptionpublic void setRowNamingConvention(RString rowNamingConvention, Ice.Current current) throws UnloadedEntityException
setRowNamingConvention in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadWellOriginX()
public Length getWellOriginX(Ice.Current current) throws UnloadedEntityException
getWellOriginX in interface _PlateOperationsUnloadedEntityExceptionpublic void setWellOriginX(Length wellOriginX, Ice.Current current) throws UnloadedEntityException
setWellOriginX in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadWellOriginY()
public Length getWellOriginY(Ice.Current current) throws UnloadedEntityException
getWellOriginY in interface _PlateOperationsUnloadedEntityExceptionpublic void setWellOriginY(Length wellOriginY, Ice.Current current) throws UnloadedEntityException
setWellOriginY in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadRows()
public RInt getRows(Ice.Current current) throws UnloadedEntityException
getRows in interface _PlateOperationsUnloadedEntityExceptionpublic void setRows(RInt rows, Ice.Current current) throws UnloadedEntityException
setRows in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadColumns()
public RInt getColumns(Ice.Current current) throws UnloadedEntityException
getColumns in interface _PlateOperationsUnloadedEntityExceptionpublic void setColumns(RInt columns, Ice.Current current) throws UnloadedEntityException
setColumns in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadStatus()
public RString getStatus(Ice.Current current) throws UnloadedEntityException
getStatus in interface _PlateOperationsUnloadedEntityExceptionpublic void setStatus(RString status, Ice.Current current) throws UnloadedEntityException
setStatus in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadExternalIdentifier()
public RString getExternalIdentifier(Ice.Current current) throws UnloadedEntityException
getExternalIdentifier in interface _PlateOperationsUnloadedEntityExceptionpublic void setExternalIdentifier(RString externalIdentifier, Ice.Current current) throws UnloadedEntityException
setExternalIdentifier in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadScreenLinks(Ice.Current current)
unloadScreenLinks in interface _PlateOperationsprotected java.util.List getScreenLinks(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setScreenLinks(java.util.List screenLinks,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isScreenLinksLoaded()
public int sizeOfScreenLinks(Ice.Current current)
throws UnloadedEntityException
sizeOfScreenLinks in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.List copyScreenLinks(Ice.Current current)
throws UnloadedEntityException
copyScreenLinks in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateScreenLinks()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addScreenPlateLink(ScreenPlateLink target, Ice.Current current) throws UnloadedEntityException
addScreenPlateLink in interface _PlateOperationsUnloadedEntityExceptionpublic void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current current) throws UnloadedEntityException
addAllScreenPlateLinkSet in interface _PlateOperationsUnloadedEntityExceptionpublic void removeScreenPlateLink(ScreenPlateLink target, Ice.Current current) throws UnloadedEntityException
removeScreenPlateLink in interface _PlateOperationsUnloadedEntityExceptionpublic void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllScreenPlateLinkSet in interface _PlateOperationsUnloadedEntityExceptionpublic void clearScreenLinks(Ice.Current current)
throws UnloadedEntityException
clearScreenLinks in interface _PlateOperationsUnloadedEntityExceptionpublic void reloadScreenLinks(Plate toCopy, Ice.Current current) throws UnloadedEntityException
reloadScreenLinks in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.Map<java.lang.Long,java.lang.Long> getScreenLinksCountPerOwner(Ice.Current current)
getScreenLinksCountPerOwner in interface _PlateOperationspublic ScreenPlateLink linkScreen(Screen addition, Ice.Current current) throws UnloadedEntityException
linkScreen in interface _PlateOperationsUnloadedEntityExceptionpublic void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addScreenPlateLinkToBoth in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.List<ScreenPlateLink> findScreenPlateLink(Screen removal, Ice.Current current) throws UnloadedEntityException
findScreenPlateLink in interface _PlateOperationsUnloadedEntityExceptionpublic void unlinkScreen(Screen removal, Ice.Current current) throws UnloadedEntityException
unlinkScreen in interface _PlateOperationsUnloadedEntityExceptionpublic void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeScreenPlateLinkFromBoth in interface _PlateOperationsUnloadedEntityExceptionUnloadedCollectionExceptionpublic java.util.List<Screen> linkedScreenList(Ice.Current current) throws UnloadedEntityException
linkedScreenList in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadWells(Ice.Current current)
unloadWells in interface _PlateOperationsprotected java.util.List getWells(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setWells(java.util.List wells,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isWellsLoaded()
public int sizeOfWells(Ice.Current current)
throws UnloadedEntityException
sizeOfWells in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.List copyWells(Ice.Current current)
throws UnloadedEntityException
copyWells in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateWells()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addWell(Well target, Ice.Current current) throws UnloadedEntityException
addWell in interface _PlateOperationsUnloadedEntityExceptionpublic void addAllWellSet(java.util.List<Well> targets, Ice.Current current) throws UnloadedEntityException
addAllWellSet in interface _PlateOperationsUnloadedEntityExceptionpublic void removeWell(Well target, Ice.Current current) throws UnloadedEntityException
removeWell in interface _PlateOperationsUnloadedEntityExceptionpublic void removeAllWellSet(java.util.List<Well> targets, Ice.Current current) throws UnloadedEntityException
removeAllWellSet in interface _PlateOperationsUnloadedEntityExceptionpublic void clearWells(Ice.Current current)
throws UnloadedEntityException
clearWells in interface _PlateOperationsUnloadedEntityExceptionpublic void reloadWells(Plate toCopy, Ice.Current current) throws UnloadedEntityException
reloadWells in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadPlateAcquisitions(Ice.Current current)
unloadPlateAcquisitions in interface _PlateOperationsprotected java.util.List getPlateAcquisitions(Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionprotected void setPlateAcquisitions(java.util.List plateAcquisitions,
Ice.Current current)
throws UnloadedEntityException
UnloadedEntityExceptionpublic boolean isPlateAcquisitionsLoaded()
public int sizeOfPlateAcquisitions(Ice.Current current)
throws UnloadedEntityException
sizeOfPlateAcquisitions in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.List copyPlateAcquisitions(Ice.Current current)
throws UnloadedEntityException
copyPlateAcquisitions in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.Iterator iteratePlateAcquisitions()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addPlateAcquisition(PlateAcquisition target, Ice.Current current) throws UnloadedEntityException
addPlateAcquisition in interface _PlateOperationsUnloadedEntityExceptionpublic void addAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current current) throws UnloadedEntityException
addAllPlateAcquisitionSet in interface _PlateOperationsUnloadedEntityExceptionpublic void removePlateAcquisition(PlateAcquisition target, Ice.Current current) throws UnloadedEntityException
removePlateAcquisition in interface _PlateOperationsUnloadedEntityExceptionpublic void removeAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current current) throws UnloadedEntityException
removeAllPlateAcquisitionSet in interface _PlateOperationsUnloadedEntityExceptionpublic void clearPlateAcquisitions(Ice.Current current)
throws UnloadedEntityException
clearPlateAcquisitions in interface _PlateOperationsUnloadedEntityExceptionpublic void reloadPlateAcquisitions(Plate toCopy, Ice.Current current) throws UnloadedEntityException
reloadPlateAcquisitions in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks in interface _PlateOperationsprotected 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 _PlateOperationsUnloadedEntityExceptionpublic java.util.List copyAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
copyAnnotationLinks in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.Iterator iterateAnnotationLinks()
throws UnloadedEntityException
UnloadedEntityExceptionpublic void addPlateAnnotationLink(PlateAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addPlateAnnotationLink in interface _PlateOperationsUnloadedEntityExceptionpublic void addAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllPlateAnnotationLinkSet in interface _PlateOperationsUnloadedEntityExceptionpublic void removePlateAnnotationLink(PlateAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removePlateAnnotationLink in interface _PlateOperationsUnloadedEntityExceptionpublic void removeAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllPlateAnnotationLinkSet in interface _PlateOperationsUnloadedEntityExceptionpublic void clearAnnotationLinks(Ice.Current current)
throws UnloadedEntityException
clearAnnotationLinks in interface _PlateOperationsUnloadedEntityExceptionpublic void reloadAnnotationLinks(Plate toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner in interface _PlateOperationspublic PlateAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation in interface _PlateOperationsUnloadedEntityExceptionpublic void addPlateAnnotationLinkToBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addPlateAnnotationLinkToBoth in interface _PlateOperationsUnloadedEntityExceptionpublic java.util.List<PlateAnnotationLink> findPlateAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findPlateAnnotationLink in interface _PlateOperationsUnloadedEntityExceptionpublic void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation in interface _PlateOperationsUnloadedEntityExceptionpublic void removePlateAnnotationLinkFromBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removePlateAnnotationLinkFromBoth in interface _PlateOperationsUnloadedEntityExceptionUnloadedCollectionExceptionpublic java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadName()
public RString getName(Ice.Current current) throws UnloadedEntityException
getName in interface _PlateOperationsUnloadedEntityExceptionpublic void setName(RString name, Ice.Current current) throws UnloadedEntityException
setName in interface _PlateOperationsUnloadedEntityExceptionpublic void unloadDescription()
public RString getDescription(Ice.Current current) throws UnloadedEntityException
getDescription in interface _PlateOperationsUnloadedEntityExceptionpublic void setDescription(RString description, Ice.Current current) throws UnloadedEntityException
setDescription in interface _PlateOperationsUnloadedEntityExceptionpublic 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<PlateI> cast(java.util.List list)
java.lang.ClassCastException