|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.core.RawDataUtil
public class RawDataUtil
Utiltity class for getting and setting non-public properties of raw data objects.
| Field Summary | |
|---|---|
private static Method |
getRawBioAssayData
Method for calling RawData.getRawBioAssay() |
private static boolean |
isInitialised
|
| Constructor Summary | |
|---|---|
RawDataUtil()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Method getRawBioAssayData
RawData.getRawBioAssay()
private static boolean isInitialised
| Constructor Detail |
|---|
public RawDataUtil()
| Method Detail |
|---|
static void init()
throws BaseException
BaseExceptionstatic 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 object
RawBioAssay object
PermissionDeniedException - If the logged in user doesn't have
read permission
BaseException - If there is another error
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||