Package fr.igred.omero.repository
Class PlateWrapper
- java.lang.Object
-
- fr.igred.omero.GenericObjectWrapper<T>
-
- fr.igred.omero.repository.GenericRepositoryObjectWrapper<PlateData>
-
- fr.igred.omero.repository.PlateWrapper
-
public class PlateWrapper extends GenericRepositoryObjectWrapper<PlateData>
Class containing a PlateData object.Wraps function calls to the PlateData contained.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fr.igred.omero.repository.GenericRepositoryObjectWrapper
GenericRepositoryObjectWrapper.ReplacePolicy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANNOTATION_LINK
Annotation link name for this type of object-
Fields inherited from class fr.igred.omero.GenericObjectWrapper
data
-
-
Constructor Summary
Constructors Constructor Description PlateWrapper(PlateData plate)
Constructor of the class PlateWrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
annotationLinkType()
Returns the type of annotation link for this objectPlateData
asPlateData()
Returns the PlateData contained.int
getColumnSequenceIndex()
Returns the index indicating how to label a column.int
getDefaultSample()
Returns the currently selected field or0
.java.lang.String
getDescription()
Gets the plate descriptionjava.lang.String
getExternalIdentifier()
Returns the external identifier of the plate.java.lang.String
getName()
Gets the plate name.java.util.List<PlateAcquisitionWrapper>
getPlateAcquisitions()
Returns the plate acquisitions related to this plate.java.lang.String
getPlateType()
Returns the type of plate e.g.int
getRowSequenceIndex()
Returns the index indicating how to label a row.java.util.List<ScreenWrapper>
getScreens(Client client)
Retrieves the screens containing this dataset.java.lang.String
getStatus()
Returns the status of the plate.Length
getWellOriginX(omero.model.enums.UnitsLength unit)
Returns the x-coordinate in 2D-space of the well.Length
getWellOriginY(omero.model.enums.UnitsLength unit)
Returns the y-coordinate in 2D-space of the well.java.util.List<WellWrapper>
getWells(Client client)
Gets all wells in the plate available from OMERO.void
setDefaultSample(int value)
Sets the default sample.void
setDescription(java.lang.String description)
Sets the description of the plate.void
setExternalIdentifier(java.lang.String value)
Sets the external identifier.void
setName(java.lang.String name)
Sets the name of the plate.void
setStatus(java.lang.String value)
Sets the status.-
Methods inherited from class fr.igred.omero.repository.GenericRepositoryObjectWrapper
addAndReplaceFile, addAndReplaceFile, addAndReplaceTable, addAndReplaceTable, addFile, addFileAnnotation, addMapAnnotation, addPairKeyValue, addTable, addTag, addTag, addTag, addTag, addTags, addTags, copyAnnotationLinks, getFileAnnotations, getKeyValuePairs, getMapAnnotations, getTable, getTables, getTags, getValue, importImage, importImages, removeLink, unlink
-
Methods inherited from class fr.igred.omero.GenericObjectWrapper
canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, delete, distinct, getCreated, getGroupId, getId, getOwner, saveAndUpdate, toString, wrap, wrap
-
-
-
-
Field Detail
-
ANNOTATION_LINK
public static final java.lang.String ANNOTATION_LINK
Annotation link name for this type of object- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PlateWrapper
public PlateWrapper(PlateData plate)
Constructor of the class PlateWrapper.- Parameters:
plate
- The plate contained in the PlateWrapper.
-
-
Method Detail
-
annotationLinkType
protected java.lang.String annotationLinkType()
Returns the type of annotation link for this object- Specified by:
annotationLinkType
in classGenericRepositoryObjectWrapper<PlateData>
- Returns:
- See above.
-
getName
public java.lang.String getName()
Gets the plate name.- Specified by:
getName
in classGenericRepositoryObjectWrapper<PlateData>
- Returns:
- See above.
-
setName
public void setName(java.lang.String name)
Sets the name of the plate.- Parameters:
name
- The name of the plate. Mustn't benull
.- Throws:
java.lang.IllegalArgumentException
- If the name isnull
.
-
asPlateData
public PlateData asPlateData()
Returns the PlateData contained.- Returns:
- See above.
-
getDescription
public java.lang.String getDescription()
Gets the plate description- Specified by:
getDescription
in classGenericRepositoryObjectWrapper<PlateData>
- Returns:
- See above.
-
setDescription
public void setDescription(java.lang.String description)
Sets the description of the plate.- Parameters:
description
- The description of the plate.
-
getScreens
public java.util.List<ScreenWrapper> getScreens(Client client) throws OMEROServerError, ServiceException, AccessException, java.util.concurrent.ExecutionException
Retrieves the screens containing this dataset.- Parameters:
client
- The client handling the connection.- Returns:
- See above.
- Throws:
OMEROServerError
- Server error.ServiceException
- Cannot connect to OMERO.AccessException
- Cannot access data.java.util.concurrent.ExecutionException
- A Facility can't be retrieved or instantiated.
-
getPlateAcquisitions
public java.util.List<PlateAcquisitionWrapper> getPlateAcquisitions()
Returns the plate acquisitions related to this plate.- Returns:
- See above.
-
getWells
public java.util.List<WellWrapper> getWells(Client client) throws ServiceException, AccessException, java.util.concurrent.ExecutionException
Gets all wells in the plate available from OMERO.- Parameters:
client
- The client handling the connection.- Returns:
- WellWrapper list.
- Throws:
ServiceException
- Cannot connect to OMERO.AccessException
- Cannot access data.java.util.concurrent.ExecutionException
- A Facility can't be retrieved or instantiated.
-
getColumnSequenceIndex
public int getColumnSequenceIndex()
Returns the index indicating how to label a column.- Returns:
- See above.
-
getRowSequenceIndex
public int getRowSequenceIndex()
Returns the index indicating how to label a row.- Returns:
- See above.
-
getDefaultSample
public int getDefaultSample()
Returns the currently selected field or0
.- Returns:
- See above.
-
setDefaultSample
public void setDefaultSample(int value)
Sets the default sample.- Parameters:
value
- The value to set.
-
getStatus
public java.lang.String getStatus()
Returns the status of the plate.- Returns:
- See above.
-
setStatus
public void setStatus(java.lang.String value)
Sets the status.- Parameters:
value
- The value to set.
-
getExternalIdentifier
public java.lang.String getExternalIdentifier()
Returns the external identifier of the plate.- Returns:
- See above.
-
setExternalIdentifier
public void setExternalIdentifier(java.lang.String value)
Sets the external identifier.- Parameters:
value
- The value to set.
-
getPlateType
public java.lang.String getPlateType()
Returns the type of plate e.g. A 384-Well Plate, 96-Well Plate.- Returns:
- See above.
-
getWellOriginX
public Length getWellOriginX(omero.model.enums.UnitsLength unit) throws BigResult
Returns the x-coordinate in 2D-space of the well.- Parameters:
unit
- The unit (can be null, in which case no conversion will be performed)- Returns:
- See above
- Throws:
BigResult
- If an arithmetic under-/overflow occurred
-
getWellOriginY
public Length getWellOriginY(omero.model.enums.UnitsLength unit) throws BigResult
Returns the y-coordinate in 2D-space of the well.- Parameters:
unit
- The unit (can be null, in which case no conversion will be performed)- Returns:
- See above
- Throws:
BigResult
- If an arithmetic under-/overflow occurred
-
-