Subversion Repositories SmartDukaan

Rev

Rev 26590 | Rev 27861 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26590 Rev 26965
Line 19... Line 19...
19
	public Map<String, Object> getByEmailIdOrMobileNumber(String emailIdOrMobileNumber) throws ProfitMandiBusinessException;
19
	public Map<String, Object> getByEmailIdOrMobileNumber(String emailIdOrMobileNumber) throws ProfitMandiBusinessException;
20
	public Map<String, Object> updateRetailerDetails(UpdateRetailerRequest updateRetailerRequest) throws ProfitMandiBusinessException;
20
	public Map<String, Object> updateRetailerDetails(UpdateRetailerRequest updateRetailerRequest) throws ProfitMandiBusinessException;
21
	public FofoStore createFofoStoreCodeByUserId(int userId, String districtName, String stateName,UpdateRetailerRequest updateRetailerRequest) throws ProfitMandiBusinessException;
21
	public FofoStore createFofoStoreCodeByUserId(int userId, String districtName, String stateName,UpdateRetailerRequest updateRetailerRequest) throws ProfitMandiBusinessException;
22
	public List<DistrictMaster> getAllDistrictMaster(String stateName);
22
	public List<DistrictMaster> getAllDistrictMaster(String stateName);
23
	public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds);
23
	public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds);
24
	public Map<Integer, CustomRetailer> getFofoRetailers();
24
	public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly);
25
	public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
25
	public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
26
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
26
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
27
	public List<MapWrapper<Integer, String>> getAllFofoRetailerIdNameList();
27
	public List<MapWrapper<Integer, String>> getAllFofoRetailerIdNameList();
28
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
28
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
29
	Map<Integer, String> getAllFofoRetailerIdNameMap(List<Integer> storeIds);
29
	Map<Integer, String> getAllFofoRetailerIdNameMap(List<Integer> storeIds);