Subversion Repositories SmartDukaan

Rev

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

Rev 6821 Rev 6843
Line 33... Line 33...
33
				oosEvaluationDate.get(Calendar.MONTH), oosEvaluationDate.get(Calendar.DATE), 
33
				oosEvaluationDate.get(Calendar.MONTH), oosEvaluationDate.get(Calendar.DATE), 
34
				OOS_STATUS_CUTOFF_HOUR , OOS_STATUS_CUTOFF_MINUTE, 0);
34
				OOS_STATUS_CUTOFF_HOUR , OOS_STATUS_CUTOFF_MINUTE, 0);
35
		
35
		
36
		cartAdditionStartDate = oosEvaluationDate;
36
		cartAdditionStartDate = oosEvaluationDate;
37
		cartAdditionStartDate.add(Calendar.DATE, -1);
37
		cartAdditionStartDate.add(Calendar.DATE, -1);
38
		
-
 
-
 
38
		System.out.println("Evaluation Date : " + oosEvaluationDate.toString());
39
		Map<Long, Boolean> oosStatusMap = new HashMap<Long, Boolean>();
39
		Map<Long, Boolean> oosStatusMap = new HashMap<Long, Boolean>();
40
		
40
		
41
		List<Item> items = null;
41
		List<Item> items = null;
42
		try {
42
		try {
43
			Client catalogClient = new CatalogClient().getClient();
43
			Client catalogClient = new CatalogClient().getClient();