| Line 69... |
Line 69... |
| 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);
|
72 |
boolean hasActiveFlagshipLimits(int fofoId);
|
| 73 |
|
73 |
|
| - |
|
74 |
java.util.Set<Integer> getActiveFlagshipCatalogIds(java.util.List<Integer> catalogIds);
|
| - |
|
75 |
|
| 74 |
void convertFlagshipOnSale(int fofoId, java.util.Set<Integer> soldFlagshipCatalogIds) throws ProfitMandiBusinessException;
|
76 |
void convertFlagshipOnSale(int fofoId, java.util.Set<Integer> soldFlagshipCatalogIds) throws ProfitMandiBusinessException;
|
| 75 |
|
77 |
|
| 76 |
void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
|
78 |
void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
|
| 77 |
|
79 |
|
| 78 |
void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
|
80 |
void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
|