public interface ProjectsI
| Modifier and Type | Method and Description |
|---|---|
void |
deleteById(String profileId,
String projectId) |
Iterable<Project> |
getAll() |
Iterable<Project> |
getByFilter(String filter) |
Iterable<Project> |
getByFilter(String filter,
String profileId) |
Project |
getById(String profileId,
String id) |
Iterable<Project> |
getByProfile(String profileId) |
Project |
registrNew(String profileId,
String jsonDocument) |
Project |
update(String profileId,
String projectId,
String jsonDocument) |
Iterable<Project> getByFilter(String filter, String profileId) throws Exception
ExceptionProject registrNew(String profileId, String jsonDocument) throws Exception
ExceptionProject update(String profileId, String projectId, String jsonDocument) throws Exception
ExceptionCopyright © 2021. All Rights Reserved.