Subversion Repositories SmartDukaan

Rev

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

Rev 28241 Rev 28517
Line 26... Line 26...
26
	public Map<Integer, UserWallet> getRetailerIdUserWalletMap(Set<Integer> retailerIds);
26
	public Map<Integer, UserWallet> getRetailerIdUserWalletMap(Set<Integer> retailerIds);
27
	public void rollbackAmountFromWallet(int fofoId, float amountToRollback, int rollbackReference, WalletReferenceType walletReferenceType,
27
	public void rollbackAmountFromWallet(int fofoId, float amountToRollback, int rollbackReference, WalletReferenceType walletReferenceType,
28
			String rollbackReason, LocalDateTime businessTime) throws ProfitMandiBusinessException;
28
			String rollbackReason, LocalDateTime businessTime) throws ProfitMandiBusinessException;
29
	public boolean isExistWalletHistory(int retailerId, int referenceId, WalletReferenceType referenceType) throws ProfitMandiBusinessException;
29
	public boolean isExistWalletHistory(int retailerId, int referenceId, WalletReferenceType referenceType) throws ProfitMandiBusinessException;
30
	public float getOpeningTill(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
30
	public float getOpeningTill(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
-
 
31
	public float getOpeningTillExcludingPurchase(int fofoId, LocalDateTime date) throws ProfitMandiBusinessException;
31
	public boolean refundToWallet(int retailerId, float amountToRefund, int transactionId,
32
	public boolean refundToWallet(int retailerId, float amountToRefund, int transactionId,
32
			WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
33
			WalletReferenceType walletReferenceType, String description) throws ProfitMandiBusinessException;
33
	public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
34
	public int getWalletAmount(int retailerId) throws ProfitMandiBusinessException;
34
	List<UserWalletHistory> getAllByReference(int fofoId, int reference, WalletReferenceType walletReferenceType) throws ProfitMandiBusinessException;
35
	List<UserWalletHistory> getAllByReference(int fofoId, int reference, WalletReferenceType walletReferenceType) throws ProfitMandiBusinessException;
35
	
36