Subversion Repositories SmartDukaan

Rev

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

Rev 33658 Rev 33710
Line 40... Line 40...
40
 
40
 
41
    void sendDocRejectionMail(LoiDoc loiDoc) throws Exception;
41
    void sendDocRejectionMail(LoiDoc loiDoc) throws Exception;
42
 
42
 
43
    ResponseEntity<?> createLoiFormReport(LocalDate from, LocalDate to) throws Exception;
43
    ResponseEntity<?> createLoiFormReport(LocalDate from, LocalDate to) throws Exception;
44
 
44
 
45
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId, int authId) throws ProfitMandiBusinessException;
45
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId) throws ProfitMandiBusinessException;
46
 
46
 
47
    void sendPaymentStatusMailToLoiFormFilledBy(BrandFeeCollection feeCollection) throws Exception;
47
    void sendPaymentStatusMailToLoiFormFilledBy(BrandFeeCollection feeCollection) throws Exception;
48
 
48
 
49
    LoiFormReportModel createLoiFormReportModel(LoiForm loiForm) throws ProfitMandiBusinessException;
49
    LoiFormReportModel createLoiFormReportModel(LoiForm loiForm) throws ProfitMandiBusinessException;
50
 
50