Subversion Repositories SmartDukaan

Rev

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

Rev 5404 Rev 5425
Line 457... Line 457...
457
        log.info("Generating HTML for Accessories Compatibility Index");
457
        log.info("Generating HTML for Accessories Compatibility Index");
458
        CompatibleAccessoriesIndexGenerator generator = new CompatibleAccessoriesIndexGenerator(allValidEntities);
458
        CompatibleAccessoriesIndexGenerator generator = new CompatibleAccessoriesIndexGenerator(allValidEntities);
459
        generator.generate();
459
        generator.generate();
460
        
460
        
461
        log.info("Generating HTML for Most Compared Index");
461
        log.info("Generating HTML for Most Compared Index");
462
        MostComparedIndexGenerator mostCompGenerator = new MostComparedIndexGenerator();
462
        MostComparedIndexGenerator mostCompGenerator = new MostComparedIndexGenerator(allValidEntityIds);
463
        mostCompGenerator.generate();
463
        mostCompGenerator.generate();
464
        
464
        
465
        if (newLastGenerationTime != 0) {
465
        if (newLastGenerationTime != 0) {
466
            CreationUtils.storeLastContentGenerationTime(newLastGenerationTime);
466
            CreationUtils.storeLastContentGenerationTime(newLastGenerationTime);
467
        }
467
        }