| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.services | |
| org.openepics.cable.services.dl | |
| org.openepics.cable.ui | |
| org.openepics.cable.ui.lazymodels |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryCondition.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryCondition.setQuery(Query query) |
| Constructor and Description |
|---|
QueryCondition(Query query,
QueryParenthesis parenthesisOpen,
String field,
QueryComparisonOperator comparisonOperator,
String value,
QueryParenthesis parenthesisClose,
QueryBooleanOperator booleanOperator,
Integer position)
Constructs new query condition.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryService.getQueryById(long id)
Return query given id.
|
Query |
QueryService.saveQuery(String description,
EntityType entityType,
String owner,
List<QueryCondition> queryConditions)
Saves new query into database.
|
Query |
QueryService.updateQuery(Query query)
Update query.
|
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
QueryService.getLastThreeQueries(String owner,
EntityType entityType)
Return last three executed queries which belongs to the currently sign in user.
|
List<Query> |
QueryService.getQueries(String owner)
Return a list of all queries which belongs to the currently sign in user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryService.deleteQuery(Query query)
Delete query from database.
|
List<T> |
LazyService.findLazy(int first,
int pageSize,
String sortField,
org.primefaces.model.SortOrder sortOrder,
Map<String,Object> filters,
Query customQuery)
Returns a list of data from database in a paged way.
|
List<Cable> |
CableService.getCableEndpoints(Query customQuery)
Returns minimal data on cables
|
List<CableType> |
CableTypeService.getFilteredCableTypes(String customQuery,
Query query)
Return a list of filtered cable types.
|
List<Connector> |
ConnectorService.getFilteredConnectors(String customQuery,
Query query)
Return a list of filtered connectors.
|
List<Manufacturer> |
ManufacturerService.getFilteredManufacturers(String customQuery,
Query query)
Return a list of filtered manufacturers.
|
long |
CableService.getRowCount(Map<String,Object> filters,
Query customQuery)
Returns the number of elements to be included in the table.
|
Query |
QueryService.updateQuery(Query query)
Update query.
|
void |
QueryService.updateQueryExecutionDate(Query query)
Update query execution data given query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
CableImportExportService.getNotDeletedQuery(Query query)
Constructs a new query for filtering out deleted cables and prepends it with passed query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
CableImportExportService.getNotDeletedQuery(Query query)
Constructs a new query for filtering out deleted cables and prepends it with passed query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryUI.getQuery() |
| Constructor and Description |
|---|
QueryUI(Query query)
Constructs Query UI object for given query instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> List<E> |
PagerUtil.findLazyPaged(LazyService<E> lazyService,
int offset,
int totalSize,
int pageSize,
String sortField,
org.primefaces.model.SortOrder sortOrder,
Map<String,Object> filters,
Query customQuery)
Queries the DB for entries in paged way.
|
Copyright © 2026 European Spallation Source. All rights reserved.