| Modifier and Type | Method and Description |
|---|---|
List<JobGisLayerModel> |
TaxonomySearchService.getListGisLayerJob() |
List<JobOccurrencesModel> |
TaxonomySearchService.getListOccurrencesJob() |
List<JobTaxonomyModel> |
TaxonomySearchService.getListTaxonomyJobs() |
SearchResult<ResultRow> |
TaxonomySearchService.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected) |
| Modifier and Type | Method and Description |
|---|---|
List<JobGisLayerModel> |
TaxonomySearchServiceImpl.getListGisLayerJob() |
List<JobOccurrencesModel> |
TaxonomySearchServiceImpl.getListOccurrencesJob() |
List<JobTaxonomyModel> |
TaxonomySearchServiceImpl.getListTaxonomyJobs() |
SearchResult<ResultRow> |
TaxonomySearchServiceImpl.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DaoSession.checkASLSession(org.gcube.application.framework.core.session.ASLSession session)
Check asl session.
|
static javax.persistence.EntityManagerFactory |
DaoSession.createEntityManagerFactory(org.gcube.application.framework.core.session.ASLSession session)
Creates the entity manager factory.
|
static OccurrenceJobPersistence |
DaoSession.createOccurrencesJobDao(String username,
String scope,
org.gcube.application.framework.core.session.ASLSession session)
Creates the occurrences job dao.
|
static String |
DaoSession.getConnectionUrl(org.gcube.application.framework.core.session.ASLSession session)
Gets the connection url.
|
static javax.persistence.EntityManagerFactory |
DaoSession.getEntityManagerFactory(org.gcube.application.framework.core.session.ASLSession session)
Gets the entity manager factory.
|
static GisLayerJobPersistence |
DaoSession.getGisLayersJobDAO(org.gcube.application.framework.core.session.ASLSession session)
Gets the gis layers job dao.
|
static OccurrenceRowPersistence |
DaoSession.getOccurrenceDAO(org.gcube.application.framework.core.session.ASLSession session)
Gets the occurrence dao.
|
static OccurrenceJobPersistence |
DaoSession.getOccurrencesJobDAO(org.gcube.application.framework.core.session.ASLSession session)
Gets the occurrences job dao.
|
static ResultRowPersistence |
DaoSession.getResultRowDAO(org.gcube.application.framework.core.session.ASLSession session)
Gets the result row dao.
|
static TaxonRowPersistence |
DaoSession.getTaxonDAO(org.gcube.application.framework.core.session.ASLSession session)
Gets the taxon dao.
|
static TaxonomyRowPersistence |
DaoSession.getTaxonomyDAO(org.gcube.application.framework.core.session.ASLSession session)
Gets the taxonomy dao.
|
static TaxonomyJobPersistence |
DaoSession.getTaxonomyJobDAO(org.gcube.application.framework.core.session.ASLSession session)
Gets the taxonomy job dao.
|
static String |
DaoSession.getUsernameScopeValue(String username,
String scope)
Gets the username scope value.
|
static OccurrenceJobPersistence |
DaoSession.initOccurrencesJobsDao(org.gcube.application.framework.core.session.ASLSession session)
Inits the occurrences jobs dao.
|
static TaxonRowPersistence |
DaoSession.initTaxonDao(org.gcube.application.framework.core.session.ASLSession session)
Inits the taxon dao.
|
static javax.persistence.EntityManager |
DaoSession.newEntityManager(org.gcube.application.framework.core.session.ASLSession session)
New entity manager.
|
Copyright © 2020. All Rights Reserved.