public interface ErrorLogService extends Service
| Modifier and Type | Method and Description |
|---|---|
ErrorLogSearchData |
getSearchData(ErrorLogQuery query)
Searches the error log history
|
ErrorLogDetailedVO |
load(java.lang.Long id)
Loads an entry by id
|
void |
remove(java.lang.Long id)
Removes a single entry
|
void |
removeAll(java.util.Set<java.lang.Long> ids)
Removes all the given entries
|
Page<ErrorLogVO> |
search(ErrorLogQuery query)
Searches the error log history
|
ErrorLogSearchData getSearchData(ErrorLogQuery query) throws FrameworkException
FrameworkExceptionErrorLogDetailedVO load(java.lang.Long id) throws FrameworkException
FrameworkExceptionvoid remove(java.lang.Long id)
throws FrameworkException
FrameworkExceptionvoid removeAll(java.util.Set<java.lang.Long> ids)
throws FrameworkException
FrameworkExceptionPage<ErrorLogVO> search(ErrorLogQuery query) throws FrameworkException
FrameworkException