public interface MongoConcessioni
| Modifier and Type | Method and Description |
|---|---|
Concessione |
cleanFileSet(String id,
String path) |
Concessione |
createNew(Concessione c) |
void |
deleteById(String id) |
void |
deleteById(String id,
Boolean force) |
Concessione |
getById(String id) |
Configuration |
getCurrentConfiguration() |
Iterator<Concessione> |
getList() |
Concessione |
publish(String id) |
Iterator<Concessione> |
query(QueryRequest request) |
String |
queryForJSON(QueryRequest request) |
<T> Iterator<T> |
queryForType(QueryRequest request,
Class<T> clazz) |
Concessione |
registerFileSet(String id,
AddSectionToConcessioneRequest request) |
Concessione |
replace(Concessione replacement) |
Iterator<Concessione> |
search(String filter) |
void |
unPublish(String id) |
Concessione |
update(String id,
String jsonUpdate) |
Concessione createNew(Concessione c) throws Exception
ExceptionConcessione getById(String id) throws Exception
ExceptionIterator<Concessione> getList() throws Exception
ExceptionConcessione publish(String id) throws Exception
ExceptionConcessione registerFileSet(String id, AddSectionToConcessioneRequest request) throws Exception
ExceptionConcessione cleanFileSet(String id, String path) throws Exception
ExceptionConcessione update(String id, String jsonUpdate) throws Exception
ExceptionConcessione replace(Concessione replacement) throws Exception
ExceptionConfiguration getCurrentConfiguration() throws Exception
ExceptionIterator<Concessione> search(String filter) throws Exception
ExceptionIterator<Concessione> query(QueryRequest request) throws Exception
ExceptionString queryForJSON(QueryRequest request) throws Exception
Exception<T> Iterator<T> queryForType(QueryRequest request, Class<T> clazz) throws Exception
ExceptionCopyright © 2021. All Rights Reserved.