public class LoadFacility extends Facility
| Modifier and Type | Method and Description |
|---|---|
DatasetData |
getDataset(SecurityContext ctx,
long id)
Get a dataset
|
ImageData |
getImage(SecurityContext ctx,
long id)
Get an image
|
PlateData |
getPlate(SecurityContext ctx,
long id)
Get a plate
|
ProjectData |
getProject(SecurityContext ctx,
long id)
Get a project
|
ScreenData |
getScreen(SecurityContext ctx,
long id)
Get a screen
|
WellData |
getWell(SecurityContext ctx,
long id)
Get a well (Note: This is a slightly deeper object,
with wellsamples and images loaded)
|
addPropertyChangeListener, clear, firePropertyChanged, firePropertyChanged, getFacility, logDebug, logError, logInfo, logWarn, removePropertyChangeListenerpublic DatasetData getDataset(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx - The SecurityContextid - The id of the datasetDSOutOfServiceExceptionDSAccessExceptionpublic ProjectData getProject(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx - The SecurityContextid - The id of the projectDSOutOfServiceExceptionDSAccessExceptionpublic ImageData getImage(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx - The SecurityContextid - The id of the imageDSOutOfServiceExceptionDSAccessExceptionpublic ScreenData getScreen(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx - The SecurityContextid - The id of the screenDSOutOfServiceExceptionDSAccessExceptionpublic PlateData getPlate(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx - The SecurityContextid - The id of the plateDSOutOfServiceExceptionDSAccessExceptionpublic WellData getWell(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx - The SecurityContextid - The id of the wellDSOutOfServiceExceptionDSAccessException