| Line 31... |
Line 31... |
| 31 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws ProfitMandiBusinessException;
|
31 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws ProfitMandiBusinessException;
|
| 32 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
|
32 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
|
| 33 |
SchemeType schemeType) throws ProfitMandiBusinessException;
|
33 |
SchemeType schemeType) throws ProfitMandiBusinessException;
|
| 34 |
|
34 |
|
| 35 |
public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
|
35 |
public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
|
| - |
|
36 |
|
| - |
|
37 |
Map<Integer, Float> getItemSchemeCashBack();
|
| 36 |
// void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
|
38 |
// void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
|
| 37 |
}
|
39 |
}
|