Subversion Repositories SmartDukaan

Rev

Rev 25032 | Rev 25043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25032 Rev 25033
Line 942... Line 942...
942
				new String[] { "amit.gupta@shop2020.in"}, null,
942
				new String[] { "amit.gupta@shop2020.in"}, null,
943
				"Partner Excess Amount Scheme In", "PFA",
943
				"Partner Excess Amount Scheme In", "PFA",
944
				new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
944
				new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
945
						new Attachment("SchemeInRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
945
						new Attachment("SchemeInRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
946
 
946
 
947
		throw new Exception();
947
		//throw new Exception();
948
 
948
 
949
	}
949
	}
950
 
950
 
951
	public void dryRunOutSchemeReco() throws Exception {
951
	public void dryRunOutSchemeReco() throws Exception {
952
		List<UserWalletHistory> userWalletHistory = new ArrayList<>();
952
		List<UserWalletHistory> userWalletHistory = new ArrayList<>();
Line 1054... Line 1054...
1054
				new String[] { "amit.gupta@shop2020.in"}, null,
1054
				new String[] { "amit.gupta@shop2020.in"}, null,
1055
				"Partner Excess Amount Scheme Out", "PFA",
1055
				"Partner Excess Amount Scheme Out", "PFA",
1056
				new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
1056
				new Attachment[] { new Attachment("WalletSummary.csv", new ByteArrayResource(baos.toByteArray())),
1057
						new Attachment("SchemeOutRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
1057
						new Attachment("SchemeOutRolledback.csv", new ByteArrayResource(baosOuts.toByteArray())) });
1058
 
1058
 
1059
		throw new Exception();
1059
		//throw new Exception();
1060
	}
1060
	}
1061
 
1061
 
1062
	public void dryRunSchemeOutReco1() throws Exception {
1062
	public void dryRunSchemeOutReco1() throws Exception {
1063
		List<Integer> references = Arrays.asList(6744, 7347, 8320, 8891, 9124, 9217, 9263, 9379);
1063
		List<Integer> references = Arrays.asList(6744, 7347, 8320, 8891, 9124, 9217, 9263, 9379);
1064
		List<UserWalletHistory> userWalletHistory = new ArrayList<>();
1064
		List<UserWalletHistory> userWalletHistory = new ArrayList<>();