Subversion Repositories SmartDukaan

Rev

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

Rev 5623 Rev 5945
Line 52... Line 52...
52
	private List<ProductNotificationRequestCount> notificationRequestCounts;
52
	private List<ProductNotificationRequestCount> notificationRequestCounts;
53
 
53
 
54
	public String index()	{
54
	public String index()	{
55
		try	{
55
		try	{
56
			CatalogClient csc = new CatalogClient();
56
			CatalogClient csc = new CatalogClient();
57
			in.shop2020.model.v1.catalog.InventoryService.Client catalogClient= csc.getClient();
57
			in.shop2020.model.v1.catalog.CatalogService.Client catalogClient= csc.getClient();
58
			Date startDate;
58
			Date startDate;
59
			
59
			
60
			if (request.getParameter("sp") != null)	{
60
			if (request.getParameter("sp") != null)	{
61
				startDate = getStartDate(request.getParameter("sp"));
61
				startDate = getStartDate(request.getParameter("sp"));
62
			} else	{
62
			} else	{