Project

General

Profile

« Previous | Next » 

Revision 57912

More thorought implementation for the email notifications when registering/updating repositories

View differences:

EmailUtils.java
24 24

  
25 25
    void sendUserRegistrationEmail(Repository repository, Authentication authentication) throws Exception;
26 26

  
27
    void sendAdminRegisterInterfaceEmail(Repository repository, RepositoryInterface repositoryInterface, Authentication authentication) throws Exception;
28

  
29
    void sendUserRegisterInterfaceEmail(Repository repository, RepositoryInterface repositoryInterface, Authentication authentication) throws Exception;
30

  
27 31
    /****SUCCESSFUL REGISTRATION RESULTS EMAILS****/
28 32
    void sendUserRegistrationResultsSuccessEmail(String issuerEmail, String jobId,RepositoryInterface repositoryInterface, Repository repository, Authentication authentication) throws Exception;
29 33

  
......
53 57
    void sendAdminGeneralFailure(String issuer,String jobId,RepositoryInterface repositoryInterface, Repository repository, Authentication authentication) throws Exception;
54 58

  
55 59

  
56
    void sendAdminUpdateRepositoryEmail(Repository repository, Authentication authentication) throws Exception;
60
    void sendAdminUpdateRepositoryInfoEmail(Repository repository, Authentication authentication) throws Exception;
57 61

  
58
    void sendUserUpdateRepositoryEmail(Repository repository, Authentication authentication) throws Exception;
62
    void sendUserUpdateRepositoryInfoEmail(Repository repository, Authentication authentication) throws Exception;
59 63

  
64
    void sendAdminUpdateInterfaceEmail(Repository repository, RepositoryInterface repositoryInterface, Authentication authentication) throws Exception;
65

  
66
    void sendUserUpdateInterfaceEmail(Repository repository, RepositoryInterface repositoryInterface, Authentication authentication) throws Exception;
67

  
60 68
    void sendSubmitJobForValidationEmail(Authentication authentication, JobForValidation jobForValidation) throws Exception;
61 69

  
62 70
    void sendUponJobCompletion(String repoId,

Also available in: Unified diff