com.liferay.portal.kernel.googleapps
Interface GNicknameManager
public interface GNicknameManager
addGNickname
void addGNickname(long userId,
String nickname)
throws GoogleAppsException
- Throws:
GoogleAppsException
deleteGNickname
void deleteGNickname(String nickname)
throws GoogleAppsException
- Throws:
GoogleAppsException
getGNickname
GNickname getGNickname(String nickname)
throws GoogleAppsException
- Throws:
GoogleAppsException
getGNicknames
List<GNickname> getGNicknames()
throws GoogleAppsException
- Throws:
GoogleAppsException