Subversion Repositories SmartDukaan

Rev

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

Rev 35360 Rev 35391
Line 6... Line 6...
6
@Service
6
@Service
7
public interface TrialService {
7
public interface TrialService {
8
 
8
 
9
    void sentMailForTrialUser(TrialForm trialForm) throws Exception;
9
    void sentMailForTrialUser(TrialForm trialForm) throws Exception;
10
 
10
 
-
 
11
    void sentMailToTrialUser(TrialForm trialForm) throws Exception;
-
 
12
 
11
    void sentMailForTrialUserToSales(TrialForm trialForm) throws Exception;
13
    void sentMailForTrialUserToSales(TrialForm trialForm) throws Exception;
12
 
14
 
13
    void sentMailForStoreCodeCreation(TrialForm trialForm) throws Exception;
15
    void sentMailForStoreCodeCreation(TrialForm trialForm) throws Exception;
-
 
16
 
-
 
17
    void sentRejectionMailToTrialUser(TrialForm trialForm) throws Exception;
-
 
18
 
-
 
19
    void sendUpgradeRequestMail(TrialForm trialForm) throws Exception;
-
 
20
 
-
 
21
    void sendInternalFranchiseUpgradeMail(TrialForm trialForm) throws Exception;
-
 
22
 
14
}
23
}