gov.nih.nci.caarray.services.data
Interface DataRetrievalService
public interface DataRetrievalService
Returns requested array data from caArray.
Field Summary |
static java.lang.String |
JNDI_NAME
The JNDI name to look up the remote ArrayDesignDetailsService service. |
JNDI_NAME
static final java.lang.String JNDI_NAME
- The JNDI name to look up the remote
ArrayDesignDetailsService
service.
- See Also:
- Constant Field Values
getDataSet
DataSet getDataSet(DataRetrievalRequest request)
- Returns the requested data as configured within the request object.
The returned
DataSet
and the associated object graph will be fully populated
up to any associated Hybridizations
which will have their attributes populated but
their associations trimmed (i.e. all Hybridizations
will be leaf nodes.
- Parameters:
request
- specifies precisely which data to retrieve.
- Returns:
- the corresponding data values.