Subversion Repositories SmartDukaan

Rev

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

Rev 35811 Rev 35823
Line 82... Line 82...
82
	CreditSummary getCreditSummary(int fofoId);
82
	CreditSummary getCreditSummary(int fofoId);
83
 
83
 
84
	CreditSummary getCreditSummaryForOrder(int fofoId, double orderAmount) throws ProfitMandiBusinessException;
84
	CreditSummary getCreditSummaryForOrder(int fofoId, double orderAmount) throws ProfitMandiBusinessException;
85
 
85
 
86
	Map<Integer, BulkCreditSummary> getCreditSummaryBulk();
86
	Map<Integer, BulkCreditSummary> getCreditSummaryBulk();
-
 
87
 
-
 
88
	double getAvailableFreshMoney(int fofoId) throws ProfitMandiBusinessException;
87
}
89
}