| Line 28... |
Line 28... |
| 28 |
public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
|
28 |
public Map<String, Object> getSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
|
| 29 |
public List<Scheme> getPaginatedSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
|
29 |
public List<Scheme> getPaginatedSchemes(Set<Integer> roleIds, int offset, int limit) throws ProfitMandiBusinessException;
|
| 30 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws Exception;
|
30 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws Exception;
|
| 31 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
|
31 |
void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
|
| 32 |
SchemeType schemeType) throws ProfitMandiBusinessException;
|
32 |
SchemeType schemeType) throws ProfitMandiBusinessException;
|
| - |
|
33 |
// void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
|
| 33 |
}
|
34 |
}
|