Subversion Repositories SmartDukaan

Rev

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

Rev 29813 Rev 29888
Line 209... Line 209...
209
	@RequestMapping(value = "/walletDetails", method = RequestMethod.GET)
209
	@RequestMapping(value = "/walletDetails", method = RequestMethod.GET)
210
	public String dashboard(HttpServletRequest request,
210
	public String dashboard(HttpServletRequest request,
211
			@RequestParam(name = ProfitMandiConstants.START_TIME, required = false) String startTimeString,
211
			@RequestParam(name = ProfitMandiConstants.START_TIME, required = false) String startTimeString,
212
			@RequestParam(name = ProfitMandiConstants.END_TIME, required = false) String endTimeString,
212
			@RequestParam(name = ProfitMandiConstants.END_TIME, required = false) String endTimeString,
213
			@RequestParam(name = "offset", defaultValue = "0") int offset,
213
			@RequestParam(name = "offset", defaultValue = "0") int offset,
214
			@RequestParam(name = "limit", defaultValue = "10") int limit, Model model)
214
			@RequestParam(name = "limit", defaultValue = "100") int limit, Model model)
215
			throws ProfitMandiBusinessException {
215
			throws ProfitMandiBusinessException {
216
		/*
216
		/*
217
		 * boolean underMaintainance = true; if(underMaintainance) { throw new
217
		 * boolean underMaintainance = true; if(underMaintainance) { throw new
218
		 * ProfitMandiBusinessException("Wallet", "Wallet",
218
		 * ProfitMandiBusinessException("Wallet", "Wallet",
219
		 * "Wallet is under Maintenance"); }
219
		 * "Wallet is under Maintenance"); }