Subversion Repositories SmartDukaan

Rev

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

Rev 26533 Rev 26590
Line 30... Line 30...
30
	Map<Integer, String> getAllFofoRetailerIdNameMap();
30
	Map<Integer, String> getAllFofoRetailerIdNameMap();
31
	Map<Integer, String> getAllFofoRetailerIdUrlMap();
31
	Map<Integer, String> getAllFofoRetailerIdUrlMap();
32
	Map<Integer, CustomRetailer> getFofoRetailerUserId(List<Integer> fofoIds)throws ProfitMandiBusinessException;
32
	Map<Integer, CustomRetailer> getFofoRetailerUserId(List<Integer> fofoIds)throws ProfitMandiBusinessException;
33
	LoginRequestResponseModel registerWebUser(LoginRequestResponseModel loginRequestModel)
33
	LoginRequestResponseModel registerWebUser(LoginRequestResponseModel loginRequestModel)
34
			throws ProfitMandiBusinessException;
34
			throws ProfitMandiBusinessException;
35
	Map<String, Integer> getAllUrlFofoRetailerIdMap();
35
	Map<String, Integer> getStoreCodeRetailerMap();
36
}
36
}