| Package | Description |
|---|---|
| org.smarti18n.api | |
| org.smarti18n.models |
| Modifier and Type | Method and Description |
|---|---|
User |
UserApi.findOne(String mail) |
User |
UserApiImpl.findOne(String mail) |
User |
UserApi.register(String mail,
String password) |
User |
UserApiImpl.register(String mail,
String password) |
User |
UserApi.update(User user) |
User |
UserApiImpl.update(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserApi.findAll() |
List<User> |
UserApiImpl.findAll() |
| Modifier and Type | Method and Description |
|---|---|
User |
UserApi.update(User user) |
User |
UserApiImpl.update(User user) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
Project.getOwners() |
Set<User> |
ProjectImpl.getOwners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setOwners(Set<User> owners) |
void |
ProjectImpl.setOwners(Set<User> owners) |
| Constructor and Description |
|---|
UserSimplified(User user) |
Copyright © 2018. All rights reserved.