com.liferay.portal.googleapps
Interface GNicknameManager


public interface GNicknameManager

View Source

Author:
Brian Wing Shun Chan

Method Summary
 void addGNickname(long userId, java.lang.String nickname)
           
 void deleteGNickname(java.lang.String nickname)
           
 GNickname getGNickname(java.lang.String nickname)
           
 java.util.List<GNickname> getGNicknames()
           
 

Method Detail

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