Subversion Repositories SmartDukaan

Rev

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

Rev 33507 Rev 33525
Line 35... Line 35...
35
    void setDocs(LoiForm pod, List<LoiDocModel> partnerDocuments) throws Exception;
35
    void setDocs(LoiForm pod, List<LoiDocModel> partnerDocuments) throws Exception;
36
 
36
 
37
    void sentMailToPaymentApprover(BrandFeeCollection feeCollection) throws Exception;
37
    void sentMailToPaymentApprover(BrandFeeCollection feeCollection) throws Exception;
38
 
38
 
39
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId, int authId) throws ProfitMandiBusinessException;
39
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId, int authId) throws ProfitMandiBusinessException;
-
 
40
 
-
 
41
    void sendPaymentApprovalMail(BrandFeeCollection feeCollection) throws Exception;
40
}
42
}