Subversion Repositories SmartDukaan

Rev

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

Rev 35878 Rev 35955
Line 65... Line 65...
65
 
65
 
66
    void createLoanForBilling(int transactionId, double invoiceAmount, String invoiceNumber) throws ProfitMandiBusinessException;
66
    void createLoanForBilling(int transactionId, double invoiceAmount, String invoiceNumber) throws ProfitMandiBusinessException;
67
 
67
 
68
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
68
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
69
 
69
 
-
 
70
	void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
-
 
71
 
70
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;
72
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;
71
 
73
 
72
	double settleLoan(Loan loan) throws ProfitMandiBusinessException;
74
	double settleLoan(Loan loan) throws ProfitMandiBusinessException;
73
 
75
 
74
	void resetHardLimit() throws ProfitMandiBusinessException;
76
	void resetHardLimit() throws ProfitMandiBusinessException;