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, removePropertyChangeListener
public DatasetData getDataset(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the datasetDSOutOfServiceException
DSAccessException
public ProjectData getProject(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the projectDSOutOfServiceException
DSAccessException
public ImageData getImage(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the imageDSOutOfServiceException
DSAccessException
public ScreenData getScreen(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the screenDSOutOfServiceException
DSAccessException
public PlateData getPlate(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the plateDSOutOfServiceException
DSAccessException
public WellData getWell(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the wellDSOutOfServiceException
DSAccessException