Subversion Repositories SmartDukaan

Rev

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

Rev 35157 Rev 35295
Line 65... Line 65...
65
 
65
 
66
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;
66
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;
67
 
67
 
68
	double settleLoan(Loan loan) throws ProfitMandiBusinessException;
68
	double settleLoan(Loan loan) throws ProfitMandiBusinessException;
69
 
69
 
70
	void resetHardLimit();
70
	void resetHardLimit() throws ProfitMandiBusinessException;
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, boolean useRecent) throws ProfitMandiBusinessException;
74
    void updateMinInvestmentForHardLimit(SDCreditRequirement sdCreditRequirement, boolean useRecent) throws ProfitMandiBusinessException;
75
}
75
}