Subversion Repositories SmartDukaan

Rev

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

Rev 35145 Rev 35157
Line 69... Line 69...
69
 
69
 
70
	void resetHardLimit();
70
	void resetHardLimit();
71
 
71
 
72
	void releaseBlockedLimit(Loan bloackedLoan, double limitToRelease) throws ProfitMandiBusinessException;
72
	void releaseBlockedLimit(Loan bloackedLoan, double limitToRelease) throws ProfitMandiBusinessException;
73
 
73
 
74
	void updateMinInvestmentForHardLimit(SDCreditRequirement sdCreditRequirement) throws ProfitMandiBusinessException;
74
    void updateMinInvestmentForHardLimit(SDCreditRequirement sdCreditRequirement, boolean useRecent) throws ProfitMandiBusinessException;
75
}
75
}