Subversion Repositories SmartDukaan

Rev

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

Rev 35955 Rev 36557
Line 63... Line 63...
63
 
63
 
64
    void checkLoans();
64
    void checkLoans();
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 convertExpiredFlagshipCredits() throws ProfitMandiBusinessException;
-
 
69
 
-
 
70
    void convertFlagshipCreditToLoan(Loan flagshipLimit, String trigger, String modelName) throws ProfitMandiBusinessException;
-
 
71
 
68
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
72
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
69
 
73
 
70
	void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
74
	void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
71
 
75
 
72
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;
76
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;