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)
|
getName
public java.lang.String getName()
getOptions
public org.apache.commons.collections.map.MultiValueMap getOptions(long userId)
getRecipients
public java.util.SortedSet getRecipients(long userId,
java.lang.String data,
java.util.Map options)
isReadOnly
public boolean isReadOnly(long userId)
save
public void save(long userId,
javax.mail.internet.InternetAddress ia)
throws java.lang.UnsupportedOperationException
- Throws:
java.lang.UnsupportedOperationException