Liferay 6.2.0

com.liferay.portal.kernel.googleapps
Interface GUserManager


public interface GUserManager


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

Method Detail

addGUser

void addGUser(long userId,
              String password,
              String firstName,
              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(String emailAddress)
               throws GoogleAppsException
Throws:
GoogleAppsException

getGUsers

List<GUser> getGUsers()
                      throws GoogleAppsException
Throws:
GoogleAppsException

updateActive

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

updatePassword

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

Liferay 6.2.0