Subversion Repositories SmartDukaan

Rev

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

Rev 36557 Rev 36560
Line 67... Line 67...
67
 
67
 
68
    void convertExpiredFlagshipCredits() throws ProfitMandiBusinessException;
68
    void convertExpiredFlagshipCredits() throws ProfitMandiBusinessException;
69
 
69
 
70
    void convertFlagshipCreditToLoan(Loan flagshipLimit, String trigger, String modelName) throws ProfitMandiBusinessException;
70
    void convertFlagshipCreditToLoan(Loan flagshipLimit, String trigger, String modelName) throws ProfitMandiBusinessException;
71
 
71
 
-
 
72
    boolean hasActiveFlagshipLimits(int fofoId);
-
 
73
 
-
 
74
    void convertFlagshipOnSale(int fofoId, java.util.Set<Integer> soldFlagshipCatalogIds) throws ProfitMandiBusinessException;
-
 
75
 
72
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
76
	void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
73
 
77
 
74
	void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
78
	void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
75
 
79
 
76
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;
80
	Loan getLimitFromTransactionId(int transactionId) throws ProfitMandiBusinessException;