Uses of Class
de.deepamehta.plugins.mail.RecipientType

Packages that use RecipientType
de.deepamehta.plugins.mail   
de.deepamehta.plugins.mail.service   
 

Uses of RecipientType in de.deepamehta.plugins.mail
 

Fields in de.deepamehta.plugins.mail declared as RecipientType
private  RecipientType MailConfigurationCache.defaultRecipientType
           
 

Fields in de.deepamehta.plugins.mail with type parameters of type RecipientType
private static Map<String,RecipientType> RecipientType.typesByUri
           
 

Methods in de.deepamehta.plugins.mail that return RecipientType
 RecipientType MailConfigurationCache.checkRecipientType(String type)
          Returns the corresponding enumeration value or the configured default recipient type.
static RecipientType RecipientType.fromUri(String uri)
           
 RecipientType MailConfigurationCache.getDefaultRecipientType()
           
static RecipientType RecipientType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecipientType[] RecipientType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.deepamehta.plugins.mail with parameters of type RecipientType
 Association MailPlugin.associateRecipient(long mailId, long addressId, RecipientType type, ClientState clientState)
           
private  List<javax.mail.internet.InternetAddress> RecipientsByType.getTypeList(RecipientType type)
           
 

Method parameters in de.deepamehta.plugins.mail with type arguments of type RecipientType
private  void MailPlugin.mapRecipients(org.apache.commons.mail.HtmlEmail email, Map<RecipientType,List<javax.mail.internet.InternetAddress>> recipients)
           
 

Uses of RecipientType in de.deepamehta.plugins.mail.service
 

Methods in de.deepamehta.plugins.mail.service with parameters of type RecipientType
 Association MailService.associateRecipient(long mailId, long addressId, RecipientType type, ClientState clientState)
          Update or create a mail recipient association.
 



Copyright © 2013. All Rights Reserved.