public class _PlateTie extends Plate implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, columnNamingConvention, columns, defaultSample, description, externalIdentifier, name, plateAcquisitionsLoaded, plateAcquisitionsSeq, rowNamingConvention, rows, screenLinksCountPerOwner, screenLinksLoaded, screenLinksSeq, status, version, wellOriginX, wellOriginY, wellsLoaded, wellsSeq
Constructor and Description |
---|
_PlateTie(_PlateOperations delegate) |
_PlateTie() |
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) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearPlateAcquisitions(Ice.Current __current) |
void |
clearScreenLinks(Ice.Current __current) |
void |
clearWells(Ice.Current __current) |
java.util.List<PlateAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<PlateAcquisition> |
copyPlateAcquisitions(Ice.Current __current) |
java.util.List<ScreenPlateLink> |
copyScreenLinks(Ice.Current __current) |
java.util.List<Well> |
copyWells(Ice.Current __current) |
boolean |
equals(java.lang.Object rhs) |
java.util.List<PlateAnnotationLink> |
findPlateAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.List<ScreenPlateLink> |
findScreenPlateLink(Screen removal,
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) |
RString |
getRowNamingConvention(Ice.Current __current) |
RInt |
getRows(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) |
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
boolean |
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
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.
|
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 theTarget,
Ice.Current __current) |
void |
removePlateAnnotationLink(PlateAnnotationLink theTarget,
Ice.Current __current) |
void |
removePlateAnnotationLinkFromBoth(PlateAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeScreenPlateLink(ScreenPlateLink theTarget,
Ice.Current __current) |
void |
removeScreenPlateLinkFromBoth(ScreenPlateLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeWell(Well theTarget,
Ice.Current __current) |
void |
setColumnNamingConvention(RString theColumnNamingConvention,
Ice.Current __current) |
void |
setColumns(RInt theColumns,
Ice.Current __current) |
void |
setDefaultSample(RInt theDefaultSample,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setExternalIdentifier(RString theExternalIdentifier,
Ice.Current __current) |
void |
setId(RLong id,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setRowNamingConvention(RString theRowNamingConvention,
Ice.Current __current) |
void |
setRows(RInt theRows,
Ice.Current __current) |
void |
setStatus(RString theStatus,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
void |
setWellOriginX(Length theWellOriginX,
Ice.Current __current) |
void |
setWellOriginY(Length theWellOriginY,
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) |
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 |
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadPlateAcquisitions(Ice.Current __current) |
void |
unloadScreenLinks(Ice.Current __current) |
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_preMarshal
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final long serialVersionUID
public _PlateTie()
public _PlateTie(_PlateOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Details getDetails(Ice.Current __current)
getDetails
in interface _IObjectOperations
public RLong getId(Ice.Current __current)
getId
in interface _IObjectOperations
public boolean isAnnotated(Ice.Current __current)
_IObjectOperations
isAnnotated
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 isLink(Ice.Current __current)
_IObjectOperations
isLink
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 boolean isMutable(Ice.Current __current)
_IObjectOperations
isMutable
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 void setId(RLong id, Ice.Current __current)
setId
in interface _IObjectOperations
public IObject shallowCopy(Ice.Current __current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
__current
- The Current object for the invocation.public void unload(Ice.Current __current)
_IObjectOperations
unload
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 void unloadDetails(Ice.Current __current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
__current
- The Current object for the invocation.public void addAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current __current)
addAllPlateAcquisitionSet
in interface _PlateOperations
public void addAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current __current)
addAllPlateAnnotationLinkSet
in interface _PlateOperations
public void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
addAllScreenPlateLinkSet
in interface _PlateOperations
public void addAllWellSet(java.util.List<Well> targets, Ice.Current __current)
addAllWellSet
in interface _PlateOperations
public void addPlateAcquisition(PlateAcquisition target, Ice.Current __current)
addPlateAcquisition
in interface _PlateOperations
public void addPlateAnnotationLink(PlateAnnotationLink target, Ice.Current __current)
addPlateAnnotationLink
in interface _PlateOperations
public void addPlateAnnotationLinkToBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current __current)
addPlateAnnotationLinkToBoth
in interface _PlateOperations
public void addScreenPlateLink(ScreenPlateLink target, Ice.Current __current)
addScreenPlateLink
in interface _PlateOperations
public void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
addScreenPlateLinkToBoth
in interface _PlateOperations
public void addWell(Well target, Ice.Current __current)
addWell
in interface _PlateOperations
public void clearAnnotationLinks(Ice.Current __current)
clearAnnotationLinks
in interface _PlateOperations
public void clearPlateAcquisitions(Ice.Current __current)
clearPlateAcquisitions
in interface _PlateOperations
public void clearScreenLinks(Ice.Current __current)
clearScreenLinks
in interface _PlateOperations
public void clearWells(Ice.Current __current)
clearWells
in interface _PlateOperations
public java.util.List<PlateAnnotationLink> copyAnnotationLinks(Ice.Current __current)
copyAnnotationLinks
in interface _PlateOperations
public java.util.List<PlateAcquisition> copyPlateAcquisitions(Ice.Current __current)
copyPlateAcquisitions
in interface _PlateOperations
public java.util.List<ScreenPlateLink> copyScreenLinks(Ice.Current __current)
copyScreenLinks
in interface _PlateOperations
public java.util.List<Well> copyWells(Ice.Current __current)
copyWells
in interface _PlateOperations
public java.util.List<PlateAnnotationLink> findPlateAnnotationLink(Annotation removal, Ice.Current __current)
findPlateAnnotationLink
in interface _PlateOperations
public java.util.List<ScreenPlateLink> findScreenPlateLink(Screen removal, Ice.Current __current)
findScreenPlateLink
in interface _PlateOperations
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
getAnnotationLinksCountPerOwner
in interface _PlateOperations
public RString getColumnNamingConvention(Ice.Current __current)
getColumnNamingConvention
in interface _PlateOperations
public RInt getColumns(Ice.Current __current)
getColumns
in interface _PlateOperations
public RInt getDefaultSample(Ice.Current __current)
getDefaultSample
in interface _PlateOperations
public RString getDescription(Ice.Current __current)
getDescription
in interface _PlateOperations
public RString getExternalIdentifier(Ice.Current __current)
getExternalIdentifier
in interface _PlateOperations
public RString getName(Ice.Current __current)
getName
in interface _PlateOperations
public RString getRowNamingConvention(Ice.Current __current)
getRowNamingConvention
in interface _PlateOperations
public RInt getRows(Ice.Current __current)
getRows
in interface _PlateOperations
public java.util.Map<java.lang.Long,java.lang.Long> getScreenLinksCountPerOwner(Ice.Current __current)
getScreenLinksCountPerOwner
in interface _PlateOperations
public RString getStatus(Ice.Current __current)
getStatus
in interface _PlateOperations
public RInt getVersion(Ice.Current __current)
getVersion
in interface _PlateOperations
public Length getWellOriginX(Ice.Current __current)
getWellOriginX
in interface _PlateOperations
public Length getWellOriginY(Ice.Current __current)
getWellOriginY
in interface _PlateOperations
public PlateAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
linkAnnotation
in interface _PlateOperations
public ScreenPlateLink linkScreen(Screen addition, Ice.Current __current)
linkScreen
in interface _PlateOperations
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
linkedAnnotationList
in interface _PlateOperations
public java.util.List<Screen> linkedScreenList(Ice.Current __current)
linkedScreenList
in interface _PlateOperations
public void reloadAnnotationLinks(Plate toCopy, Ice.Current __current)
reloadAnnotationLinks
in interface _PlateOperations
public void reloadPlateAcquisitions(Plate toCopy, Ice.Current __current)
reloadPlateAcquisitions
in interface _PlateOperations
public void reloadScreenLinks(Plate toCopy, Ice.Current __current)
reloadScreenLinks
in interface _PlateOperations
public void reloadWells(Plate toCopy, Ice.Current __current)
reloadWells
in interface _PlateOperations
public void removeAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current __current)
removeAllPlateAcquisitionSet
in interface _PlateOperations
public void removeAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current __current)
removeAllPlateAnnotationLinkSet
in interface _PlateOperations
public void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
removeAllScreenPlateLinkSet
in interface _PlateOperations
public void removeAllWellSet(java.util.List<Well> targets, Ice.Current __current)
removeAllWellSet
in interface _PlateOperations
public void removePlateAcquisition(PlateAcquisition theTarget, Ice.Current __current)
removePlateAcquisition
in interface _PlateOperations
public void removePlateAnnotationLink(PlateAnnotationLink theTarget, Ice.Current __current)
removePlateAnnotationLink
in interface _PlateOperations
public void removePlateAnnotationLinkFromBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current __current)
removePlateAnnotationLinkFromBoth
in interface _PlateOperations
public void removeScreenPlateLink(ScreenPlateLink theTarget, Ice.Current __current)
removeScreenPlateLink
in interface _PlateOperations
public void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
removeScreenPlateLinkFromBoth
in interface _PlateOperations
public void removeWell(Well theTarget, Ice.Current __current)
removeWell
in interface _PlateOperations
public void setColumnNamingConvention(RString theColumnNamingConvention, Ice.Current __current)
setColumnNamingConvention
in interface _PlateOperations
public void setColumns(RInt theColumns, Ice.Current __current)
setColumns
in interface _PlateOperations
public void setDefaultSample(RInt theDefaultSample, Ice.Current __current)
setDefaultSample
in interface _PlateOperations
public void setDescription(RString theDescription, Ice.Current __current)
setDescription
in interface _PlateOperations
public void setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
setExternalIdentifier
in interface _PlateOperations
public void setName(RString theName, Ice.Current __current)
setName
in interface _PlateOperations
public void setRowNamingConvention(RString theRowNamingConvention, Ice.Current __current)
setRowNamingConvention
in interface _PlateOperations
public void setRows(RInt theRows, Ice.Current __current)
setRows
in interface _PlateOperations
public void setStatus(RString theStatus, Ice.Current __current)
setStatus
in interface _PlateOperations
public void setVersion(RInt theVersion, Ice.Current __current)
setVersion
in interface _PlateOperations
public void setWellOriginX(Length theWellOriginX, Ice.Current __current)
setWellOriginX
in interface _PlateOperations
public void setWellOriginY(Length theWellOriginY, Ice.Current __current)
setWellOriginY
in interface _PlateOperations
public int sizeOfAnnotationLinks(Ice.Current __current)
sizeOfAnnotationLinks
in interface _PlateOperations
public int sizeOfPlateAcquisitions(Ice.Current __current)
sizeOfPlateAcquisitions
in interface _PlateOperations
public int sizeOfScreenLinks(Ice.Current __current)
sizeOfScreenLinks
in interface _PlateOperations
public int sizeOfWells(Ice.Current __current)
sizeOfWells
in interface _PlateOperations
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
unlinkAnnotation
in interface _PlateOperations
public void unlinkScreen(Screen removal, Ice.Current __current)
unlinkScreen
in interface _PlateOperations
public void unloadAnnotationLinks(Ice.Current __current)
unloadAnnotationLinks
in interface _PlateOperations
public void unloadPlateAcquisitions(Ice.Current __current)
unloadPlateAcquisitions
in interface _PlateOperations
public void unloadScreenLinks(Ice.Current __current)
unloadScreenLinks
in interface _PlateOperations
public void unloadWells(Ice.Current __current)
unloadWells
in interface _PlateOperations