com.liferay.portlet.mail.util.recipient
Interface RecipientFinder

All Known Implementing Classes:
DirectoryRecipientFinder

public interface RecipientFinder

View Source

Used to support the search for valid recipients for the mail portlet.

Author:
Alexander Chow

Method Summary
 java.lang.String getName()
           
 org.apache.commons.collections.map.MultiValueMap getOptions(long userId)
           
 java.util.SortedSet getRecipients(long userId, java.lang.String data, java.util.Map options)
           
 boolean isReadOnly(long userId)
           
 void save(long userId, javax.mail.internet.InternetAddress ia)
           
 

Method Detail

getName

java.lang.String getName()

getOptions

org.apache.commons.collections.map.MultiValueMap getOptions(long userId)

getRecipients

java.util.SortedSet getRecipients(long userId,
                                  java.lang.String data,
                                  java.util.Map options)

isReadOnly

boolean isReadOnly(long userId)

save

void save(long userId,
          javax.mail.internet.InternetAddress ia)
          throws java.lang.UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException