de.deepamehta.plugins.mail
Class RecipientsByType

Show UML class diagram
java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<RecipientType,List<javax.mail.internet.InternetAddress>>
          extended by de.deepamehta.plugins.mail.RecipientsByType
All Implemented Interfaces:
Serializable, Cloneable, Map<RecipientType,List<javax.mail.internet.InternetAddress>>

 class RecipientsByType
extends HashMap<RecipientType,List<javax.mail.internet.InternetAddress>>

Hash recipient lists by type.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
private  Integer count
           
 
Constructor Summary
RecipientsByType()
           
 
Method Summary
 void add(String typeUri, String address, String personal)
           
 Integer getCount()
           
private  List<javax.mail.internet.InternetAddress> getTypeList(RecipientType type)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

count

private Integer count
Constructor Detail

RecipientsByType

RecipientsByType()
Method Detail

add

public void add(String typeUri,
                String address,
                String personal)
         throws UnsupportedEncodingException,
                javax.mail.internet.AddressException
Throws:
UnsupportedEncodingException
javax.mail.internet.AddressException

getTypeList

private List<javax.mail.internet.InternetAddress> getTypeList(RecipientType type)

getCount

public Integer getCount()


Copyright © 2013. All Rights Reserved.