public class RawDataUtil extends Object
Modifier and Type | Field and Description |
---|---|
private static Method |
getRawBioAssayData
Method for calling
RawData.getRawBioAssay() |
private static boolean |
isInitialised |
Constructor and Description |
---|
RawDataUtil() |
Modifier and Type | Method and Description |
---|---|
static RawBioAssay |
getRawBioAssay(DbControl dc,
RawData rawData)
Get the raw bioassay the raw data belongs to.
|
(package private) static void |
init()
Initialise the class.
|
(package private) static void |
unload()
Unload all settings.
|
private static Method getRawBioAssayData
RawData.getRawBioAssay()
private static boolean isInitialised
static void init() throws BaseException
BaseException
static void unload()
public static RawBioAssay getRawBioAssay(DbControl dc, RawData rawData) throws PermissionDeniedException, BaseException
dc
- The DbControl
object used for permission
checking and database accessrawData
- The raw data objectRawBioAssay
objectPermissionDeniedException
- If the logged in user doesn't have
read permissionBaseException
- If there is another error