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_preMarshalfinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailspublic static final long serialVersionUID
public _PlateTie()
public _PlateTie(_PlateOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Details getDetails(Ice.Current __current)
getDetails in interface _IObjectOperationspublic RLong getId(Ice.Current __current)
getId in interface _IObjectOperationspublic boolean isAnnotated(Ice.Current __current)
_IObjectOperationsisAnnotated in interface _IObjectOperations__current - The Current object for the invocation.public boolean isGlobal(Ice.Current __current)
_IObjectOperationsisGlobal in interface _IObjectOperations__current - The Current object for the invocation.public boolean isLink(Ice.Current __current)
_IObjectOperationsisLink in interface _IObjectOperations__current - The Current object for the invocation.public boolean isLoaded(Ice.Current __current)
_IObjectOperationsisLoaded in interface _IObjectOperations__current - The Current object for the invocation.public boolean isMutable(Ice.Current __current)
_IObjectOperationsisMutable in interface _IObjectOperations__current - The Current object for the invocation.public IObject proxy(Ice.Current __current)
_IObjectOperationsproxy in interface _IObjectOperations__current - The Current object for the invocation.public void setId(RLong id, Ice.Current __current)
setId in interface _IObjectOperationspublic IObject shallowCopy(Ice.Current __current)
_IObjectOperationsshallowCopy in interface _IObjectOperations__current - The Current object for the invocation.public void unload(Ice.Current __current)
_IObjectOperationsunload in interface _IObjectOperations__current - The Current object for the invocation.public void unloadCollections(Ice.Current __current)
_IObjectOperationsunloadCollections in interface _IObjectOperations__current - The Current object for the invocation.public void unloadDetails(Ice.Current __current)
_IObjectOperationsunloadDetails in interface _IObjectOperations__current - The Current object for the invocation.public void addAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current __current)
addAllPlateAcquisitionSet in interface _PlateOperationspublic void addAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current __current)
addAllPlateAnnotationLinkSet in interface _PlateOperationspublic void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
addAllScreenPlateLinkSet in interface _PlateOperationspublic void addAllWellSet(java.util.List<Well> targets, Ice.Current __current)
addAllWellSet in interface _PlateOperationspublic void addPlateAcquisition(PlateAcquisition target, Ice.Current __current)
addPlateAcquisition in interface _PlateOperationspublic void addPlateAnnotationLink(PlateAnnotationLink target, Ice.Current __current)
addPlateAnnotationLink in interface _PlateOperationspublic void addPlateAnnotationLinkToBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current __current)
addPlateAnnotationLinkToBoth in interface _PlateOperationspublic void addScreenPlateLink(ScreenPlateLink target, Ice.Current __current)
addScreenPlateLink in interface _PlateOperationspublic void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
addScreenPlateLinkToBoth in interface _PlateOperationspublic void addWell(Well target, Ice.Current __current)
addWell in interface _PlateOperationspublic void clearAnnotationLinks(Ice.Current __current)
clearAnnotationLinks in interface _PlateOperationspublic void clearPlateAcquisitions(Ice.Current __current)
clearPlateAcquisitions in interface _PlateOperationspublic void clearScreenLinks(Ice.Current __current)
clearScreenLinks in interface _PlateOperationspublic void clearWells(Ice.Current __current)
clearWells in interface _PlateOperationspublic java.util.List<PlateAnnotationLink> copyAnnotationLinks(Ice.Current __current)
copyAnnotationLinks in interface _PlateOperationspublic java.util.List<PlateAcquisition> copyPlateAcquisitions(Ice.Current __current)
copyPlateAcquisitions in interface _PlateOperationspublic java.util.List<ScreenPlateLink> copyScreenLinks(Ice.Current __current)
copyScreenLinks in interface _PlateOperationspublic java.util.List<Well> copyWells(Ice.Current __current)
copyWells in interface _PlateOperationspublic java.util.List<PlateAnnotationLink> findPlateAnnotationLink(Annotation removal, Ice.Current __current)
findPlateAnnotationLink in interface _PlateOperationspublic java.util.List<ScreenPlateLink> findScreenPlateLink(Screen removal, Ice.Current __current)
findScreenPlateLink in interface _PlateOperationspublic java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
getAnnotationLinksCountPerOwner in interface _PlateOperationspublic RString getColumnNamingConvention(Ice.Current __current)
getColumnNamingConvention in interface _PlateOperationspublic RInt getColumns(Ice.Current __current)
getColumns in interface _PlateOperationspublic RInt getDefaultSample(Ice.Current __current)
getDefaultSample in interface _PlateOperationspublic RString getDescription(Ice.Current __current)
getDescription in interface _PlateOperationspublic RString getExternalIdentifier(Ice.Current __current)
getExternalIdentifier in interface _PlateOperationspublic RString getName(Ice.Current __current)
getName in interface _PlateOperationspublic RString getRowNamingConvention(Ice.Current __current)
getRowNamingConvention in interface _PlateOperationspublic RInt getRows(Ice.Current __current)
getRows in interface _PlateOperationspublic java.util.Map<java.lang.Long,java.lang.Long> getScreenLinksCountPerOwner(Ice.Current __current)
getScreenLinksCountPerOwner in interface _PlateOperationspublic RString getStatus(Ice.Current __current)
getStatus in interface _PlateOperationspublic RInt getVersion(Ice.Current __current)
getVersion in interface _PlateOperationspublic Length getWellOriginX(Ice.Current __current)
getWellOriginX in interface _PlateOperationspublic Length getWellOriginY(Ice.Current __current)
getWellOriginY in interface _PlateOperationspublic PlateAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
linkAnnotation in interface _PlateOperationspublic ScreenPlateLink linkScreen(Screen addition, Ice.Current __current)
linkScreen in interface _PlateOperationspublic java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
linkedAnnotationList in interface _PlateOperationspublic java.util.List<Screen> linkedScreenList(Ice.Current __current)
linkedScreenList in interface _PlateOperationspublic void reloadAnnotationLinks(Plate toCopy, Ice.Current __current)
reloadAnnotationLinks in interface _PlateOperationspublic void reloadPlateAcquisitions(Plate toCopy, Ice.Current __current)
reloadPlateAcquisitions in interface _PlateOperationspublic void reloadScreenLinks(Plate toCopy, Ice.Current __current)
reloadScreenLinks in interface _PlateOperationspublic void reloadWells(Plate toCopy, Ice.Current __current)
reloadWells in interface _PlateOperationspublic void removeAllPlateAcquisitionSet(java.util.List<PlateAcquisition> targets, Ice.Current __current)
removeAllPlateAcquisitionSet in interface _PlateOperationspublic void removeAllPlateAnnotationLinkSet(java.util.List<PlateAnnotationLink> targets, Ice.Current __current)
removeAllPlateAnnotationLinkSet in interface _PlateOperationspublic void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
removeAllScreenPlateLinkSet in interface _PlateOperationspublic void removeAllWellSet(java.util.List<Well> targets, Ice.Current __current)
removeAllWellSet in interface _PlateOperationspublic void removePlateAcquisition(PlateAcquisition theTarget, Ice.Current __current)
removePlateAcquisition in interface _PlateOperationspublic void removePlateAnnotationLink(PlateAnnotationLink theTarget, Ice.Current __current)
removePlateAnnotationLink in interface _PlateOperationspublic void removePlateAnnotationLinkFromBoth(PlateAnnotationLink link, boolean bothSides, Ice.Current __current)
removePlateAnnotationLinkFromBoth in interface _PlateOperationspublic void removeScreenPlateLink(ScreenPlateLink theTarget, Ice.Current __current)
removeScreenPlateLink in interface _PlateOperationspublic void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
removeScreenPlateLinkFromBoth in interface _PlateOperationspublic void removeWell(Well theTarget, Ice.Current __current)
removeWell in interface _PlateOperationspublic void setColumnNamingConvention(RString theColumnNamingConvention, Ice.Current __current)
setColumnNamingConvention in interface _PlateOperationspublic void setColumns(RInt theColumns, Ice.Current __current)
setColumns in interface _PlateOperationspublic void setDefaultSample(RInt theDefaultSample, Ice.Current __current)
setDefaultSample in interface _PlateOperationspublic void setDescription(RString theDescription, Ice.Current __current)
setDescription in interface _PlateOperationspublic void setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
setExternalIdentifier in interface _PlateOperationspublic void setName(RString theName, Ice.Current __current)
setName in interface _PlateOperationspublic void setRowNamingConvention(RString theRowNamingConvention, Ice.Current __current)
setRowNamingConvention in interface _PlateOperationspublic void setRows(RInt theRows, Ice.Current __current)
setRows in interface _PlateOperationspublic void setStatus(RString theStatus, Ice.Current __current)
setStatus in interface _PlateOperationspublic void setVersion(RInt theVersion, Ice.Current __current)
setVersion in interface _PlateOperationspublic void setWellOriginX(Length theWellOriginX, Ice.Current __current)
setWellOriginX in interface _PlateOperationspublic void setWellOriginY(Length theWellOriginY, Ice.Current __current)
setWellOriginY in interface _PlateOperationspublic int sizeOfAnnotationLinks(Ice.Current __current)
sizeOfAnnotationLinks in interface _PlateOperationspublic int sizeOfPlateAcquisitions(Ice.Current __current)
sizeOfPlateAcquisitions in interface _PlateOperationspublic int sizeOfScreenLinks(Ice.Current __current)
sizeOfScreenLinks in interface _PlateOperationspublic int sizeOfWells(Ice.Current __current)
sizeOfWells in interface _PlateOperationspublic void unlinkAnnotation(Annotation removal, Ice.Current __current)
unlinkAnnotation in interface _PlateOperationspublic void unlinkScreen(Screen removal, Ice.Current __current)
unlinkScreen in interface _PlateOperationspublic void unloadAnnotationLinks(Ice.Current __current)
unloadAnnotationLinks in interface _PlateOperationspublic void unloadPlateAcquisitions(Ice.Current __current)
unloadPlateAcquisitions in interface _PlateOperationspublic void unloadScreenLinks(Ice.Current __current)
unloadScreenLinks in interface _PlateOperationspublic void unloadWells(Ice.Current __current)
unloadWells in interface _PlateOperations