Subversion Repositories SmartDukaan

Rev

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

Rev 5669 Rev 5901
Line 523... Line 523...
523
            }
523
            }
524
        }
524
        }
525
        sendAlertToCategoryTeam(alertItems);
525
        sendAlertToCategoryTeam(alertItems);
526
        try {
526
        try {
527
            //generate products list that is to be uploaded in Amazon.
527
            //generate products list that is to be uploaded in Amazon.
528
        	AmazonSCDataGenerator ascdGenerator = new AmazonSCDataGenerator();
528
        	AmazonSCDataGenerator ascdGenerator = new AmazonSCDataGenerator(validEntities, GENERATION_TYPE);
529
            ascdGenerator.generateSCProdData(validEntities, GENERATION_TYPE);
529
            ascdGenerator.generateSCProdData();
530
        } catch (Exception e) {
530
        } catch (Exception e) {
531
        	e.printStackTrace();
531
        	e.printStackTrace();
532
            log.info("Could not generate Amazon data", e);
532
            log.info("Could not generate Amazon data", e);
533
        }
533
        }
534
    }
534
    }