com.liferay.portal.googleapps
Interface GUserManager


public interface GUserManager

View Source

Author:
Brian Wing Shun Chan

Method Summary
 void addGUser(long userId, java.lang.String password, java.lang.String firstName, java.lang.String lastName)
           
 void deleteGUser(long userId)
           
 GUser getGUser(long userId)
           
 GUser getGUser(java.lang.String emailAddress)
           
 java.util.List<GUser> getGUsers()
           
 void updateActive(long userId, boolean active)
           
 void updatePassword(long userId, java.lang.String password)
           
 

Method Detail

addGUser

void addGUser(long userId,
              java.lang.String password,
              java.lang.String firstName,
              java.lang.String lastName)
              throws GoogleAppsException
Throws:
GoogleAppsException

deleteGUser

void deleteGUser(long userId)
                 throws GoogleAppsException
Throws:
GoogleAppsException

getGUser

GUser getGUser(long userId)
               throws GoogleAppsException
Throws:
GoogleAppsException

getGUser

GUser getGUser(java.lang.String emailAddress)
               throws GoogleAppsException
Throws:
GoogleAppsException

getGUsers

java.util.List<GUser> getGUsers()
                                throws GoogleAppsException
Throws:
GoogleAppsException

updateActive

void updateActive(long userId,
                  boolean active)
                  throws GoogleAppsException
Throws:
GoogleAppsException

updatePassword

void updatePassword(long userId,
                    java.lang.String password)
                    throws GoogleAppsException
Throws:
GoogleAppsException