public interface MongoConcessioni
| Modifier and Type | Method and Description |
|---|---|
Concessione |
createNew(Concessione c) |
void |
deleteById(String id) |
Concessione |
getById(String id) |
Iterable<Concessione> |
getList() |
Concessione |
publish(String id) |
Concessione |
registerFile(String id,
AddSectionToConcessioneRequest request) |
Concessione |
replace(Concessione replacement) |
Concessione |
update(String id,
String jsonUpdate) |
Concessione createNew(Concessione c) throws Exception
ExceptionConcessione getById(String id) throws Exception
ExceptionIterable<Concessione> getList() throws Exception
ExceptionConcessione publish(String id) throws Exception
ExceptionConcessione registerFile(String id, AddSectionToConcessioneRequest request) throws Exception
ExceptionConcessione update(String id, String jsonUpdate) throws Exception
ExceptionConcessione replace(Concessione replacement) throws Exception
ExceptionCopyright © 2021. All Rights Reserved.