| Line 71... |
Line 71... |
| 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);
|
74 |
java.util.Set<Integer> getActiveFlagshipCatalogIds(java.util.List<Integer> catalogIds);
|
| 75 |
|
75 |
|
| - |
|
76 |
java.util.Set<Integer> getActiveFlagshipCatalogIds(java.util.List<Integer> catalogIds, java.time.LocalDate asOfDate);
|
| - |
|
77 |
|
| 76 |
void convertFlagshipOnSale(int fofoId, java.util.Set<Integer> soldFlagshipCatalogIds) throws ProfitMandiBusinessException;
|
78 |
void convertFlagshipOnSale(int fofoId, java.util.Set<Integer> soldCatalogIds) throws ProfitMandiBusinessException;
|
| 77 |
|
79 |
|
| 78 |
void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
|
80 |
void settleBlockedLoan(int transactionId, double amountToRelease) throws ProfitMandiBusinessException;
|
| 79 |
|
81 |
|
| 80 |
void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
|
82 |
void increaseBlockedLimit(int transactionId, int fofoId, double amount) throws ProfitMandiBusinessException;
|
| 81 |
|
83 |
|