Subversion Repositories SmartDukaan

Rev

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

Rev 33900 Rev 33903
Line 64... Line 64...
64
	void settleBlockedLoan(int transactionId) throws ProfitMandiBusinessException;
64
	void settleBlockedLoan(int transactionId) throws ProfitMandiBusinessException;
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
 
-
 
70
	void resetHardLimit();
69
}
71
}