Skip to content
Snippets Groups Projects
Commit d0950238 authored by tpylak's avatar tpylak
Browse files

minor: remove unused method

SVN: 17878
parent 3a613302
No related branches found
No related tags found
No related merge requests found
......@@ -187,25 +187,6 @@ public final class ScreeningClientService extends AbstractClientService implemen
}
}
public ResultSet<WellContent> listExperimentMaterials(
DefaultResultSetConfig<String, WellContent> gridCriteria,
final PlateMaterialsSearchCriteria materialCriteria)
{
try
{
return listEntities(gridCriteria, new IOriginalDataProvider<WellContent>()
{
public List<WellContent> getOriginalData() throws UserFailureException
{
return server.listPlateWells(getSessionToken(), materialCriteria);
}
});
} catch (final ch.systemsx.cisd.common.exceptions.UserFailureException e)
{
throw UserFailureExceptionTranslator.translate(e);
}
}
public String prepareExportPlateLocations(TableExportCriteria<WellContent> criteria)
throws ch.systemsx.cisd.openbis.generic.client.web.client.exception.UserFailureException
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment