Subversion Repositories SmartDukaan

Rev

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

Rev 21146 Rev 21147
Line 67... Line 67...
67
		    logger.error("Error while initializing one of the thrift clients", e);
67
		    logger.error("Error while initializing one of the thrift clients", e);
68
		}
68
		}
69
	}
69
	}
70
 
70
 
71
	public ByteArrayOutputStream generateManifestFile(long warehouseId,	long providerId, boolean isCod, List<Long> orderIds, String runner) {
71
	public ByteArrayOutputStream generateManifestFile(long warehouseId,	long providerId, boolean isCod, List<Long> orderIds, String runner) {
-
 
72
		logger.info("Generating manifest file for warehouse "+warehouseId+" providerId "+providerId+"cod= "+isCod);
72
		ByteArrayOutputStream baosPDF = null;
73
		ByteArrayOutputStream baosPDF = null;
73
		in.shop2020.model.v1.order.TransactionService.Client txnClient = tsc.getClient();
74
		in.shop2020.model.v1.order.TransactionService.Client txnClient = tsc.getClient();
74
		in.shop2020.logistics.LogisticsService.Client logisticsClient = lsc.getClient();
75
		in.shop2020.logistics.LogisticsService.Client logisticsClient = lsc.getClient();
75
		
76
		
76
		List<OrderStatus> statuses = new ArrayList<OrderStatus>();
77
		List<OrderStatus> statuses = new ArrayList<OrderStatus>();