| Line 62... |
Line 62... |
| 62 |
List<Scheme> selectPercentageScheme(PartnerType partnerType, LocalDate onDate, int catalogId,
|
62 |
List<Scheme> selectPercentageScheme(PartnerType partnerType, LocalDate onDate, int catalogId,
|
| 63 |
boolean isAdmin, int offset, int limit) throws ProfitMandiBusinessException;
|
63 |
boolean isAdmin, int offset, int limit) throws ProfitMandiBusinessException;
|
| 64 |
|
64 |
|
| 65 |
void processActivation() throws ProfitMandiBusinessException;
|
65 |
void processActivation() throws ProfitMandiBusinessException;
|
| 66 |
|
66 |
|
| 67 |
public static List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY, SchemeType.SELLOUT);
|
67 |
public static List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY);
|
| 68 |
|
68 |
|
| 69 |
void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
|
69 |
void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
|
| 70 |
|
70 |
|
| 71 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
71 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
| 72 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|
72 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|