public class LoadFacility extends Facility
Modifier and Type | Method and Description |
---|---|
DatasetData |
getDataset(SecurityContext ctx,
long id)
Get a dataset
|
java.util.Collection<DatasetData> |
getDatasets(SecurityContext ctx,
java.util.Collection<java.lang.Long> ids)
Get datasets
|
java.util.Collection<DatasetData> |
getDatasets(SecurityContext ctx,
long projectId)
Get datasets of a project
|
ImageData |
getImage(SecurityContext ctx,
long id)
Get a image
|
java.util.Collection<ImageData> |
getImages(SecurityContext ctx,
java.util.Collection<java.lang.Long> ids)
Get images
|
java.util.Collection<ImageData> |
getImages(SecurityContext ctx,
long datasetId)
Get images of a dataset
|
PlateData |
getPlate(SecurityContext ctx,
long id)
Get a plate
|
java.util.Collection<PlateData> |
getPlates(SecurityContext ctx,
java.util.Collection<java.lang.Long> ids)
Get plates
|
java.util.Collection<PlateData> |
getPlates(SecurityContext ctx,
long screenId)
Get plates for a screen
|
ProjectData |
getProject(SecurityContext ctx,
long id)
Get a project
|
java.util.Collection<ProjectData> |
getProjects(SecurityContext ctx,
java.util.Collection<java.lang.Long> ids)
Get projects
|
ScreenData |
getScreen(SecurityContext ctx,
long id)
Get a screen
|
java.util.Collection<ScreenData> |
getScreens(SecurityContext ctx,
java.util.Collection<java.lang.Long> ids)
Get screens
|
WellData |
getWell(SecurityContext ctx,
long id)
Get a well (Note: This is a slightly deeper object,
with wellsamples and images loaded)
|
java.util.Collection<WellData> |
getWells(SecurityContext ctx,
java.util.Collection<java.lang.Long> ids)
Get wells (Note: These are slightly deeper objects,
with wellsamples and images loaded)
|
java.util.Collection<WellData> |
getWells(SecurityContext ctx,
long plateId)
Get wells of a plate (Note: These are slightly deeper objects,
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 java.util.Collection<DatasetData> getDatasets(SecurityContext ctx, java.util.Collection<java.lang.Long> ids) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextids
- The ids of the datasetsDSOutOfServiceException
DSAccessException
public java.util.Collection<DatasetData> getDatasets(SecurityContext ctx, long projectId) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextprojectId
- The project IdDSOutOfServiceException
DSAccessException
public ProjectData getProject(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the projectDSOutOfServiceException
DSAccessException
public java.util.Collection<ProjectData> getProjects(SecurityContext ctx, java.util.Collection<java.lang.Long> ids) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextids
- The ids of the projectsDSOutOfServiceException
DSAccessException
public ImageData getImage(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the imageDSOutOfServiceException
DSAccessException
public java.util.Collection<ImageData> getImages(SecurityContext ctx, java.util.Collection<java.lang.Long> ids) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextids
- The ids of the imagesDSOutOfServiceException
DSAccessException
public java.util.Collection<ImageData> getImages(SecurityContext ctx, long datasetId) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextdatasetId
- The dataset IdDSOutOfServiceException
DSAccessException
public ScreenData getScreen(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the screenDSOutOfServiceException
DSAccessException
public java.util.Collection<ScreenData> getScreens(SecurityContext ctx, java.util.Collection<java.lang.Long> ids) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextids
- The ids of the screensDSOutOfServiceException
DSAccessException
public PlateData getPlate(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the plateDSOutOfServiceException
DSAccessException
public java.util.Collection<PlateData> getPlates(SecurityContext ctx, java.util.Collection<java.lang.Long> ids) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextids
- The ids of the platesDSOutOfServiceException
DSAccessException
public java.util.Collection<PlateData> getPlates(SecurityContext ctx, long screenId) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextscreenId
- The screen IdDSOutOfServiceException
DSAccessException
public WellData getWell(SecurityContext ctx, long id) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextid
- The id of the wellDSOutOfServiceException
DSAccessException
public java.util.Collection<WellData> getWells(SecurityContext ctx, java.util.Collection<java.lang.Long> ids) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextids
- The ids of the wellsDSOutOfServiceException
DSAccessException
public java.util.Collection<WellData> getWells(SecurityContext ctx, long plateId) throws DSOutOfServiceException, DSAccessException
ctx
- The SecurityContextplateId
- The plate IdDSOutOfServiceException
DSAccessException