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