| Modifier and Type | Method and Description |
|---|---|
Curator |
CuratorController.getCuratorById()
Return Curator info of logged in user.
|
Curator |
CuratorController.insertCurator(Curator curator)
Create or update a curator, base on Curator object given on Request Body.
|
| Modifier and Type | Method and Description |
|---|---|
Curator |
CuratorController.insertCurator(Curator curator)
Create or update a curator, base on Curator object given on Request Body.
|
| Modifier and Type | Method and Description |
|---|---|
Curator |
CuratorDAO.findByEmail(String email) |
Curator |
CuratorDAO.findById(String Id) |
Curator |
CuratorDAO.save(Curator curator) |
| Modifier and Type | Method and Description |
|---|---|
List<Curator> |
CuratorDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Curator |
CuratorDAO.save(Curator curator) |
| Modifier and Type | Method and Description |
|---|---|
Curator |
MongoDBCuratorDAO.findByEmail(String email) |
Curator |
MongoDBCuratorDAO.findById(String Id) |
Curator |
MongoDBCuratorDAO.save(Curator curator) |
| Modifier and Type | Method and Description |
|---|---|
List<Curator> |
MongoDBCuratorDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Curator |
MongoDBCuratorDAO.save(Curator curator) |
| Constructor and Description |
|---|
CuratorResponse(Curator curator) |
| Modifier and Type | Method and Description |
|---|---|
Curator |
CuratorService.findById(String id) |
Curator |
CuratorService.save(Curator curator) |
| Modifier and Type | Method and Description |
|---|---|
Curator |
CuratorService.save(Curator curator) |
Copyright © 2022. All rights reserved.