public class _ExperimenterGroupTie extends ExperimenterGroup implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, config, description, groupExperimenterMapLoaded, groupExperimenterMapSeq, ldap, name, version| Constructor and Description | 
|---|
_ExperimenterGroupTie(_ExperimenterGroupOperations delegate)  | 
_ExperimenterGroupTie()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets,
                                        Ice.Current __current)  | 
void | 
addAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets,
                             Ice.Current __current)  | 
void | 
addExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink target,
                                  Ice.Current __current)  | 
void | 
addExperimenterGroupAnnotationLinkToBoth(ExperimenterGroupAnnotationLink link,
                                        boolean bothSides,
                                        Ice.Current __current)  | 
void | 
addGroupExperimenterMap(GroupExperimenterMap target,
                       Ice.Current __current)  | 
void | 
addGroupExperimenterMapToBoth(GroupExperimenterMap link,
                             boolean bothSides,
                             Ice.Current __current)  | 
void | 
clearAnnotationLinks(Ice.Current __current)  | 
void | 
clearGroupExperimenterMap(Ice.Current __current)  | 
java.util.List<ExperimenterGroupAnnotationLink> | 
copyAnnotationLinks(Ice.Current __current)  | 
java.util.List<GroupExperimenterMap> | 
copyGroupExperimenterMap(Ice.Current __current)  | 
boolean | 
equals(java.lang.Object rhs)  | 
java.util.List<ExperimenterGroupAnnotationLink> | 
findExperimenterGroupAnnotationLink(Annotation removal,
                                   Ice.Current __current)  | 
java.util.List<GroupExperimenterMap> | 
findGroupExperimenterMap(Experimenter removal,
                        Ice.Current __current)  | 
java.util.Map<java.lang.Long,java.lang.Long> | 
getAnnotationLinksCountPerOwner(Ice.Current __current)  | 
java.util.List<NamedValue> | 
getConfig(Ice.Current __current)  | 
java.util.Map<java.lang.String,java.lang.String> | 
getConfigAsMap(Ice.Current __current)  | 
RString | 
getDescription(Ice.Current __current)  | 
Details | 
getDetails(Ice.Current __current)  | 
RLong | 
getId(Ice.Current __current)  | 
RBool | 
getLdap(Ice.Current __current)  | 
RString | 
getName(Ice.Current __current)  | 
RInt | 
getVersion(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. 
 | 
ExperimenterGroupAnnotationLink | 
linkAnnotation(Annotation addition,
              Ice.Current __current)  | 
java.util.List<Annotation> | 
linkedAnnotationList(Ice.Current __current)  | 
java.util.List<Experimenter> | 
linkedExperimenterList(Ice.Current __current)  | 
GroupExperimenterMap | 
linkExperimenter(Experimenter 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(ExperimenterGroup toCopy,
                     Ice.Current __current)  | 
void | 
reloadGroupExperimenterMap(ExperimenterGroup toCopy,
                          Ice.Current __current)  | 
void | 
removeAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets,
                                           Ice.Current __current)  | 
void | 
removeAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets,
                                Ice.Current __current)  | 
void | 
removeExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink theTarget,
                                     Ice.Current __current)  | 
void | 
removeExperimenterGroupAnnotationLinkFromBoth(ExperimenterGroupAnnotationLink link,
                                             boolean bothSides,
                                             Ice.Current __current)  | 
void | 
removeGroupExperimenterMap(GroupExperimenterMap theTarget,
                          Ice.Current __current)  | 
void | 
removeGroupExperimenterMapFromBoth(GroupExperimenterMap link,
                                  boolean bothSides,
                                  Ice.Current __current)  | 
void | 
setConfig(java.util.List<NamedValue> theConfig,
         Ice.Current __current)  | 
void | 
setDescription(RString theDescription,
              Ice.Current __current)  | 
void | 
setId(RLong id,
     Ice.Current __current)  | 
void | 
setLdap(RBool theLdap,
       Ice.Current __current)  | 
void | 
setName(RString theName,
       Ice.Current __current)  | 
void | 
setVersion(RInt theVersion,
          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 | 
sizeOfGroupExperimenterMap(Ice.Current __current)  | 
void | 
unlinkAnnotation(Annotation removal,
                Ice.Current __current)  | 
void | 
unlinkExperimenter(Experimenter 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 | 
unloadGroupExperimenterMap(Ice.Current __current)  | 
___addAllExperimenterGroupAnnotationLinkSet, ___addAllGroupExperimenterMapSet, ___addExperimenterGroupAnnotationLink, ___addExperimenterGroupAnnotationLinkToBoth, ___addGroupExperimenterMap, ___addGroupExperimenterMapToBoth, ___clearAnnotationLinks, ___clearGroupExperimenterMap, ___copyAnnotationLinks, ___copyGroupExperimenterMap, ___findExperimenterGroupAnnotationLink, ___findGroupExperimenterMap, ___getAnnotationLinksCountPerOwner, ___getConfig, ___getConfigAsMap, ___getDescription, ___getLdap, ___getName, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedExperimenterList, ___linkExperimenter, ___reloadAnnotationLinks, ___reloadGroupExperimenterMap, ___removeAllExperimenterGroupAnnotationLinkSet, ___removeAllGroupExperimenterMapSet, ___removeExperimenterGroupAnnotationLink, ___removeExperimenterGroupAnnotationLinkFromBoth, ___removeGroupExperimenterMap, ___removeGroupExperimenterMapFromBoth, ___setConfig, ___setDescription, ___setLdap, ___setName, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfGroupExperimenterMap, ___unlinkAnnotation, ___unlinkExperimenter, ___unloadAnnotationLinks, ___unloadGroupExperimenterMap, __dispatch, __readImpl, __writeImpl, addAllExperimenterGroupAnnotationLinkSet, addAllGroupExperimenterMapSet, addExperimenterGroupAnnotationLink, addExperimenterGroupAnnotationLinkToBoth, addGroupExperimenterMap, addGroupExperimenterMapToBoth, clearAnnotationLinks, clearGroupExperimenterMap, clone, copyAnnotationLinks, copyGroupExperimenterMap, findExperimenterGroupAnnotationLink, findGroupExperimenterMap, getAnnotationLinksCountPerOwner, getConfig, getConfigAsMap, getDescription, getLdap, getName, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedExperimenterList, linkExperimenter, reloadAnnotationLinks, reloadGroupExperimenterMap, removeAllExperimenterGroupAnnotationLinkSet, removeAllGroupExperimenterMapSet, removeExperimenterGroupAnnotationLink, removeExperimenterGroupAnnotationLinkFromBoth, removeGroupExperimenterMap, removeGroupExperimenterMapFromBoth, setConfig, setDescription, setLdap, setName, setVersion, sizeOfAnnotationLinks, sizeOfGroupExperimenterMap, unlinkAnnotation, unlinkExperimenter, unloadAnnotationLinks, unloadGroupExperimenterMap___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 _ExperimenterGroupTie()
public _ExperimenterGroupTie(_ExperimenterGroupOperations 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 void addAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
addAllExperimenterGroupAnnotationLinkSet in interface _ExperimenterGroupOperationspublic void addAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
addAllGroupExperimenterMapSet in interface _ExperimenterGroupOperationspublic void addExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink target, Ice.Current __current)
addExperimenterGroupAnnotationLink in interface _ExperimenterGroupOperationspublic void addExperimenterGroupAnnotationLinkToBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
addExperimenterGroupAnnotationLinkToBoth in interface _ExperimenterGroupOperationspublic void addGroupExperimenterMap(GroupExperimenterMap target, Ice.Current __current)
addGroupExperimenterMap in interface _ExperimenterGroupOperationspublic void addGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
addGroupExperimenterMapToBoth in interface _ExperimenterGroupOperationspublic void clearAnnotationLinks(Ice.Current __current)
clearAnnotationLinks in interface _ExperimenterGroupOperationspublic void clearGroupExperimenterMap(Ice.Current __current)
clearGroupExperimenterMap in interface _ExperimenterGroupOperationspublic java.util.List<ExperimenterGroupAnnotationLink> copyAnnotationLinks(Ice.Current __current)
copyAnnotationLinks in interface _ExperimenterGroupOperationspublic java.util.List<GroupExperimenterMap> copyGroupExperimenterMap(Ice.Current __current)
copyGroupExperimenterMap in interface _ExperimenterGroupOperationspublic java.util.List<ExperimenterGroupAnnotationLink> findExperimenterGroupAnnotationLink(Annotation removal, Ice.Current __current)
findExperimenterGroupAnnotationLink in interface _ExperimenterGroupOperationspublic java.util.List<GroupExperimenterMap> findGroupExperimenterMap(Experimenter removal, Ice.Current __current)
findGroupExperimenterMap in interface _ExperimenterGroupOperationspublic java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
getAnnotationLinksCountPerOwner in interface _ExperimenterGroupOperationspublic java.util.List<NamedValue> getConfig(Ice.Current __current)
getConfig in interface _ExperimenterGroupOperationspublic java.util.Map<java.lang.String,java.lang.String> getConfigAsMap(Ice.Current __current)
getConfigAsMap in interface _ExperimenterGroupOperationspublic RString getDescription(Ice.Current __current)
getDescription in interface _ExperimenterGroupOperationspublic RBool getLdap(Ice.Current __current)
getLdap in interface _ExperimenterGroupOperationspublic RString getName(Ice.Current __current)
getName in interface _ExperimenterGroupOperationspublic RInt getVersion(Ice.Current __current)
getVersion in interface _ExperimenterGroupOperationspublic ExperimenterGroupAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
linkAnnotation in interface _ExperimenterGroupOperationspublic GroupExperimenterMap linkExperimenter(Experimenter addition, Ice.Current __current)
linkExperimenter in interface _ExperimenterGroupOperationspublic java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
linkedAnnotationList in interface _ExperimenterGroupOperationspublic java.util.List<Experimenter> linkedExperimenterList(Ice.Current __current)
linkedExperimenterList in interface _ExperimenterGroupOperationspublic void reloadAnnotationLinks(ExperimenterGroup toCopy, Ice.Current __current)
reloadAnnotationLinks in interface _ExperimenterGroupOperationspublic void reloadGroupExperimenterMap(ExperimenterGroup toCopy, Ice.Current __current)
reloadGroupExperimenterMap in interface _ExperimenterGroupOperationspublic void removeAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
removeAllExperimenterGroupAnnotationLinkSet in interface _ExperimenterGroupOperationspublic void removeAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
removeAllGroupExperimenterMapSet in interface _ExperimenterGroupOperationspublic void removeExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink theTarget, Ice.Current __current)
removeExperimenterGroupAnnotationLink in interface _ExperimenterGroupOperationspublic void removeExperimenterGroupAnnotationLinkFromBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
removeExperimenterGroupAnnotationLinkFromBoth in interface _ExperimenterGroupOperationspublic void removeGroupExperimenterMap(GroupExperimenterMap theTarget, Ice.Current __current)
removeGroupExperimenterMap in interface _ExperimenterGroupOperationspublic void removeGroupExperimenterMapFromBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
removeGroupExperimenterMapFromBoth in interface _ExperimenterGroupOperationspublic void setConfig(java.util.List<NamedValue> theConfig, Ice.Current __current)
setConfig in interface _ExperimenterGroupOperationspublic void setDescription(RString theDescription, Ice.Current __current)
setDescription in interface _ExperimenterGroupOperationspublic void setLdap(RBool theLdap, Ice.Current __current)
setLdap in interface _ExperimenterGroupOperationspublic void setName(RString theName, Ice.Current __current)
setName in interface _ExperimenterGroupOperationspublic void setVersion(RInt theVersion, Ice.Current __current)
setVersion in interface _ExperimenterGroupOperationspublic int sizeOfAnnotationLinks(Ice.Current __current)
sizeOfAnnotationLinks in interface _ExperimenterGroupOperationspublic int sizeOfGroupExperimenterMap(Ice.Current __current)
sizeOfGroupExperimenterMap in interface _ExperimenterGroupOperationspublic void unlinkAnnotation(Annotation removal, Ice.Current __current)
unlinkAnnotation in interface _ExperimenterGroupOperationspublic void unlinkExperimenter(Experimenter removal, Ice.Current __current)
unlinkExperimenter in interface _ExperimenterGroupOperationspublic void unloadAnnotationLinks(Ice.Current __current)
unloadAnnotationLinks in interface _ExperimenterGroupOperationspublic void unloadGroupExperimenterMap(Ice.Current __current)
unloadGroupExperimenterMap in interface _ExperimenterGroupOperationspublic 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.