| Line 31... |
Line 31... |
| 31 |
|
31 |
|
| 32 |
public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds) throws ProfitMandiBusinessException;
|
32 |
public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds) throws ProfitMandiBusinessException;
|
| 33 |
|
33 |
|
| 34 |
public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly) throws ProfitMandiBusinessException;
|
34 |
public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly) throws ProfitMandiBusinessException;
|
| 35 |
|
35 |
|
| - |
|
36 |
public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly, String pinCode) throws ProfitMandiBusinessException;
|
| - |
|
37 |
|
| 36 |
public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
|
38 |
public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
|
| 37 |
|
39 |
|
| 38 |
public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
|
40 |
public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
|
| 39 |
FofoType fofoType) throws ProfitMandiBusinessException;
|
41 |
FofoType fofoType) throws ProfitMandiBusinessException;
|
| 40 |
|
42 |
|