Subversion Repositories SmartDukaan

Rev

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

Rev 23955 Rev 23957
Line 18... Line 18...
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,UpdateRetailerRequest updateRetailerRequest) 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;
23
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
24
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
24
	public List<MapWrapper<Integer, String>> getFofoRetailerIdEmailIdMap();
25
	public List<MapWrapper<Integer, String>> getFofoRetailerIdEmailIdMap();
25
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
26
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
26
}
27
}