Subversion Repositories SmartDukaan

Rev

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

Rev 30889 Rev 32494
Line 51... Line 51...
51
	List<UserWalletHistory> getAllByReference(int fofoId, int reference, WalletReferenceType walletReferenceType) throws ProfitMandiBusinessException;
51
	List<UserWalletHistory> getAllByReference(int fofoId, int reference, WalletReferenceType walletReferenceType) throws ProfitMandiBusinessException;
52
 
52
 
53
	Map<Integer, Integer> getWaleltRetailerMap(Set<Integer> retailerIds);
53
	Map<Integer, Integer> getWaleltRetailerMap(Set<Integer> retailerIds);
54
 
54
 
55
	void resetWallet() throws ProfitMandiBusinessException;
55
	void resetWallet() throws ProfitMandiBusinessException;
-
 
56
 
-
 
57
	int getManualReference(WalletReferenceType referenceType);
56
}
58
}