public class DataBoxSearchServiceImpl extends Object implements cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchService
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,cz.abclinuxu.datoveschranky.common.entities.SearchResult.Status> |
codeToStatus |
protected static int |
MIN_PREFIX_LENGHT |
protected static String |
NO_UNIQUE_RESULT |
protected static String |
NOTHING_FOUND |
protected static String |
OK |
protected static String |
SEARCH_LIMIT_REACHED |
protected static List<String> |
searchOKCodes |
protected cz.abclinuxu.datoveschranky.ws.db.DataBoxManipulationPortType |
service |
protected static Map<cz.abclinuxu.datoveschranky.common.entities.DataBoxType,cz.abclinuxu.datoveschranky.ws.db.TDbType> |
types |
protected static Map<cz.abclinuxu.datoveschranky.ws.db.TDbType,cz.abclinuxu.datoveschranky.common.entities.DataBoxType> |
typesInverted |
| Constructor and Description |
|---|
DataBoxSearchServiceImpl(cz.abclinuxu.datoveschranky.ws.db.DataBoxManipulationPortType serv) |
| Modifier and Type | Method and Description |
|---|---|
List<cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails> |
find(cz.abclinuxu.datoveschranky.common.entities.DataBoxType type,
cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails what) |
cz.abclinuxu.datoveschranky.common.entities.SearchResult |
find(cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails what) |
cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails |
findDataBoxByID(String id) |
List<cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails> |
findOVMsByName(String prefix) |
cz.abclinuxu.datoveschranky.common.entities.DataBoxState |
checkDataBox(cz.abclinuxu.datoveschranky.common.entities.DataBox db) |
protected static final int MIN_PREFIX_LENGHT
protected static final String OK
protected static final String SEARCH_LIMIT_REACHED
protected static final String NOTHING_FOUND
protected static final String NO_UNIQUE_RESULT
protected static final Map<String,cz.abclinuxu.datoveschranky.common.entities.SearchResult.Status> codeToStatus
protected static final Map<cz.abclinuxu.datoveschranky.common.entities.DataBoxType,cz.abclinuxu.datoveschranky.ws.db.TDbType> types
protected static final Map<cz.abclinuxu.datoveschranky.ws.db.TDbType,cz.abclinuxu.datoveschranky.common.entities.DataBoxType> typesInverted
protected cz.abclinuxu.datoveschranky.ws.db.DataBoxManipulationPortType service
public DataBoxSearchServiceImpl(cz.abclinuxu.datoveschranky.ws.db.DataBoxManipulationPortType serv)
public cz.abclinuxu.datoveschranky.common.entities.DataBoxState checkDataBox(cz.abclinuxu.datoveschranky.common.entities.DataBox db)
checkDataBox in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchServicepublic List<cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails> findOVMsByName(String prefix)
findOVMsByName in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchServicepublic cz.abclinuxu.datoveschranky.common.entities.SearchResult find(cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails what)
find in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchServicepublic List<cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails> find(cz.abclinuxu.datoveschranky.common.entities.DataBoxType type, cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails what)
find in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchServicepublic cz.abclinuxu.datoveschranky.common.entities.DataBoxWithDetails findDataBoxByID(String id)
findDataBoxByID in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchServiceCopyright © 2017. All rights reserved.