Subversion Repositories SmartDukaan

Rev

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

Rev 33696 Rev 33900
Line 61... Line 61...
61
 
61
 
62
    void createLoanForBilling(int transactionId, double invoiceAmount, String invoiceNumber) throws ProfitMandiBusinessException;
62
    void createLoanForBilling(int transactionId, double invoiceAmount, String invoiceNumber) throws ProfitMandiBusinessException;
63
 
63
 
64
	void settleBlockedLoan(int transactionId) throws ProfitMandiBusinessException;
64
	void settleBlockedLoan(int transactionId) throws ProfitMandiBusinessException;
65
 
65
 
-
 
66
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;
-
 
67
 
66
	double settleLoan(Loan loan) throws ProfitMandiBusinessException;
68
	double settleLoan(Loan loan) throws ProfitMandiBusinessException;
67
}
69
}