public class MongoServiceCommon extends Object
| Constructor and Description |
|---|
MongoServiceCommon() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.application.geoportal.common.rest.MongoConcessioni |
getInstanceMongoConcessioni()
Gets the instance mongo concessioni.
|
List<org.gcube.application.geoportal.common.model.legacy.Concessione> |
getListOfConcessioni()
Gets the list of concessioni.
|
ResultSetPaginatedData |
queryOnMongo(Integer totalItems,
Integer offset,
Integer limit,
SearchingFilter filter,
String recordType)
Query on mongo.
|
public org.gcube.application.geoportal.common.rest.MongoConcessioni getInstanceMongoConcessioni()
public List<org.gcube.application.geoportal.common.model.legacy.Concessione> getListOfConcessioni() throws Exception
reloadFromService - the reload from serviceException - the exceptionpublic ResultSetPaginatedData queryOnMongo(Integer totalItems, Integer offset, Integer limit, SearchingFilter filter, String recordType) throws Exception
offset - the offsetlimit - the limitfilter - the filterrecordType - the record typeException - the exceptionCopyright © 2022. All Rights Reserved.