| Line 35... |
Line 35... |
| 35 |
float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
|
35 |
float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId) throws ProfitMandiBusinessException;
|
| 36 |
|
36 |
|
| 37 |
float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId, float taxRate) throws ProfitMandiBusinessException;
|
37 |
float getSpecialSupportAmount(float supportAmount, PartnerType partnerType, LocalDate onDate, int catalogId, float taxRate) throws ProfitMandiBusinessException;
|
| 38 |
|
38 |
|
| 39 |
// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
|
39 |
// public void rollbackSchemeForInventoryItemId(int inventoryItemId);
|
| 40 |
public void rollbackSchemes(List<Integer> inventoryItemIds, int rollbackReference, String rollbackReason)
|
40 |
public void rollbackSchemes(List<Integer> inventoryItemIds, String rollbackReason)
|
| 41 |
throws Exception;
|
41 |
throws Exception;
|
| 42 |
|
42 |
|
| 43 |
public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)
|
43 |
public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit)
|
| 44 |
throws ProfitMandiBusinessException;
|
44 |
throws ProfitMandiBusinessException;
|
| 45 |
|
45 |
|