public class DefaultImportCockpitCronJobLogDao extends java.lang.Object implements ImportCockpitCronJobLogDao
DefaultJobLogDao.| Constructor and Description |
|---|
DefaultImportCockpitCronJobLogDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobLogModel> |
findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel)
Returns a list of the latest logs created by the actual cronjob.
|
java.util.List<JobLogModel> |
findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel,
int count,
boolean ascending)
Returns a list of the latest logs created by the actual cronjob.
|
FlexibleSearchService |
getFlexibleSearchService() |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public java.util.List<JobLogModel> findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel)
ImportCockpitCronJobLogDaofindRecentLogsByCronJob in interface ImportCockpitCronJobLogDaopublic java.util.List<JobLogModel> findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel, int count, boolean ascending)
ImportCockpitCronJobLogDaofindRecentLogsByCronJob in interface ImportCockpitCronJobLogDaopublic FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2018 SAP SE. All Rights Reserved.