|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.ws.client.AbstractRPCClient net.sf.basedb.ws.client.ExperimentClient
public class ExperimentClient
Webservice client for Experiment.
Call services in ExperimentService
Field Summary | |
---|---|
private SessionClient |
session
|
Constructor Summary | |
---|---|
ExperimentClient(SessionClient session)
Creates a new client in active session |
Method Summary | |
---|---|
BioAssaySetInfo[] |
getBioAssaySets(int experimentId,
QueryOptions qOpt)
Gets info about bioassay sets in an experiment |
ExperimentInfo |
getById(int itemId)
Get info about an experiment when you know the ID. |
AnnotationTypeInfo[] |
getExperimentalFactors(int experimentId,
QueryOptions qOpt)
Gets info about the experimental factors for an experiment. |
ExperimentInfo[] |
getExperiments(QueryOptions qOpt)
Gets info about experiments that are available in the logged in session. |
RawBioAssayInfo[] |
getRawBioAssays(int experimentId,
QueryOptions qOpt)
Gets info about raw bioassays used in an experiment. |
ReporterListInfo[] |
getReporterLists(int experimentId,
QueryOptions qOpt)
Gets info about reporter lists in an experiment. |
Methods inherited from class net.sf.basedb.ws.client.AbstractRPCClient |
---|
getOperation, getService, getServiceFactory, invokeBlocking, invokeBlocking, invokeBlocking, invokeFileBlocking, setServiceFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final SessionClient session
Constructor Detail |
---|
public ExperimentClient(SessionClient session)
session
- The active sessionMethod Detail |
---|
public ExperimentInfo getById(int itemId) throws org.apache.axis2.AxisFault
itemId
- The ID of the experiment
org.apache.axis2.AxisFault
- If communication with web service fails.public ExperimentInfo[] getExperiments(QueryOptions qOpt) throws org.apache.axis2.AxisFault
qOpt
- Options to put on the query that gets the experiments.
org.apache.axis2.AxisFault
- If communication with web service fails.public RawBioAssayInfo[] getRawBioAssays(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of experiment to get raw bioassays from.qOpt
- Options to put on the query that gets the raw bioassays.
org.apache.axis2.AxisFault
- If communication with web services fails.public BioAssaySetInfo[] getBioAssaySets(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of the experiment to get the bioassay sets fromqOpt
- Options to put on the query that gets the bioassay sets.
org.apache.axis2.AxisFault
- If communication with web services fails.public AnnotationTypeInfo[] getExperimentalFactors(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of experiment to get experimental factors fromqOpt
- Options to put on the query
org.apache.axis2.AxisFault
- If communication with web services fails.public ReporterListInfo[] getReporterLists(int experimentId, QueryOptions qOpt) throws org.apache.axis2.AxisFault
experimentId
- Id of the experiment the lists are used inqOpt
- Options to put on the query that gets the reporter lists.
org.apache.axis2.AxisFault
- If communication with web services fails.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |