Package omero.model
Class ChannelBindingI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.ChannelBinding
-
- omero.model.ChannelBindingI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,ome.model.ModelBased
,_ChannelBindingOperations
,_ChannelBindingOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
public class ChannelBindingI extends ChannelBinding implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTIVE
static java.lang.String
ALPHA
static java.lang.String
BLUE
static java.lang.String
COEFFICIENT
static java.lang.String
DETAILS
static java.lang.String
FAMILY
static java.lang.String
GREEN
static java.lang.String
INPUTEND
static java.lang.String
INPUTSTART
static java.lang.String
LOOKUPTABLE
static java.lang.String
NOISEREDUCTION
static java.lang.String
RED
static java.lang.String
RENDERINGDEF
static java.lang.String
SPATIALDOMAINENHANCEMENT
-
Fields inherited from class omero.model.ChannelBinding
__ids, active, alpha, blue, coefficient, family, green, inputEnd, inputStart, lookupTable, noiseReduction, red, renderingDef, serialVersionUID, spatialDomainEnhancementLoaded, spatialDomainEnhancementSeq, version
-
-
Constructor Summary
Constructors Constructor Description ChannelBindingI()
ChannelBindingI(long id, boolean loaded)
ChannelBindingI(RLong id, boolean loaded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current current)
void
addCodomainMapContext(CodomainMapContext target, Ice.Current current)
static java.util.List<ChannelBindingI>
cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.void
clearSpatialDomainEnhancement(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.java.util.List
copySpatialDomainEnhancement(Ice.Current current)
protected void
errorIfUnloaded()
ome.util.Filterable
fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapper
produce an "ome.model" object from this "omero.model" object.RBool
getActive(Ice.Current current)
RInt
getAlpha(Ice.Current current)
RInt
getBlue(Ice.Current current)
CodomainMapContext
getCodomainMapContext(int index, Ice.Current current)
RDouble
getCoefficient(Ice.Current current)
Details
getDetails(Ice.Current current)
Family
getFamily(Ice.Current current)
RInt
getGreen(Ice.Current current)
RLong
getId(Ice.Current current)
RDouble
getInputEnd(Ice.Current current)
RDouble
getInputStart(Ice.Current current)
RString
getLookupTable(Ice.Current current)
RBool
getNoiseReduction(Ice.Current current)
CodomainMapContext
getPrimaryCodomainMapContext(Ice.Current current)
RInt
getRed(Ice.Current current)
RenderingDef
getRenderingDef(Ice.Current current)
protected java.util.List
getSpatialDomainEnhancement(Ice.Current current)
RInt
getVersion(Ice.Current current)
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.boolean
isSpatialDomainEnhancementLoaded()
java.util.Iterator
iterateSpatialDomainEnhancement()
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
reloadSpatialDomainEnhancement(ChannelBinding toCopy, Ice.Current current)
void
removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current current)
void
removeCodomainMapContext(CodomainMapContext target, Ice.Current current)
void
setActive(RBool active, Ice.Current current)
void
setAlpha(RInt alpha, Ice.Current current)
void
setBlue(RInt blue, Ice.Current current)
CodomainMapContext
setCodomainMapContext(int index, CodomainMapContext element, Ice.Current current)
void
setCoefficient(RDouble coefficient, Ice.Current current)
void
setFamily(Family family, Ice.Current current)
void
setGreen(RInt green, Ice.Current current)
void
setId(RLong id, Ice.Current current)
void
setInputEnd(RDouble inputEnd, Ice.Current current)
void
setInputStart(RDouble inputStart, Ice.Current current)
void
setLookupTable(RString lookupTable, Ice.Current current)
void
setNoiseReduction(RBool noiseReduction, Ice.Current current)
CodomainMapContext
setPrimaryCodomainMapContext(CodomainMapContext element, Ice.Current current)
void
setRed(RInt red, Ice.Current current)
void
setRenderingDef(RenderingDef renderingDef, Ice.Current current)
protected void
setSpatialDomainEnhancement(java.util.List spatialDomainEnhancement, 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
sizeOfSpatialDomainEnhancement(Ice.Current current)
protected void
throwNullCollectionException(java.lang.String propertyName)
protected void
toggleCollectionsLoaded(boolean load)
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
unloadActive()
void
unloadAlpha()
void
unloadBlue()
void
unloadCoefficient()
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
unloadFamily()
void
unloadGreen()
void
unloadInputEnd()
void
unloadInputStart()
void
unloadLookupTable()
void
unloadNoiseReduction()
void
unloadRed()
void
unloadRenderingDef()
void
unloadSpatialDomainEnhancement(Ice.Current current)
-
Methods inherited from class omero.model.ChannelBinding
___addAllCodomainMapContextSet, ___addCodomainMapContext, ___clearSpatialDomainEnhancement, ___copySpatialDomainEnhancement, ___getActive, ___getAlpha, ___getBlue, ___getCodomainMapContext, ___getCoefficient, ___getFamily, ___getGreen, ___getInputEnd, ___getInputStart, ___getLookupTable, ___getNoiseReduction, ___getPrimaryCodomainMapContext, ___getRed, ___getRenderingDef, ___getVersion, ___reloadSpatialDomainEnhancement, ___removeAllCodomainMapContextSet, ___removeCodomainMapContext, ___setActive, ___setAlpha, ___setBlue, ___setCodomainMapContext, ___setCoefficient, ___setFamily, ___setGreen, ___setInputEnd, ___setInputStart, ___setLookupTable, ___setNoiseReduction, ___setPrimaryCodomainMapContext, ___setRed, ___setRenderingDef, ___setVersion, ___sizeOfSpatialDomainEnhancement, ___unloadSpatialDomainEnhancement, __dispatch, __readImpl, __writeImpl, addAllCodomainMapContextSet, addCodomainMapContext, clearSpatialDomainEnhancement, clone, copySpatialDomainEnhancement, getActive, getAlpha, getBlue, getCodomainMapContext, getCoefficient, getFamily, getGreen, getInputEnd, getInputStart, getLookupTable, getNoiseReduction, getPrimaryCodomainMapContext, getRed, getRenderingDef, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, reloadSpatialDomainEnhancement, removeAllCodomainMapContextSet, removeCodomainMapContext, setActive, setAlpha, setBlue, setCodomainMapContext, setCoefficient, setFamily, setGreen, setInputEnd, setInputStart, setLookupTable, setNoiseReduction, setPrimaryCodomainMapContext, setRed, setRenderingDef, setVersion, sizeOfSpatialDomainEnhancement, unloadSpatialDomainEnhancement
-
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
-
RENDERINGDEF
public static final java.lang.String RENDERINGDEF
- See Also:
- Constant Field Values
-
FAMILY
public static final java.lang.String FAMILY
- See Also:
- Constant Field Values
-
COEFFICIENT
public static final java.lang.String COEFFICIENT
- See Also:
- Constant Field Values
-
INPUTSTART
public static final java.lang.String INPUTSTART
- See Also:
- Constant Field Values
-
INPUTEND
public static final java.lang.String INPUTEND
- See Also:
- Constant Field Values
-
ACTIVE
public static final java.lang.String ACTIVE
- See Also:
- Constant Field Values
-
NOISEREDUCTION
public static final java.lang.String NOISEREDUCTION
- See Also:
- Constant Field Values
-
RED
public static final java.lang.String RED
- See Also:
- Constant Field Values
-
GREEN
public static final java.lang.String GREEN
- See Also:
- Constant Field Values
-
BLUE
public static final java.lang.String BLUE
- See Also:
- Constant Field Values
-
ALPHA
public static final java.lang.String ALPHA
- See Also:
- Constant Field Values
-
LOOKUPTABLE
public static final java.lang.String LOOKUPTABLE
- See Also:
- Constant Field Values
-
SPATIALDOMAINENHANCEMENT
public static final java.lang.String SPATIALDOMAINENHANCEMENT
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChannelBindingI
public ChannelBindingI()
-
ChannelBindingI
public ChannelBindingI(long id, boolean loaded)
-
ChannelBindingI
public ChannelBindingI(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_ChannelBindingOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersion
in interface_ChannelBindingOperations
-
unloadRenderingDef
public void unloadRenderingDef()
-
getRenderingDef
public RenderingDef getRenderingDef(Ice.Current current) throws UnloadedEntityException
- Specified by:
getRenderingDef
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setRenderingDef
public void setRenderingDef(RenderingDef renderingDef, Ice.Current current) throws UnloadedEntityException
- Specified by:
setRenderingDef
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadFamily
public void unloadFamily()
-
getFamily
public Family getFamily(Ice.Current current) throws UnloadedEntityException
- Specified by:
getFamily
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setFamily
public void setFamily(Family family, Ice.Current current) throws UnloadedEntityException
- Specified by:
setFamily
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadCoefficient
public void unloadCoefficient()
-
getCoefficient
public RDouble getCoefficient(Ice.Current current) throws UnloadedEntityException
- Specified by:
getCoefficient
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setCoefficient
public void setCoefficient(RDouble coefficient, Ice.Current current) throws UnloadedEntityException
- Specified by:
setCoefficient
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadInputStart
public void unloadInputStart()
-
getInputStart
public RDouble getInputStart(Ice.Current current) throws UnloadedEntityException
- Specified by:
getInputStart
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setInputStart
public void setInputStart(RDouble inputStart, Ice.Current current) throws UnloadedEntityException
- Specified by:
setInputStart
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadInputEnd
public void unloadInputEnd()
-
getInputEnd
public RDouble getInputEnd(Ice.Current current) throws UnloadedEntityException
- Specified by:
getInputEnd
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setInputEnd
public void setInputEnd(RDouble inputEnd, Ice.Current current) throws UnloadedEntityException
- Specified by:
setInputEnd
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadActive
public void unloadActive()
-
getActive
public RBool getActive(Ice.Current current) throws UnloadedEntityException
- Specified by:
getActive
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setActive
public void setActive(RBool active, Ice.Current current) throws UnloadedEntityException
- Specified by:
setActive
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadNoiseReduction
public void unloadNoiseReduction()
-
getNoiseReduction
public RBool getNoiseReduction(Ice.Current current) throws UnloadedEntityException
- Specified by:
getNoiseReduction
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setNoiseReduction
public void setNoiseReduction(RBool noiseReduction, Ice.Current current) throws UnloadedEntityException
- Specified by:
setNoiseReduction
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadRed
public void unloadRed()
-
getRed
public RInt getRed(Ice.Current current) throws UnloadedEntityException
- Specified by:
getRed
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setRed
public void setRed(RInt red, Ice.Current current) throws UnloadedEntityException
- Specified by:
setRed
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadGreen
public void unloadGreen()
-
getGreen
public RInt getGreen(Ice.Current current) throws UnloadedEntityException
- Specified by:
getGreen
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setGreen
public void setGreen(RInt green, Ice.Current current) throws UnloadedEntityException
- Specified by:
setGreen
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadBlue
public void unloadBlue()
-
getBlue
public RInt getBlue(Ice.Current current) throws UnloadedEntityException
- Specified by:
getBlue
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setBlue
public void setBlue(RInt blue, Ice.Current current) throws UnloadedEntityException
- Specified by:
setBlue
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadAlpha
public void unloadAlpha()
-
getAlpha
public RInt getAlpha(Ice.Current current) throws UnloadedEntityException
- Specified by:
getAlpha
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setAlpha
public void setAlpha(RInt alpha, Ice.Current current) throws UnloadedEntityException
- Specified by:
setAlpha
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadLookupTable
public void unloadLookupTable()
-
getLookupTable
public RString getLookupTable(Ice.Current current) throws UnloadedEntityException
- Specified by:
getLookupTable
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
setLookupTable
public void setLookupTable(RString lookupTable, Ice.Current current) throws UnloadedEntityException
- Specified by:
setLookupTable
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
unloadSpatialDomainEnhancement
public void unloadSpatialDomainEnhancement(Ice.Current current)
- Specified by:
unloadSpatialDomainEnhancement
in interface_ChannelBindingOperations
-
getSpatialDomainEnhancement
protected java.util.List getSpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
setSpatialDomainEnhancement
protected void setSpatialDomainEnhancement(java.util.List spatialDomainEnhancement, Ice.Current current) throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
isSpatialDomainEnhancementLoaded
public boolean isSpatialDomainEnhancementLoaded()
-
sizeOfSpatialDomainEnhancement
public int sizeOfSpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
- Specified by:
sizeOfSpatialDomainEnhancement
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
copySpatialDomainEnhancement
public java.util.List copySpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
- Specified by:
copySpatialDomainEnhancement
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
iterateSpatialDomainEnhancement
public java.util.Iterator iterateSpatialDomainEnhancement() throws UnloadedEntityException
- Throws:
UnloadedEntityException
-
addCodomainMapContext
public void addCodomainMapContext(CodomainMapContext target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addCodomainMapContext
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
addAllCodomainMapContextSet
public void addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllCodomainMapContextSet
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
removeCodomainMapContext
public void removeCodomainMapContext(CodomainMapContext target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeCodomainMapContext
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
removeAllCodomainMapContextSet
public void removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllCodomainMapContextSet
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
clearSpatialDomainEnhancement
public void clearSpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
- Specified by:
clearSpatialDomainEnhancement
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
reloadSpatialDomainEnhancement
public void reloadSpatialDomainEnhancement(ChannelBinding toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadSpatialDomainEnhancement
in interface_ChannelBindingOperations
- Throws:
UnloadedEntityException
-
getCodomainMapContext
public CodomainMapContext getCodomainMapContext(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getCodomainMapContext
in interface_ChannelBindingOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setCodomainMapContext
public CodomainMapContext setCodomainMapContext(int index, CodomainMapContext element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setCodomainMapContext
in interface_ChannelBindingOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
getPrimaryCodomainMapContext
public CodomainMapContext getPrimaryCodomainMapContext(Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
getPrimaryCodomainMapContext
in interface_ChannelBindingOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
setPrimaryCodomainMapContext
public CodomainMapContext setPrimaryCodomainMapContext(CodomainMapContext element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
- Specified by:
setPrimaryCodomainMapContext
in interface_ChannelBindingOperations
- Throws:
java.lang.IndexOutOfBoundsException
-
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<ChannelBindingI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-