Subversion Repositories SmartDukaan

Rev

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

Rev 35823 Rev 35848
Line 75... Line 75...
75
 
75
 
76
	void resetHardLimit() throws ProfitMandiBusinessException;
76
	void resetHardLimit() throws ProfitMandiBusinessException;
77
 
77
 
78
	void releaseBlockedLimit(Loan blockedLoan, double limitToRelease) throws ProfitMandiBusinessException;
78
	void releaseBlockedLimit(Loan blockedLoan, double limitToRelease) throws ProfitMandiBusinessException;
79
 
79
 
80
    void updateMinInvestmentForHardLimit(SDCreditRequirement sdCreditRequirement, boolean useRecent) throws ProfitMandiBusinessException;
-
 
81
 
-
 
82
	CreditSummary getCreditSummary(int fofoId);
80
	CreditSummary getCreditSummary(int fofoId);
83
 
81
 
84
	CreditSummary getCreditSummaryForOrder(int fofoId, double orderAmount) throws ProfitMandiBusinessException;
82
	CreditSummary getCreditSummaryForOrder(int fofoId, double orderAmount) throws ProfitMandiBusinessException;
85
 
83
 
86
	Map<Integer, BulkCreditSummary> getCreditSummaryBulk();
84
	Map<Integer, BulkCreditSummary> getCreditSummaryBulk();