com.liferay.portal.googleapps
Class GoogleAppsFactoryImpl

java.lang.Object
  extended by com.liferay.portal.googleapps.GoogleAppsFactoryImpl
All Implemented Interfaces:
com.liferay.portal.googleapps.GoogleAppsFactory

public class GoogleAppsFactoryImpl
extends java.lang.Object
implements com.liferay.portal.googleapps.GoogleAppsFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
GoogleAppsFactoryImpl()
           
 
Method Summary
 com.liferay.portal.googleapps.GEmailSettingsManager getGEmailSettingsManager(long companyId)
           
 com.liferay.portal.googleapps.GGroupManager getGGroupManager(long companyId)
           
 com.liferay.portal.googleapps.GNicknameManager getGNicknameManager(long companyId)
           
protected  GoogleApps getGoogleApps(long companyId)
           
 com.liferay.portal.googleapps.GUserManager getGUserManager(long companyId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleAppsFactoryImpl

public GoogleAppsFactoryImpl()
Method Detail

getGEmailSettingsManager

public com.liferay.portal.googleapps.GEmailSettingsManager getGEmailSettingsManager(long companyId)
Specified by:
getGEmailSettingsManager in interface com.liferay.portal.googleapps.GoogleAppsFactory

getGGroupManager

public com.liferay.portal.googleapps.GGroupManager getGGroupManager(long companyId)
Specified by:
getGGroupManager in interface com.liferay.portal.googleapps.GoogleAppsFactory

getGNicknameManager

public com.liferay.portal.googleapps.GNicknameManager getGNicknameManager(long companyId)
Specified by:
getGNicknameManager in interface com.liferay.portal.googleapps.GoogleAppsFactory

getGUserManager

public com.liferay.portal.googleapps.GUserManager getGUserManager(long companyId)
Specified by:
getGUserManager in interface com.liferay.portal.googleapps.GoogleAppsFactory

getGoogleApps

protected GoogleApps getGoogleApps(long companyId)