Subversion Repositories SmartDukaan

Rev

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

Rev 26522 Rev 26533
Line 26... Line 26...
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);
30
	Map<Integer, String> getAllFofoRetailerIdNameMap();
30
	Map<Integer, String> getAllFofoRetailerIdNameMap();
-
 
31
	Map<Integer, String> getAllFofoRetailerIdUrlMap();
31
	Map<Integer, CustomRetailer> getFofoRetailerUserId(List<Integer> fofoIds)throws ProfitMandiBusinessException;
32
	Map<Integer, CustomRetailer> getFofoRetailerUserId(List<Integer> fofoIds)throws ProfitMandiBusinessException;
32
	LoginRequestResponseModel registerWebUser(LoginRequestResponseModel loginRequestModel)
33
	LoginRequestResponseModel registerWebUser(LoginRequestResponseModel loginRequestModel)
33
			throws ProfitMandiBusinessException;
34
			throws ProfitMandiBusinessException;
-
 
35
	Map<String, Integer> getAllUrlFofoRetailerIdMap();
34
}
36
}