| Line 78... |
Line 78... |
| 78 |
|
78 |
|
| 79 |
//public static List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY);
|
79 |
//public static List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY);
|
| 80 |
|
80 |
|
| 81 |
void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
|
81 |
void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
|
| 82 |
|
82 |
|
| - |
|
83 |
void rejectActivatedSchemeIds(List<Integer> schemeIds) throws ProfitMandiBusinessException;
|
| - |
|
84 |
|
| 83 |
Map<Integer, Float> getCatalogSchemeCashBack(int fofoId, List<Integer> catalogIds) throws ProfitMandiBusinessException;
|
85 |
Map<Integer, Float> getCatalogSchemeCashBack(int fofoId, List<Integer> catalogIds) throws ProfitMandiBusinessException;
|
| 84 |
|
86 |
|
| 85 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
87 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
| 86 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|
88 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|
| 87 |
|
89 |
|