Skip to content
Snippets Groups Projects
Commit 900f327c authored by juanf's avatar juanf
Browse files

SSDM-3467 : Making imports context sensitive - server changes

SVN: 38966
parent 1861eeea
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public interface IGenericClientServiceAsync extends IClientServiceAsync
/**
* @see IGenericClientService#registerSamplesWithSilentOverrides(SampleType, String, String, String, boolean, String, String, boolean)
*/
public List<BatchRegistrationResult> registerSamplesWithSilentOverrides(final SampleType sampleType,
public void registerSamplesWithSilentOverrides(final SampleType sampleType,
final String spaceIdentifierSilentOverrideOrNull,
final String experimentIdentifierSilentOverrideOrNull,
String sessionKey, boolean async, String userEmail, String defaultGroupIdentifier, boolean updateExisting,
......@@ -89,7 +89,7 @@ public interface IGenericClientServiceAsync extends IClientServiceAsync
/**
* @see IGenericClientService#updateSamplesWithSilentOverrides(SampleType, String, String, String, boolean, String, String)
*/
public List<BatchRegistrationResult> updateSamplesWithSilentOverrides(final SampleType sampleType,
public void updateSamplesWithSilentOverrides(final SampleType sampleType,
final String spaceIdentifierSilentOverrideOrNull,
final String experimentIdentifierSilentOverrideOrNull,
String sessionKey, boolean async, String userEmail, String defaultGroupIdentifier,
......
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