Package omero.model
Class LightPathI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.LightPath
-
- omero.model.LightPathI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,ome.model.ModelBased
,_IObjectOperations
,_IObjectOperationsNC
,_LightPathOperations
,_LightPathOperationsNC
public class LightPathI extends LightPath implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANNOTATIONLINKS
static java.lang.String
DETAILS
static java.lang.String
DICHROIC
static java.lang.String
EMISSIONFILTERLINK
static java.lang.String
EXCITATIONFILTERLINK
-
Fields inherited from class omero.model.LightPath
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, dichroic, emissionFilterLinkCountPerOwner, emissionFilterLinkLoaded, emissionFilterLinkSeq, excitationFilterLinkCountPerOwner, excitationFilterLinkLoaded, excitationFilterLinkSeq, serialVersionUID, version
-
-
Constructor Summary
Constructors Constructor Description LightPathI()
LightPathI(long id, boolean loaded)
LightPathI(RLong id, boolean loaded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current current)
void
addAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current current)
void
addAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current current)
void
addLightPathAnnotationLink(LightPathAnnotationLink target, Ice.Current current)
void
addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current current)
void
addLightPathEmissionFilterLink(LightPathEmissionFilterLink target, Ice.Current current)
void
addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current current)
void
addLightPathExcitationFilterLink(LightPathExcitationFilterLink target, Ice.Current current)
void
addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current current)
static java.util.List<LightPathI>
cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.void
clearAnnotationLinks(Ice.Current current)
void
clearEmissionFilterLink(Ice.Current current)
void
clearExcitationFilterLink(Ice.Current current)
java.util.List
copyAnnotationLinks(Ice.Current current)
java.util.List
copyEmissionFilterLink(Ice.Current current)
java.util.List
copyExcitationFilterLink(Ice.Current current)
void
copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
Used byIceMapper
to inject an "ome.model" object into this "omero.model" object.protected void
errorIfUnloaded()
ome.util.Filterable
fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.java.util.List<LightPathAnnotationLink>
findLightPathAnnotationLink(Annotation removal, Ice.Current current)
java.util.List<LightPathEmissionFilterLink>
findLightPathEmissionFilterLink(Filter removal, Ice.Current current)
java.util.List<LightPathExcitationFilterLink>
findLightPathExcitationFilterLink(Filter 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)
Details
getDetails(Ice.Current current)
Dichroic
getDichroic(Ice.Current current)
protected java.util.List
getEmissionFilterLink(Ice.Current current)
java.util.Map<java.lang.Long,java.lang.Long>
getEmissionFilterLinkCountPerOwner(Ice.Current current)
protected java.util.List
getExcitationFilterLink(Ice.Current current)
java.util.Map<java.lang.Long,java.lang.Long>
getExcitationFilterLinkCountPerOwner(Ice.Current current)
RLong
getId(Ice.Current current)
LightPathExcitationFilterLink
getLightPathExcitationFilterLink(int index, Ice.Current current)
LightPathExcitationFilterLink
getPrimaryLightPathExcitationFilterLink(Ice.Current current)
RInt
getVersion(Ice.Current current)
boolean
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation subclasses.boolean
isAnnotationLinksLoaded()
boolean
isEmissionFilterLinkLoaded()
boolean
isExcitationFilterLinkLoaded()
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.java.util.Iterator
iterateAnnotationLinks()
java.util.Iterator
iterateEmissionFilterLink()
java.util.Iterator
iterateExcitationFilterLink()
LightPathAnnotationLink
linkAnnotation(Annotation addition, Ice.Current current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current current)
java.util.List<Filter>
linkedEmissionFilterList(Ice.Current current)
java.util.List<Filter>
linkedExcitationFilterList(Ice.Current current)
LightPathEmissionFilterLink
linkEmissionFilter(Filter addition, Ice.Current current)
LightPathExcitationFilterLink
linkExcitationFilter(Filter 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(LightPath toCopy, Ice.Current current)
void
reloadEmissionFilterLink(LightPath toCopy, Ice.Current current)
void
reloadExcitationFilterLink(LightPath toCopy, Ice.Current current)
void
removeAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current current)
void
removeAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current current)
void
removeAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current current)
void
removeLightPathAnnotationLink(LightPathAnnotationLink target, Ice.Current current)
void
removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current current)
void
removeLightPathEmissionFilterLink(LightPathEmissionFilterLink target, Ice.Current current)
void
removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current current)
void
removeLightPathExcitationFilterLink(LightPathExcitationFilterLink target, Ice.Current current)
void
removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current current)
protected void
setAnnotationLinks(java.util.List annotationLinks, Ice.Current current)
void
setDichroic(Dichroic dichroic, Ice.Current current)
protected void
setEmissionFilterLink(java.util.List emissionFilterLink, Ice.Current current)
protected void
setExcitationFilterLink(java.util.List excitationFilterLink, Ice.Current current)
void
setId(RLong id, Ice.Current current)
LightPathExcitationFilterLink
setLightPathExcitationFilterLink(int index, LightPathExcitationFilterLink element, Ice.Current current)
LightPathExcitationFilterLink
setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink element, Ice.Current current)
void
setVersion(RInt version, 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
sizeOfEmissionFilterLink(Ice.Current current)
int
sizeOfExcitationFilterLink(Ice.Current current)
protected void
throwNullCollectionException(java.lang.String propertyName)
protected void
toggleCollectionsLoaded(boolean load)
void
unlinkAnnotation(Annotation removal, Ice.Current current)
void
unlinkEmissionFilter(Filter removal, Ice.Current current)
void
unlinkExcitationFilter(Filter 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
unloadDichroic()
void
unloadEmissionFilterLink(Ice.Current current)
void
unloadExcitationFilterLink(Ice.Current current)
-
Methods inherited from class omero.model.LightPath
___addAllLightPathAnnotationLinkSet, ___addAllLightPathEmissionFilterLinkSet, ___addAllLightPathExcitationFilterLinkSet, ___addLightPathAnnotationLink, ___addLightPathAnnotationLinkToBoth, ___addLightPathEmissionFilterLink, ___addLightPathEmissionFilterLinkToBoth, ___addLightPathExcitationFilterLink, ___addLightPathExcitationFilterLinkToBoth, ___clearAnnotationLinks, ___clearEmissionFilterLink, ___clearExcitationFilterLink, ___copyAnnotationLinks, ___copyEmissionFilterLink, ___copyExcitationFilterLink, ___findLightPathAnnotationLink, ___findLightPathEmissionFilterLink, ___findLightPathExcitationFilterLink, ___getAnnotationLinksCountPerOwner, ___getDichroic, ___getEmissionFilterLinkCountPerOwner, ___getExcitationFilterLinkCountPerOwner, ___getLightPathExcitationFilterLink, ___getPrimaryLightPathExcitationFilterLink, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedEmissionFilterList, ___linkedExcitationFilterList, ___linkEmissionFilter, ___linkExcitationFilter, ___reloadAnnotationLinks, ___reloadEmissionFilterLink, ___reloadExcitationFilterLink, ___removeAllLightPathAnnotationLinkSet, ___removeAllLightPathEmissionFilterLinkSet, ___removeAllLightPathExcitationFilterLinkSet, ___removeLightPathAnnotationLink, ___removeLightPathAnnotationLinkFromBoth, ___removeLightPathEmissionFilterLink, ___removeLightPathEmissionFilterLinkFromBoth, ___removeLightPathExcitationFilterLink, ___removeLightPathExcitationFilterLinkFromBoth, ___setDichroic, ___setLightPathExcitationFilterLink, ___setPrimaryLightPathExcitationFilterLink, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfEmissionFilterLink, ___sizeOfExcitationFilterLink, ___unlinkAnnotation, ___unlinkEmissionFilter, ___unlinkExcitationFilter, ___unloadAnnotationLinks, ___unloadEmissionFilterLink, ___unloadExcitationFilterLink, __dispatch, __readImpl, __writeImpl, addAllLightPathAnnotationLinkSet, addAllLightPathEmissionFilterLinkSet, addAllLightPathExcitationFilterLinkSet, addLightPathAnnotationLink, addLightPathAnnotationLinkToBoth, addLightPathEmissionFilterLink, addLightPathEmissionFilterLinkToBoth, addLightPathExcitationFilterLink, addLightPathExcitationFilterLinkToBoth, clearAnnotationLinks, clearEmissionFilterLink, clearExcitationFilterLink, clone, copyAnnotationLinks, copyEmissionFilterLink, copyExcitationFilterLink, findLightPathAnnotationLink, findLightPathEmissionFilterLink, findLightPathExcitationFilterLink, getAnnotationLinksCountPerOwner, getDichroic, getEmissionFilterLinkCountPerOwner, getExcitationFilterLinkCountPerOwner, getLightPathExcitationFilterLink, getPrimaryLightPathExcitationFilterLink, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedEmissionFilterList, linkedExcitationFilterList, linkEmissionFilter, linkExcitationFilter, reloadAnnotationLinks, reloadEmissionFilterLink, reloadExcitationFilterLink, removeAllLightPathAnnotationLinkSet, removeAllLightPathEmissionFilterLinkSet, removeAllLightPathExcitationFilterLinkSet, removeLightPathAnnotationLink, removeLightPathAnnotationLinkFromBoth, removeLightPathEmissionFilterLink, removeLightPathEmissionFilterLinkFromBoth, removeLightPathExcitationFilterLink, removeLightPathExcitationFilterLinkFromBoth, setDichroic, setLightPathExcitationFilterLink, setPrimaryLightPathExcitationFilterLink, setVersion, sizeOfAnnotationLinks, sizeOfEmissionFilterLink, sizeOfExcitationFilterLink, unlinkAnnotation, unlinkEmissionFilter, unlinkExcitationFilter, unloadAnnotationLinks, unloadEmissionFilterLink, unloadExcitationFilterLink
-
Methods inherited from class omero.model.IObject
___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
-
Methods inherited from class Ice.ObjectImpl
___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
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
EXCITATIONFILTERLINK
public static final java.lang.String EXCITATIONFILTERLINK
- See Also:
- Constant Field Values
-
DICHROIC
public static final java.lang.String DICHROIC
- See Also:
- Constant Field Values
-
EMISSIONFILTERLINK
public static final java.lang.String EMISSIONFILTERLINK
- See Also:
- Constant Field Values
-
ANNOTATIONLINKS
public static final java.lang.String ANNOTATIONLINKS
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LightPathI
public LightPathI()
-
LightPathI
public LightPathI(long id, boolean loaded)
-
LightPathI
public LightPathI(RLong id, boolean loaded)
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
-
unload
public void unload(Ice.Current current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current current)
Description copied from interface:_IObjectOperations
Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoaded
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current current)
Description copied from interface:_IObjectOperations
Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollections
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isAnnotated
public boolean isAnnotated(Ice.Current current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
shallowCopy
public IObject shallowCopy(Ice.Current current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getId
in interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setId
in interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetails
in interface_IObjectOperations
-
unloadDetails
public void unloadDetails(Ice.Current current)
Description copied from interface:_IObjectOperations
As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetails
in interface_IObjectOperations
- Parameters:
current
- The Current object for the invocation.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersion
in interface_LightPathOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersion
in interface_LightPathOperations
-
unloadExcitationFilterLink
public void unloadExcitationFilterLink(Ice.Current current)
- Specified by:
unloadExcitationFilterLink
in interface_LightPathOperations
-
getExcitationFilterLink
protected java.util.List getExcitationFilterLink(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setExcitationFilterLink
protected void setExcitationFilterLink(java.util.List excitationFilterLink, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isExcitationFilterLinkLoaded
public boolean isExcitationFilterLinkLoaded()
-
sizeOfExcitationFilterLink
public int sizeOfExcitationFilterLink(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfExcitationFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
copyExcitationFilterLink
public java.util.List copyExcitationFilterLink(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyExcitationFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
iterateExcitationFilterLink
public java.util.Iterator iterateExcitationFilterLink() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addLightPathExcitationFilterLink
public void addLightPathExcitationFilterLink(LightPathExcitationFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addLightPathExcitationFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
addAllLightPathExcitationFilterLinkSet
public void addAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllLightPathExcitationFilterLinkSet
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeLightPathExcitationFilterLink
public void removeLightPathExcitationFilterLink(LightPathExcitationFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeLightPathExcitationFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeAllLightPathExcitationFilterLinkSet
public void removeAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllLightPathExcitationFilterLinkSet
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
clearExcitationFilterLink
public void clearExcitationFilterLink(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearExcitationFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
reloadExcitationFilterLink
public void reloadExcitationFilterLink(LightPath toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadExcitationFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
getLightPathExcitationFilterLink
public LightPathExcitationFilterLink getLightPathExcitationFilterLink(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getLightPathExcitationFilterLink
in interface_LightPathOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setLightPathExcitationFilterLink
public LightPathExcitationFilterLink setLightPathExcitationFilterLink(int index, LightPathExcitationFilterLink element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setLightPathExcitationFilterLink
in interface_LightPathOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
getPrimaryLightPathExcitationFilterLink
public LightPathExcitationFilterLink getPrimaryLightPathExcitationFilterLink(Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getPrimaryLightPathExcitationFilterLink
in interface_LightPathOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setPrimaryLightPathExcitationFilterLink
public LightPathExcitationFilterLink setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setPrimaryLightPathExcitationFilterLink
in interface_LightPathOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
getExcitationFilterLinkCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getExcitationFilterLinkCountPerOwner(Ice.Current current)
- Specified by:
getExcitationFilterLinkCountPerOwner
in interface_LightPathOperations
-
linkExcitationFilter
public LightPathExcitationFilterLink linkExcitationFilter(Filter addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkExcitationFilter
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
addLightPathExcitationFilterLinkToBoth
public void addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addLightPathExcitationFilterLinkToBoth
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
findLightPathExcitationFilterLink
public java.util.List<LightPathExcitationFilterLink> findLightPathExcitationFilterLink(Filter removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findLightPathExcitationFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
unlinkExcitationFilter
public void unlinkExcitationFilter(Filter removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkExcitationFilter
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeLightPathExcitationFilterLinkFromBoth
public void removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeLightPathExcitationFilterLinkFromBoth
in interface_LightPathOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedExcitationFilterList
public java.util.List<Filter> linkedExcitationFilterList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedExcitationFilterList
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
unloadDichroic
public void unloadDichroic()
-
getDichroic
public Dichroic getDichroic(Ice.Current current) throws UnloadedEntityException
- Specified by:
getDichroic
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
setDichroic
public void setDichroic(Dichroic dichroic, Ice.Current current) throws UnloadedEntityException
- Specified by:
setDichroic
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
unloadEmissionFilterLink
public void unloadEmissionFilterLink(Ice.Current current)
- Specified by:
unloadEmissionFilterLink
in interface_LightPathOperations
-
getEmissionFilterLink
protected java.util.List getEmissionFilterLink(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setEmissionFilterLink
protected void setEmissionFilterLink(java.util.List emissionFilterLink, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isEmissionFilterLinkLoaded
public boolean isEmissionFilterLinkLoaded()
-
sizeOfEmissionFilterLink
public int sizeOfEmissionFilterLink(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfEmissionFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
copyEmissionFilterLink
public java.util.List copyEmissionFilterLink(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyEmissionFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
iterateEmissionFilterLink
public java.util.Iterator iterateEmissionFilterLink() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addLightPathEmissionFilterLink
public void addLightPathEmissionFilterLink(LightPathEmissionFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addLightPathEmissionFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
addAllLightPathEmissionFilterLinkSet
public void addAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllLightPathEmissionFilterLinkSet
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeLightPathEmissionFilterLink
public void removeLightPathEmissionFilterLink(LightPathEmissionFilterLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeLightPathEmissionFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeAllLightPathEmissionFilterLinkSet
public void removeAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllLightPathEmissionFilterLinkSet
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
clearEmissionFilterLink
public void clearEmissionFilterLink(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearEmissionFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
reloadEmissionFilterLink
public void reloadEmissionFilterLink(LightPath toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadEmissionFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
getEmissionFilterLinkCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getEmissionFilterLinkCountPerOwner(Ice.Current current)
- Specified by:
getEmissionFilterLinkCountPerOwner
in interface_LightPathOperations
-
linkEmissionFilter
public LightPathEmissionFilterLink linkEmissionFilter(Filter addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkEmissionFilter
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
addLightPathEmissionFilterLinkToBoth
public void addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addLightPathEmissionFilterLinkToBoth
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
findLightPathEmissionFilterLink
public java.util.List<LightPathEmissionFilterLink> findLightPathEmissionFilterLink(Filter removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findLightPathEmissionFilterLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
unlinkEmissionFilter
public void unlinkEmissionFilter(Filter removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkEmissionFilter
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeLightPathEmissionFilterLinkFromBoth
public void removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeLightPathEmissionFilterLinkFromBoth
in interface_LightPathOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedEmissionFilterList
public java.util.List<Filter> linkedEmissionFilterList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedEmissionFilterList
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current current)
- Specified by:
unloadAnnotationLinks
in interface_LightPathOperations
-
getAnnotationLinks
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setAnnotationLinks
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isAnnotationLinksLoaded
public boolean isAnnotationLinksLoaded()
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfAnnotationLinks
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
copyAnnotationLinks
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
copyAnnotationLinks
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
iterateAnnotationLinks
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addLightPathAnnotationLink
public void addLightPathAnnotationLink(LightPathAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addLightPathAnnotationLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
addAllLightPathAnnotationLinkSet
public void addAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllLightPathAnnotationLinkSet
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeLightPathAnnotationLink
public void removeLightPathAnnotationLink(LightPathAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeLightPathAnnotationLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeAllLightPathAnnotationLinkSet
public void removeAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllLightPathAnnotationLinkSet
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearAnnotationLinks
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
reloadAnnotationLinks
public void reloadAnnotationLinks(LightPath toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadAnnotationLinks
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_LightPathOperations
-
linkAnnotation
public LightPathAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkAnnotation
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
addLightPathAnnotationLinkToBoth
public void addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addLightPathAnnotationLinkToBoth
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
findLightPathAnnotationLink
public java.util.List<LightPathAnnotationLink> findLightPathAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findLightPathAnnotationLink
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkAnnotation
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
removeLightPathAnnotationLinkFromBoth
public void removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeLightPathAnnotationLinkFromBoth
in interface_LightPathOperations
- Throws:
UnloadedEntityException
UnloadedCollectionException
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedAnnotationList
in interface_LightPathOperations
- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
Used byIceMapper
to inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObject
in interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.- Specified by:
fillObject
in interfaceome.model.ModelBased
-
cast
public static java.util.List<LightPathI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-