@Service public class TppDataGenAndUploadService extends Object
| Constructor and Description |
|---|
TppDataGenAndUploadService(ParseService parseService,
RestExecutionService executionService,
TestsDataGenerationService testsDataGenerationService) |
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse<byte[]> |
generate(String token,
boolean generatePayments) |
ServiceResponse<Void> |
uploadTestData(org.springframework.web.multipart.MultipartFile file,
String token) |
public TppDataGenAndUploadService(ParseService parseService, RestExecutionService executionService, TestsDataGenerationService testsDataGenerationService)
public ServiceResponse<byte[]> generate(String token, boolean generatePayments) throws FileNotFoundException
FileNotFoundExceptionpublic ServiceResponse<Void> uploadTestData(org.springframework.web.multipart.MultipartFile file, String token)
Copyright © 2019. All rights reserved.