Skip to content
Snippets Groups Projects
Commit d678e9cc authored by kohleman's avatar kohleman
Browse files

added Contact Data Manager

SVN: 31191
parent 2e1e56d6
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ class EntityTrackingEmailDataManager
private final static String CONTACT_PERSON_EMAIL = "CONTACT_PERSON_EMAIL";
private final static String PRINCIPAL_INVESTIGATOR_EMAIL = "PRINCIPAL_INVESTIGATOR_EMAIL";
private final static String CONTACT_DATA_MANAGER_EMAIL = "CONTACT_DATA_MANAGER_EMAIL";
private static Map<String, String> recipientsByAffiliation;
......@@ -137,6 +139,7 @@ class EntityTrackingEmailDataManager
final Set<String> recipientPropertyTypeCodes = new HashSet<String>();
recipientPropertyTypeCodes.add(CONTACT_PERSON_EMAIL);
recipientPropertyTypeCodes.add(PRINCIPAL_INVESTIGATOR_EMAIL);
recipientPropertyTypeCodes.add(CONTACT_DATA_MANAGER_EMAIL);
for (Sample sequencingSample : sequencingSamples)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment