com.liferay.portal.googleapps
Class GNicknameManagerImpl
java.lang.Object
com.liferay.portal.googleapps.GBaseManagerImpl
com.liferay.portal.googleapps.GNicknameManagerImpl
- All Implemented Interfaces:
- com.liferay.portal.googleapps.GNicknameManager
public class GNicknameManagerImpl
- extends GBaseManagerImpl
- implements com.liferay.portal.googleapps.GNicknameManager
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
addGNickname(long userId,
java.lang.String nickname)
|
void |
deleteGNickname(java.lang.String nickname)
|
protected com.liferay.portal.googleapps.GNickname |
getGNickname(com.liferay.portal.kernel.xml.Element atomEntryElement)
|
com.liferay.portal.googleapps.GNickname |
getGNickname(java.lang.String nickname)
|
java.util.List<com.liferay.portal.googleapps.GNickname> |
getGNicknames()
|
protected void |
getGNicknames(java.util.List<com.liferay.portal.googleapps.GNickname> gNicknames,
java.lang.String url)
|
protected java.lang.String |
getNicknameURL(java.lang.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 |
nicknameURL
protected java.lang.String nicknameURL
GNicknameManagerImpl
public GNicknameManagerImpl(GoogleApps googleApps)
addGNickname
public void addGNickname(long userId,
java.lang.String nickname)
throws com.liferay.portal.googleapps.GoogleAppsException
- Specified by:
addGNickname
in interface com.liferay.portal.googleapps.GNicknameManager
- Throws:
com.liferay.portal.googleapps.GoogleAppsException
deleteGNickname
public void deleteGNickname(java.lang.String nickname)
throws com.liferay.portal.googleapps.GoogleAppsException
- Specified by:
deleteGNickname
in interface com.liferay.portal.googleapps.GNicknameManager
- Throws:
com.liferay.portal.googleapps.GoogleAppsException
getGNickname
public com.liferay.portal.googleapps.GNickname getGNickname(java.lang.String nickname)
throws com.liferay.portal.googleapps.GoogleAppsException
- Specified by:
getGNickname
in interface com.liferay.portal.googleapps.GNicknameManager
- Throws:
com.liferay.portal.googleapps.GoogleAppsException
getGNicknames
public java.util.List<com.liferay.portal.googleapps.GNickname> getGNicknames()
throws com.liferay.portal.googleapps.GoogleAppsException
- Specified by:
getGNicknames
in interface com.liferay.portal.googleapps.GNicknameManager
- Throws:
com.liferay.portal.googleapps.GoogleAppsException
getGNickname
protected com.liferay.portal.googleapps.GNickname getGNickname(com.liferay.portal.kernel.xml.Element atomEntryElement)
getGNicknames
protected void getGNicknames(java.util.List<com.liferay.portal.googleapps.GNickname> gNicknames,
java.lang.String url)
throws com.liferay.portal.googleapps.GoogleAppsException
- Throws:
com.liferay.portal.googleapps.GoogleAppsException
getNicknameURL
protected java.lang.String getNicknameURL(java.lang.String nickname)