com.liferay.portlet.mail.util.multiaccount
Class UserIdAccountFinder

java.lang.Object
  extended by com.liferay.portlet.mail.util.multiaccount.SingleAccountFinder
      extended by com.liferay.portlet.mail.util.multiaccount.UserIdAccountFinder
All Implemented Interfaces:
AccountFinder

public class UserIdAccountFinder
extends SingleAccountFinder
implements AccountFinder

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
UserIdAccountFinder()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.mail.util.multiaccount.SingleAccountFinder
findAccount, findAllAccounts, getDefaultAccountName, getMailUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.mail.util.multiaccount.AccountFinder
findAccount, findAllAccounts, getDefaultAccountName, getMailUserId
 

Constructor Detail

UserIdAccountFinder

public UserIdAccountFinder()