| Line 34... |
Line 34... |
| 34 |
|
34 |
|
| 35 |
void sendSignedLoiPdfToPartner(LoiForm pod1) throws Exception;
|
35 |
void sendSignedLoiPdfToPartner(LoiForm pod1) throws Exception;
|
| 36 |
|
36 |
|
| 37 |
void setDocs(LoiForm pod, List<LoiDocModel> partnerDocuments) throws Exception;
|
37 |
void setDocs(LoiForm pod, List<LoiDocModel> partnerDocuments) throws Exception;
|
| 38 |
|
38 |
|
| 39 |
void sentMailToPaymentApprover(BrandFeeCollection feeCollection) throws Exception;
|
39 |
void sentMailToPaymentApprover(BrandFeeCollection feeCollection, LoiForm loiForm) throws Exception;
|
| 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 |
boolean checkLoiDetailsCompletion(LoiForm loiForm) throws ProfitMandiBusinessException;
|
| - |
|
46 |
|
| - |
|
47 |
void onLoiFormCoplete(LoiForm loiForm) throws ProfitMandiBusinessException;
|
| - |
|
48 |
|
| 45 |
PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId) throws ProfitMandiBusinessException;
|
49 |
PartnerOnBoardingPanel createPartnerOnboardingPanel(LoiForm loiForm) throws ProfitMandiBusinessException;
|
| 46 |
|
50 |
|
| 47 |
void sendPaymentStatusMailToLoiFormFilledBy(BrandFeeCollection feeCollection) throws Exception;
|
51 |
void sendPaymentStatusMailToLoiFormFilledBy(BrandFeeCollection feeCollection) throws Exception;
|
| 48 |
|
52 |
|
| 49 |
LoiFormReportModel createLoiFormReportModel(LoiForm loiForm) throws ProfitMandiBusinessException;
|
53 |
LoiFormReportModel createLoiFormReportModel(LoiForm loiForm) throws ProfitMandiBusinessException;
|
| 50 |
|
54 |
|