Subversion Repositories SmartDukaan

Rev

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

Rev 23957 Rev 24168
Line 20... Line 20...
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 CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
24
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
24
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
-
 
25
	public Map<Integer, String> getAllFofoRetailerIdNameMap();
25
	public List<MapWrapper<Integer, String>> getFofoRetailerIdEmailIdMap();
26
	public List<MapWrapper<Integer, String>> getFofoRetailerIdEmailIdMap();
26
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
27
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap(Set<Integer> retailerIds);
-
 
28
	Map<Integer, String> getFofoRetailerIdNameMap(List<Integer> storeIds);
27
}
29
}