Subversion Repositories SmartDukaan

Rev

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

Rev 8185 Rev 8187
Line 29... Line 29...
29
import org.apache.commons.lang.StringUtils;
29
import org.apache.commons.lang.StringUtils;
30
import org.apache.thrift.TException;
30
import org.apache.thrift.TException;
31
import org.apache.thrift.transport.TTransportException;
31
import org.apache.thrift.transport.TTransportException;
32
 
32
 
33
public class HotspotStockReportSender {
33
public class HotspotStockReportSender {
34
	
34
 
35
	private static final String[] mailTo = {"amar.kumar@shop2020.in","chaitanya.vats@shop2020.in"};
35
	private static final String[] mailTo = {"amar.kumar@shop2020.in","chaitnaya.vats@shop2020.in"};
36
	private static final String senderAccountMail = "cnc.center@shop2020.in";
36
	private static final String senderAccountMail = "cnc.center@shop2020.in";
37
	private static final String senderAccountPswd = "5h0p2o2o";
37
	private static final String senderAccountPswd = "5h0p2o2o";
38
	private static final List<Long> hotspotVendors = new ArrayList<Long>(Arrays.asList(1L,38L,64L));
38
	private static final List<Long> hotspotVendors = new ArrayList<Long>(Arrays.asList(1L,38L,64L));
39
	private static Map<Long, Warehouse> warehouseMap = new Hashtable<Long, Warehouse>(50);
39
	private static Map<Long, Warehouse> warehouseMap = new Hashtable<Long, Warehouse>(50);
40
	private static List<OrderStatus> undeliveredStatuses;
40
	private static List<OrderStatus> undeliveredStatuses;