|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
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 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||