Liferay 6.2-ce-ga5

com.liferay.portal.kernel.googleapps
Interface GUserManager


public interface GUserManager


Method Summary
 void addGUser(long userId, String password, String firstName, String lastName)
           
 void deleteGUser(long userId)
           
 GUser getGUser(long userId)
           
 GUser getGUser(String emailAddress)
           
 List<GUser> getGUsers()
           
 void updateActive(long userId, boolean active)
           
 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-ce-ga5