|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void addGUser(long userId,
String password,
String firstName,
String lastName)
throws GoogleAppsException
GoogleAppsException
void deleteGUser(long userId)
throws GoogleAppsException
GoogleAppsException
GUser getGUser(long userId)
throws GoogleAppsException
GoogleAppsException
GUser getGUser(String emailAddress)
throws GoogleAppsException
GoogleAppsException
List<GUser> getGUsers()
throws GoogleAppsException
GoogleAppsException
void updateActive(long userId,
boolean active)
throws GoogleAppsException
GoogleAppsException
void updatePassword(long userId,
String password)
throws GoogleAppsException
GoogleAppsException
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||