Liferay 6.0.5

com.liferay.portal.googleapps
Class GNicknameManagerImpl

java.lang.Object
  extended by com.liferay.portal.googleapps.GBaseManagerImpl
      extended by com.liferay.portal.googleapps.GNicknameManagerImpl
All Implemented Interfaces:
GNicknameManager

public class GNicknameManagerImpl
extends GBaseManagerImpl
implements GNicknameManager


Field Summary
protected  String nicknameURL
           
 
Fields inherited from class com.liferay.portal.googleapps.GBaseManagerImpl
APPS_URL, googleApps
 
Constructor Summary
GNicknameManagerImpl(GoogleApps googleApps)
           
 
Method Summary
 void addGNickname(long userId, String nickname)
           
 void deleteGNickname(String nickname)
           
protected  GNickname getGNickname(Element atomEntryElement)
           
 GNickname getGNickname(String nickname)
           
 List<GNickname> getGNicknames()
           
protected  void getGNicknames(List<GNickname> gNicknames, String url)
           
protected  String getNicknameURL(String nickname)
           
 
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

nicknameURL

protected String nicknameURL
Constructor Detail

GNicknameManagerImpl

public GNicknameManagerImpl(GoogleApps googleApps)
Method Detail

addGNickname

public void addGNickname(long userId,
                         String nickname)
                  throws GoogleAppsException
Specified by:
addGNickname in interface GNicknameManager
Throws:
GoogleAppsException

deleteGNickname

public void deleteGNickname(String nickname)
                     throws GoogleAppsException
Specified by:
deleteGNickname in interface GNicknameManager
Throws:
GoogleAppsException

getGNickname

public GNickname getGNickname(String nickname)
                       throws GoogleAppsException
Specified by:
getGNickname in interface GNicknameManager
Throws:
GoogleAppsException

getGNicknames

public List<GNickname> getGNicknames()
                              throws GoogleAppsException
Specified by:
getGNicknames in interface GNicknameManager
Throws:
GoogleAppsException

getGNickname

protected GNickname getGNickname(Element atomEntryElement)

getGNicknames

protected void getGNicknames(List<GNickname> gNicknames,
                             String url)
                      throws GoogleAppsException
Throws:
GoogleAppsException

getNicknameURL

protected String getNicknameURL(String nickname)

Liferay 6.0.5