com.liferay.portal.googleapps
Interface GUserManager
public interface GUserManager
View Source
- Author:
- Brian Wing Shun Chan
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