Modifier and Type | Method and Description |
---|---|
ErrorMetadata |
ErrorMetadataDAO.find(Long id)
Find metadata by id
|
Modifier and Type | Method and Description |
---|---|
List<ErrorMetadata> |
LogDAO.fullText(String fullTextSearchString,
Filter filter)
Calls H2 full text search function and returns appropriate results.
|
List<ErrorMetadata> |
LogDAO.queryLogs(Filter filter)
Query logs based on the passed filter
|
Modifier and Type | Method and Description |
---|---|
Long |
ErrorMetadataDAO.getIdByData(ErrorMetadata errorMetadata)
Get id of the given metadata
|
Long |
ErrorMetadataDAO.save(ErrorMetadata errorMetadata)
Insert a new error metadata object to repository
|
Modifier and Type | Method and Description |
---|---|
ErrorMetadata |
ErrorMetadataDAOImpl.find(Long id) |
Modifier and Type | Method and Description |
---|---|
List<ErrorMetadata> |
LogDAOImpl.fullText(String query,
Filter filter) |
List<ErrorMetadata> |
LogDAOImpl.queryLogs(Filter filter) |
Modifier and Type | Method and Description |
---|---|
Long |
ErrorMetadataDAOImpl.getIdByData(ErrorMetadata errorMetadata) |
Long |
ErrorMetadataDAOImpl.save(ErrorMetadata errorMetadata) |
Modifier and Type | Method and Description |
---|---|
ErrorMetadata |
ErrorMetadataMapper.getById(Long id)
Find metadata by id
|
Modifier and Type | Method and Description |
---|---|
List<ErrorMetadata> |
FullTextMapper.performFullTextOverErrorLogs(String fullTextString,
List<Long> idx,
Filter filter)
Executes full text search over user message and technical message of error logs.
|
List<ErrorMetadata> |
LogQueryMapper.queryLogs(Filter filter)
Query logs based on the passed filter
|
Modifier and Type | Method and Description |
---|---|
Long |
ErrorMetadataMapper.getErrorIdByData(ErrorMetadata errorMetadata)
Get id of the given metadata
|
Long |
ErrorMetadataMapper.insertErrorMetadata(ErrorMetadata error)
Insert a new error metadata object to repository
|
Copyright © 2020. All rights reserved.