| Line 35... |
Line 35... |
| 35 |
|
35 |
|
| 36 |
public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly, String pinCode) throws ProfitMandiBusinessException;
|
36 |
public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly, String pinCode) throws ProfitMandiBusinessException;
|
| 37 |
|
37 |
|
| 38 |
public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
|
38 |
public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
|
| 39 |
|
39 |
|
| - |
|
40 |
public Map<Integer, CustomRetailer> getAllFofoRetailersInternalFalse() throws ProfitMandiBusinessException;
|
| - |
|
41 |
|
| 40 |
public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
|
42 |
public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
|
| 41 |
FofoType fofoType) throws ProfitMandiBusinessException;
|
43 |
FofoType fofoType) throws ProfitMandiBusinessException;
|
| 42 |
|
44 |
|
| 43 |
public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
|
45 |
public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
|
| 44 |
|
46 |
|