Liferay 6.1.2-ce-ga3

com.liferay.portal.googleapps
Class GoogleAppsFactoryImpl

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

public class GoogleAppsFactoryImpl
extends Object
implements GoogleAppsFactory


Constructor Summary
GoogleAppsFactoryImpl()
           
 
Method Summary
 GEmailSettingsManager getGEmailSettingsManager(long companyId)
           
 GGroupManager getGGroupManager(long companyId)
           
 GNicknameManager getGNicknameManager(long companyId)
           
protected  GoogleApps getGoogleApps(long companyId)
           
 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 GEmailSettingsManager getGEmailSettingsManager(long companyId)
Specified by:
getGEmailSettingsManager in interface GoogleAppsFactory

getGGroupManager

public GGroupManager getGGroupManager(long companyId)
Specified by:
getGGroupManager in interface GoogleAppsFactory

getGNicknameManager

public GNicknameManager getGNicknameManager(long companyId)
Specified by:
getGNicknameManager in interface GoogleAppsFactory

getGUserManager

public GUserManager getGUserManager(long companyId)
Specified by:
getGUserManager in interface GoogleAppsFactory

getGoogleApps

protected GoogleApps getGoogleApps(long companyId)

Liferay 6.1.2-ce-ga3