com.liferay.portal.googleapps
Interface GNicknameManager
public interface GNicknameManager
View Source
- Author:
- Brian Wing Shun Chan
addGNickname
void addGNickname(long userId,
java.lang.String nickname)
throws GoogleAppsException
- Throws:
GoogleAppsException
deleteGNickname
void deleteGNickname(java.lang.String nickname)
throws GoogleAppsException
- Throws:
GoogleAppsException
getGNickname
GNickname getGNickname(java.lang.String nickname)
throws GoogleAppsException
- Throws:
GoogleAppsException
getGNicknames
java.util.List<GNickname> getGNicknames()
throws GoogleAppsException
- Throws:
GoogleAppsException