public interface _ExperimenterGroupOperations extends _IObjectOperations
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) |
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) |
RBool |
getLdap(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
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) |
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 |
setLdap(RBool theLdap,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
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 |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadGroupExperimenterMap(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
RString getName(Ice.Current __current)
void setName(RString theName, Ice.Current __current)
RBool getLdap(Ice.Current __current)
void setLdap(RBool theLdap, Ice.Current __current)
void unloadGroupExperimenterMap(Ice.Current __current)
int sizeOfGroupExperimenterMap(Ice.Current __current)
java.util.List<GroupExperimenterMap> copyGroupExperimenterMap(Ice.Current __current)
void addGroupExperimenterMap(GroupExperimenterMap target, Ice.Current __current)
void addAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void removeGroupExperimenterMap(GroupExperimenterMap theTarget, Ice.Current __current)
void removeAllGroupExperimenterMapSet(java.util.List<GroupExperimenterMap> targets, Ice.Current __current)
void clearGroupExperimenterMap(Ice.Current __current)
void reloadGroupExperimenterMap(ExperimenterGroup toCopy, Ice.Current __current)
GroupExperimenterMap linkExperimenter(Experimenter addition, Ice.Current __current)
void addGroupExperimenterMapToBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
java.util.List<GroupExperimenterMap> findGroupExperimenterMap(Experimenter removal, Ice.Current __current)
void unlinkExperimenter(Experimenter removal, Ice.Current __current)
void removeGroupExperimenterMapFromBoth(GroupExperimenterMap link, boolean bothSides, Ice.Current __current)
java.util.List<Experimenter> linkedExperimenterList(Ice.Current __current)
java.util.Map<java.lang.String,java.lang.String> getConfigAsMap(Ice.Current __current)
java.util.List<NamedValue> getConfig(Ice.Current __current)
void setConfig(java.util.List<NamedValue> theConfig, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<ExperimenterGroupAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink target, Ice.Current __current)
void addAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
void removeExperimenterGroupAnnotationLink(ExperimenterGroupAnnotationLink theTarget, Ice.Current __current)
void removeAllExperimenterGroupAnnotationLinkSet(java.util.List<ExperimenterGroupAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(ExperimenterGroup toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
ExperimenterGroupAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addExperimenterGroupAnnotationLinkToBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<ExperimenterGroupAnnotationLink> findExperimenterGroupAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeExperimenterGroupAnnotationLinkFromBoth(ExperimenterGroupAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
RString getDescription(Ice.Current __current)
void setDescription(RString theDescription, Ice.Current __current)