public class DefaultJobLogDao extends DefaultGenericDao<JobLogModel> implements JobLogDao
| Constructor and Description |
|---|
DefaultJobLogDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobLogModel> |
findJobLogs(CronJobModel cronJobModel,
int count,
boolean ascending)
Finds
JobLogModel max of count entries for a given CronJobModel order by ascended|descendent. |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic java.util.List<JobLogModel> findJobLogs(CronJobModel cronJobModel, int count, boolean ascending)
JobLogDaoJobLogModel max of count entries for a given CronJobModel order by ascended|descendent.findJobLogs in interface JobLogDaoCopyright © 2018 SAP SE. All Rights Reserved.