Subversion Repositories SmartDukaan

Rev

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

Rev 33626 Rev 33658
Line 24... Line 24...
24
 
24
 
25
    boolean createLoiForm(LoiFormData LoiFormFormData, String filledBy) throws Exception;
25
    boolean createLoiForm(LoiFormData LoiFormFormData, String filledBy) throws Exception;
26
 
26
 
27
    List<AuthUser> getReferalAuthList();
27
    List<AuthUser> getReferalAuthList();
28
 
28
 
29
    List<AuthUser> techAuthUsers();
-
 
30
 
-
 
31
    List<LoiFormModel> pendingFormList(String loginAuthEmail) throws ProfitMandiBusinessException;
29
    List<LoiFormModel> pendingFormList(String loginAuthEmail) throws ProfitMandiBusinessException;
32
 
30
 
33
    List<GstAddressModel> createAddressModelList(List<GstDetails.Pradr> adadr);
31
    List<GstAddressModel> createAddressModelList(List<GstDetails.Pradr> adadr);
34
 
32
 
35
    LoiFormModel getLoiFormModelbyId(int id) throws ProfitMandiBusinessException;
33
    LoiFormModel getLoiFormModelbyId(int id) throws ProfitMandiBusinessException;
Line 38... Line 36...
38
 
36
 
39
    void setDocs(LoiForm pod, List<LoiDocModel> partnerDocuments) throws Exception;
37
    void setDocs(LoiForm pod, List<LoiDocModel> partnerDocuments) throws Exception;
40
 
38
 
41
    void sentMailToPaymentApprover(BrandFeeCollection feeCollection) throws Exception;
39
    void sentMailToPaymentApprover(BrandFeeCollection feeCollection) throws Exception;
42
 
40
 
43
    void sendDocApprovalMail(LoiDoc loiDoc) throws Exception;
41
    void sendDocRejectionMail(LoiDoc loiDoc) throws Exception;
44
 
42
 
45
    ResponseEntity<?> createLoiFormReport(LocalDate from, LocalDate to) throws Exception;
43
    ResponseEntity<?> createLoiFormReport(LocalDate from, LocalDate to) throws Exception;
46
 
44
 
47
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId, int authId) throws ProfitMandiBusinessException;
45
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId, int authId) throws ProfitMandiBusinessException;
48
 
46