Uses of Class
de.hybris.platform.cronjob.model.LogFileModel
-
Packages that use LogFileModel Package Description com.hybris.backoffice.cronjob de.hybris.platform.cronjob.model Contains generated models for each type of de.hybris.platform.cronjob.jalo package. -
-
Uses of LogFileModel in com.hybris.backoffice.cronjob
Methods in com.hybris.backoffice.cronjob that return types with arguments of type LogFileModel Modifier and Type Method Description protected java.util.Optional<LogFileModel>DefaultCronJobHistoryFacade. lookupLogFile(CronJobModel cronJob, java.util.Date cronJobExecutionStartTime) -
Uses of LogFileModel in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return types with arguments of type LogFileModel Modifier and Type Method Description java.util.Collection<LogFileModel>CronJobModel. getLogFiles()Generated method - Getter of theCronJob.logFilesattribute defined at extensionprocessing.Method parameters in de.hybris.platform.cronjob.model with type arguments of type LogFileModel Modifier and Type Method Description voidCronJobModel. setLogFiles(java.util.Collection<LogFileModel> value)Generated method - Setter ofCronJob.logFilesattribute defined at extensionprocessing.
-