| Line 1023... |
Line 1023... |
| 1023 |
new String[] { "amit.gupta@shop2020.in", "neeraj.gupta@smartdukaan.com" }, null,
|
1023 |
new String[] { "amit.gupta@shop2020.in", "neeraj.gupta@smartdukaan.com" }, null,
|
| 1024 |
"Partner Excess Amount Scheme In", "PFA",
|
1024 |
"Partner Excess Amount Scheme In", "PFA",
|
| 1025 |
new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
|
1025 |
new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
|
| 1026 |
new Attachment("SchemeInRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
|
1026 |
new Attachment("SchemeInRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
|
| 1027 |
|
1027 |
|
| 1028 |
throw new Exception();
|
1028 |
//throw new Exception();
|
| 1029 |
|
1029 |
|
| 1030 |
}
|
1030 |
}
|
| 1031 |
|
1031 |
|
| 1032 |
public void dryRunOutSchemeReco() throws Exception {
|
1032 |
public void dryRunOutSchemeReco() throws Exception {
|
| 1033 |
List<UserWalletHistory> userWalletHistory = new ArrayList<>();
|
1033 |
List<UserWalletHistory> userWalletHistory = new ArrayList<>();
|
| Line 1135... |
Line 1135... |
| 1135 |
new String[] { "amit.gupta@shop2020.in", "neeraj.gupta@smartdukaan.com" }, null,
|
1135 |
new String[] { "amit.gupta@shop2020.in", "neeraj.gupta@smartdukaan.com" }, null,
|
| 1136 |
"Partner Excess Amount Scheme Out", "PFA",
|
1136 |
"Partner Excess Amount Scheme Out", "PFA",
|
| 1137 |
new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
|
1137 |
new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
|
| 1138 |
new Attachment("SchemeOutRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
|
1138 |
new Attachment("SchemeOutRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
|
| 1139 |
|
1139 |
|
| 1140 |
throw new Exception();
|
1140 |
//throw new Exception();
|
| 1141 |
}
|
1141 |
}
|
| 1142 |
|
1142 |
|
| 1143 |
public void dryRunSchemeOutReco1() throws Exception {
|
1143 |
public void dryRunSchemeOutReco1() throws Exception {
|
| 1144 |
List<Integer> references = Arrays.asList(6744, 7347, 8320, 8891, 9124, 9217, 9263, 9379);
|
1144 |
List<Integer> references = Arrays.asList(6744, 7347, 8320, 8891, 9124, 9217, 9263, 9379);
|
| 1145 |
List<UserWalletHistory> userWalletHistory = new ArrayList<>();
|
1145 |
List<UserWalletHistory> userWalletHistory = new ArrayList<>();
|