Uses of Class
de.hybris.platform.cronjob.jalo.LogFile
-
Packages that use LogFile Package Description de.hybris.platform.cronjob.jalo -
-
Uses of LogFile in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return LogFile Modifier and Type Method Description LogFile
GeneratedCronJobManager. createLogFile(SessionContext ctx, java.util.Map attributeValues)
LogFile
GeneratedCronJobManager. createLogFile(java.util.Map attributeValues)
LogFile
CronJob. createNewLogFile(java.lang.String fileName)
Deprecated.since ages - use plainLogFileModel
creation, refer to wiki documentationMethods in de.hybris.platform.cronjob.jalo that return types with arguments of type LogFile Modifier and Type Method Description java.util.Collection<LogFile>
CronJob. getLogFiles(SessionContext ctx)
java.util.Collection<LogFile>
GeneratedCronJob. getLogFiles()
Generated method - Getter of theCronJob.logFiles
attribute.abstract java.util.Collection<LogFile>
GeneratedCronJob. getLogFiles(SessionContext ctx)
Generated method - Getter of theCronJob.logFiles
attribute.Method parameters in de.hybris.platform.cronjob.jalo with type arguments of type LogFile Modifier and Type Method Description void
CronJob. setLogFiles(SessionContext ctx, java.util.Collection<LogFile> param)
abstract void
GeneratedCronJob. setLogFiles(SessionContext ctx, java.util.Collection<LogFile> value)
Generated method - Setter of theCronJob.logFiles
attribute.void
GeneratedCronJob. setLogFiles(java.util.Collection<LogFile> value)
Generated method - Setter of theCronJob.logFiles
attribute.
-