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.
 
Method Summary
 DataSet getDataSet(DataRetrievalRequest request)
          Returns the requested data as configured within the request object.
 

Field Detail

JNDI_NAME

static final java.lang.String JNDI_NAME
The JNDI name to look up the remote ArrayDesignDetailsService service.

See Also:
Constant Field Values
Method Detail

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.