public class UserAdapterImpl extends Object implements UserAdapter
| Constructor and Description |
|---|
UserAdapterImpl(DocumentModel doc,
UserManager userManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany() |
String |
getEmail() |
String |
getFirstName() |
List<String> |
getGroups() |
String |
getLastName() |
String |
getName() |
String |
getSchemaName() |
public UserAdapterImpl(DocumentModel doc, UserManager userManager)
public String getName() throws ClientException
getName in interface UserAdapterClientExceptionpublic String getFirstName() throws ClientException
getFirstName in interface UserAdapterClientExceptionpublic String getLastName() throws ClientException
getLastName in interface UserAdapterClientExceptionpublic String getEmail() throws ClientException
getEmail in interface UserAdapterClientExceptionpublic String getCompany() throws ClientException
getCompany in interface UserAdapterClientExceptionpublic List<String> getGroups() throws ClientException
getGroups in interface UserAdapterClientExceptionpublic String getSchemaName() throws ClientException
getSchemaName in interface UserAdapterClientExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.