| Line 54... |
Line 54... |
| 54 |
|
54 |
|
| 55 |
public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
|
55 |
public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
|
| 56 |
|
56 |
|
| 57 |
Map<Integer, Float> getCatalogSchemeCashBack();
|
57 |
Map<Integer, Float> getCatalogSchemeCashBack();
|
| 58 |
|
58 |
|
| - |
|
59 |
|
| - |
|
60 |
Scheme getStaticScheme(int fofoId) throws ProfitMandiBusinessException;
|
| - |
|
61 |
|
| 59 |
public List<Scheme> selectSchemeByPartnerType(PartnerType partnerType, LocalDate onDate, int itemId, boolean isAdmin, int offset,
|
62 |
public List<Scheme> selectSchemeByPartnerType(PartnerType partnerType, LocalDate onDate, int itemId, boolean isAdmin, int offset,
|
| 60 |
int limit) throws ProfitMandiBusinessException;
|
63 |
int limit) throws ProfitMandiBusinessException;
|
| 61 |
|
64 |
|
| 62 |
List<Scheme> selectPercentageScheme(PartnerType partnerType, LocalDate onDate, int catalogId,
|
65 |
List<Scheme> selectPercentageScheme(PartnerType partnerType, LocalDate onDate, int catalogId,
|
| 63 |
boolean isAdmin, int offset, int limit) throws ProfitMandiBusinessException;
|
66 |
boolean isAdmin, int offset, int limit) throws ProfitMandiBusinessException;
|
| Line 68... |
Line 71... |
| 68 |
|
71 |
|
| 69 |
void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
|
72 |
void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
|
| 70 |
|
73 |
|
| 71 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
74 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
| 72 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|
75 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|
| - |
|
76 |
|
| 73 |
}
|
77 |
}
|