Subversion Repositories SmartDukaan

Rev

Rev 37058 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37058 Rev 37087
Line 888... Line 888...
888
 
888
 
889
        String mailSubject = "Stock ageing Alert";
889
        String mailSubject = "Stock ageing Alert";
890
        mailOutboxService.queueMailWithAttachmentsViaGoogle(new String[]{"deena.nath@smartdukaan.com"}, null, mailSubject, "PFA", "ScheduledTasks.sendMailForAgeingAlert", attachment1, attachment2);
890
        mailOutboxService.queueMailWithAttachmentsViaGoogle(new String[]{"deena.nath@smartdukaan.com"}, null, mailSubject, "PFA", "ScheduledTasks.sendMailForAgeingAlert", attachment1, attachment2);
891
    }
891
    }
892
 
892
 
893
    public void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException {
-
 
894
        priceDropService.rejectPriceDropsOfApprovedImeis();
-
 
895
    }
-
 
896
 
893
 
897
    public void processDeductions() {
894
    public void processDeductions() {
898
        sidbiService.processDeductions();
895
        sidbiService.processDeductions();
899
    }
896
    }
900
 
897