Liferay 6.1.2-ce-ga3

com.liferay.portal.googleapps
Class GEmailSettingsManagerImpl

java.lang.Object
  extended by com.liferay.portal.googleapps.GBaseManagerImpl
      extended by com.liferay.portal.googleapps.GEmailSettingsManagerImpl
All Implemented Interfaces:
GEmailSettingsManager

public class GEmailSettingsManagerImpl
extends GBaseManagerImpl
implements GEmailSettingsManager


Field Summary
protected  String emailSettingsURL
           
 
Fields inherited from class com.liferay.portal.googleapps.GBaseManagerImpl
APPS_URL, googleApps
 
Constructor Summary
GEmailSettingsManagerImpl(GoogleApps googleApps)
           
 
Method Summary
 void addSendAs(long userId, String fullName, String emailAddress)
           
protected  String getEmailSettingsURL(long userId)
           
 
Methods inherited from class com.liferay.portal.googleapps.GBaseManagerImpl
addAppsProperty, addAtomCategory, addAtomEntry, getAppsNamespace, getAppsQName, getAtomNamespace, getAtomQName, getCompanyId, getDocument, getErrorMessage, hasError, submitAdd, submitDelete, submitUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emailSettingsURL

protected String emailSettingsURL
Constructor Detail

GEmailSettingsManagerImpl

public GEmailSettingsManagerImpl(GoogleApps googleApps)
Method Detail

addSendAs

public void addSendAs(long userId,
                      String fullName,
                      String emailAddress)
               throws GoogleAppsException
Specified by:
addSendAs in interface GEmailSettingsManager
Throws:
GoogleAppsException

getEmailSettingsURL

protected String getEmailSettingsURL(long userId)

Liferay 6.1.2-ce-ga3