com.liferay.portal.googleapps
Class GNicknameManagerImpl
java.lang.Object
com.liferay.portal.googleapps.GBaseManagerImpl
com.liferay.portal.googleapps.GNicknameManagerImpl
- All Implemented Interfaces:
- GNicknameManager
public class GNicknameManagerImpl
- extends GBaseManagerImpl
- implements GNicknameManager
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 |
nicknameURL
protected String nicknameURL
GNicknameManagerImpl
public GNicknameManagerImpl(GoogleApps googleApps)
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)