| Line 15... |
Line 15... |
| 15 |
|
15 |
|
| 16 |
@Service
|
16 |
@Service
|
| 17 |
public interface RetailerService {
|
17 |
public interface RetailerService {
|
| 18 |
public Map<String, Object> getByEmailIdOrMobileNumber(String emailIdOrMobileNumber) throws ProfitMandiBusinessException;
|
18 |
public Map<String, Object> getByEmailIdOrMobileNumber(String emailIdOrMobileNumber) throws ProfitMandiBusinessException;
|
| 19 |
public Map<String, Object> updateRetailerDetails(UpdateRetailerRequest updateRetailerRequest) throws ProfitMandiBusinessException;
|
19 |
public Map<String, Object> updateRetailerDetails(UpdateRetailerRequest updateRetailerRequest) throws ProfitMandiBusinessException;
|
| 20 |
public FofoStore createFofoStoreCodeByUserId(int userId, String districtName, String stateName) throws ProfitMandiBusinessException;
|
20 |
public FofoStore createFofoStoreCodeByUserId(int userId, String districtName, String stateName,UpdateRetailerRequest updateRetailerRequest) throws ProfitMandiBusinessException;
|
| 21 |
public List<DistrictMaster> getAllDistrictMaster(String stateName);
|
21 |
public List<DistrictMaster> getAllDistrictMaster(String stateName);
|
| 22 |
public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds);
|
22 |
public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds);
|
| 23 |
public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
|
- |
|
| 24 |
public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
|
23 |
public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
|
| 25 |
public List<MapWrapper<Integer, String>> getFofoRetailerIdEmailIdMap();
|
24 |
public List<MapWrapper<Integer, String>> getFofoRetailerIdEmailIdMap();
|
| 26 |
public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
|
25 |
public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
|
| 27 |
}
|
26 |
}
|