| Line 29... |
Line 29... |
| 29 |
|
29 |
|
| 30 |
public void activeSchemeByIds(List<Scheme> schemeIds) throws ProfitMandiBusinessException;
|
30 |
public void activeSchemeByIds(List<Scheme> schemeIds) throws ProfitMandiBusinessException;
|
| 31 |
|
31 |
|
| 32 |
public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
|
32 |
public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
|
| 33 |
|
33 |
|
| - |
|
34 |
void sendCombinedSchemesNotification(List<Scheme> schemes) throws ProfitMandiBusinessException;
|
| - |
|
35 |
|
| 34 |
public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
|
36 |
public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
|
| 35 |
|
37 |
|
| 36 |
public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;
|
38 |
public float processSchemeOut(int fofoOrderId, int retailerId) throws ProfitMandiBusinessException;
|
| 37 |
|
39 |
|
| 38 |
float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
|
40 |
float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
|
| 39 |
|
41 |
|