com.liferay.portlet.mail.util.recipient
Class DirectoryRecipientFinder

java.lang.Object
  extended bycom.liferay.portlet.mail.util.recipient.DirectoryRecipientFinder
All Implemented Interfaces:
RecipientFinder

public class DirectoryRecipientFinder
extends java.lang.Object
implements RecipientFinder

View Source

Author:
Alexander Chow

Constructor Summary
DirectoryRecipientFinder()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryRecipientFinder

public DirectoryRecipientFinder()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface RecipientFinder

getOptions

public org.apache.commons.collections.map.MultiValueMap getOptions(long userId)
Specified by:
getOptions in interface RecipientFinder

getRecipients

public java.util.SortedSet getRecipients(long userId,
                                         java.lang.String data,
                                         java.util.Map options)
Specified by:
getRecipients in interface RecipientFinder

isReadOnly

public boolean isReadOnly(long userId)
Specified by:
isReadOnly in interface RecipientFinder

save

public void save(long userId,
                 javax.mail.internet.InternetAddress ia)
          throws java.lang.UnsupportedOperationException
Specified by:
save in interface RecipientFinder
Throws:
java.lang.UnsupportedOperationException