| Package | Description |
|---|---|
| cz.abclinuxu.datoveschranky.common.entities | |
| cz.abclinuxu.datoveschranky.common.interfaces |
| Modifier and Type | Method and Description |
|---|---|
List<DataBoxWithDetails> |
SearchResult.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResult.setResult(List<DataBoxWithDetails> result) |
| Modifier and Type | Method and Description |
|---|---|
DataBoxWithDetails |
DataBoxSearchService.findDataBoxByID(String id)
Vrátí datovou schránku s daným id pokud existuje, v opačném případě
vrátí null
|
| Modifier and Type | Method and Description |
|---|---|
List<DataBoxWithDetails> |
DataBoxSearchService.find(DataBoxType type,
DataBoxWithDetails what)
Vrátí seznam datových schránek OVM, jež vyhovují dotazu.
|
List<DataBoxWithDetails> |
DataBoxSearchService.findOVMsByName(String prefix)
Vrátí seznam datových schránek OVM, jejichž jméno začína na prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataBoxWithDetails> |
DataBoxSearchService.find(DataBoxType type,
DataBoxWithDetails what)
Vrátí seznam datových schránek OVM, jež vyhovují dotazu.
|
SearchResult |
DataBoxSearchService.find(DataBoxWithDetails what)
Vrátí seznam datových schránek OVM, jež vyhovují dotazu.
|
Copyright © 2017. All rights reserved.