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

java.lang.Object
  extended bycom.liferay.portlet.mail.util.multiaccount.SingleAccountFinder
      extended bycom.liferay.portlet.mail.util.multiaccount.ScreenNameAccountFinder
All Implemented Interfaces:
AccountFinder

public class ScreenNameAccountFinder
extends SingleAccountFinder
implements AccountFinder

View Source

Author:
Tariq Dweik

Constructor Summary
ScreenNameAccountFinder()
           
 
Method Summary
 java.lang.String getMailUserId(com.liferay.portal.model.User user)
           
 
Methods inherited from class com.liferay.portlet.mail.util.multiaccount.SingleAccountFinder
findAccount, findAllAccounts, getDefaultAccountName
 
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
 

Constructor Detail

ScreenNameAccountFinder

public ScreenNameAccountFinder()
Method Detail

getMailUserId

public java.lang.String getMailUserId(com.liferay.portal.model.User user)
Specified by:
getMailUserId in interface AccountFinder
Overrides:
getMailUserId in class SingleAccountFinder