| Package | Description |
|---|---|
| com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
| com.whitestein.lsps.stdlib | |
| com.whitestein.lsps.stdlib.dao |
Data access objects used by other classes in the standard library.
|
| com.whitestein.lsps.stdlib.dao.jpa |
| Modifier and Type | Method and Description |
|---|---|
LogList |
LogService.getLogs(LogCriteria criteria)
Returns a list of logs for the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
LogList |
LogServiceBean.getLogs(LogCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult<Log> |
LoggingDao.getLogs(LogCriteria criteria)
Returns log entries for the given criteria
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult<Log> |
JpaLoggingDao.getLogs(LogCriteria criteria) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.