Uses of Class
de.hybris.platform.cronjob.model.JobLogModel
Packages that use JobLogModel
Package
Description
Contains generated models for each type of de.hybris.platform.cronjob.jalo package.
-
Uses of JobLogModel in com.hybris.backoffice.cronjob
Methods in com.hybris.backoffice.cronjob that return types with arguments of type JobLogModelModifier and TypeMethodDescriptionprotected Optional<JobLogModel>DefaultCronJobHistoryFacade.lookupDBLog(CronJobModel cronJob, Date cronJobExecutionStartTime) -
Uses of JobLogModel in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return types with arguments of type JobLogModelModifier and TypeMethodDescriptionCronJobModel.getLogs()Generated method - Getter of theCronJob.logsattribute defined at extensionprocessing. -
Uses of JobLogModel in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob that return types with arguments of type JobLogModelModifier and TypeMethodDescriptionJobLogDao.findJobLogs(CronJobModel cronJobModel, int count, boolean ascending) FindsJobLogModelmax of count entries for a givenCronJobModelorder by ascended|descendent. -
Uses of JobLogModel in de.hybris.platform.servicelayer.cronjob.impl
Methods in de.hybris.platform.servicelayer.cronjob.impl that return types with arguments of type JobLogModelModifier and TypeMethodDescriptionDefaultJobLogDao.findJobLogs(CronJobModel cronJobModel, int count, boolean ascending) protected Converter<List<JobLogModel>,String> DefaultCronJobService.getJobLogConverter()Method parameters in de.hybris.platform.servicelayer.cronjob.impl with type arguments of type JobLogModelModifier and TypeMethodDescriptionDefaultJobLogConverter.convert(List<JobLogModel> logs) DefaultJobLogConverter.convert(List<JobLogModel> source, String prototype)