| Line 27... |
Line 27... |
| 27 |
|
27 |
|
| 28 |
public void activeSchemeById(int schemeId) throws ProfitMandiBusinessException;
|
28 |
public void activeSchemeById(int schemeId) throws ProfitMandiBusinessException;
|
| 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 expireSchemeByIds(List<Scheme> schemeIds) throws ProfitMandiBusinessException;
|
| - |
|
33 |
|
| 32 |
public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
|
34 |
public void expireSchemeById(int schemeId, LocalDateTime expiryDate) throws ProfitMandiBusinessException;
|
| 33 |
|
35 |
|
| 34 |
void sendCombinedSchemesNotification(List<Scheme> schemes) throws ProfitMandiBusinessException;
|
36 |
void sendCombinedSchemesNotification(List<Scheme> schemes) throws ProfitMandiBusinessException;
|
| 35 |
|
37 |
|
| 36 |
public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
|
38 |
public void processSchemeIn(int purchaseId, int retailerId) throws ProfitMandiBusinessException;
|