| Line 20... |
Line 20... |
| 20 |
throws ProfitMandiBusinessException;
|
20 |
throws ProfitMandiBusinessException;
|
| 21 |
|
21 |
|
| 22 |
void priceDropStatus(int priceDropId) throws Exception;
|
22 |
void priceDropStatus(int priceDropId) throws Exception;
|
| 23 |
|
23 |
|
| 24 |
List<ImeiDropSummaryModel> getAllSerialNumbersByAffectedDate(LocalDateTime affectedOn, Integer catalogItemId)
|
24 |
List<ImeiDropSummaryModel> getAllSerialNumbersByAffectedDate(LocalDateTime affectedOn, Integer catalogItemId)
|
| 25 |
throws Exception;
|
25 |
throws ProfitMandiBusinessException;
|
| 26 |
|
26 |
|
| 27 |
void rollbackPriceDrop(InventoryItem inventoryItem, String debitNoteNumber) throws ProfitMandiBusinessException;
|
27 |
void rollbackPriceDrop(InventoryItem inventoryItem, String debitNoteNumber) throws ProfitMandiBusinessException;
|
| 28 |
|
28 |
|
| 29 |
void processPriceDrop(int priceDropId) throws ProfitMandiBusinessException;
|
- |
|
| 30 |
|
- |
|
| 31 |
void processManualPriceDrop(int priceDropId, List<PriceDropIMEI> priceDropIMEIsToProcess, PriceDropImeiStatus status) throws ProfitMandiBusinessException;
|
29 |
void processManualPriceDrop(int priceDropId, List<PriceDropIMEI> priceDropIMEIsToProcess, PriceDropImeiStatus status) throws ProfitMandiBusinessException;
|
| 32 |
|
30 |
|
| - |
|
31 |
List<PriceDropIMEI> getPriceDropImeis(int priceDropId) throws Exception;
|
| - |
|
32 |
|
| - |
|
33 |
List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean dryRun) throws ProfitMandiBusinessException;
|
| - |
|
34 |
|
| 33 |
}
|
35 |
}
|