| Line 27... |
Line 27... |
| 27 |
|
27 |
|
| 28 |
List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
|
28 |
List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
|
| 29 |
|
29 |
|
| 30 |
List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
|
30 |
List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
|
| 31 |
|
31 |
|
| 32 |
void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException;
|
- |
|
| 33 |
|
- |
|
| 34 |
public List<VendorDebitNoteModel> selectVendorDebitNoteByDateWithLineItem(LocalDateTime startdate, LocalDateTime enddate);
|
32 |
public List<VendorDebitNoteModel> selectVendorDebitNoteByDateWithLineItem(LocalDateTime startdate, LocalDateTime enddate);
|
| 35 |
|
33 |
|
| 36 |
void processPD(PriceDrop priceDrop) throws ProfitMandiBusinessException;
|
34 |
void processPD(PriceDrop priceDrop) throws ProfitMandiBusinessException;
|
| 37 |
}
|
35 |
}
|