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 LogFileGeneratedCronJobManager. createLogFile(SessionContext ctx, java.util.Map attributeValues)LogFileGeneratedCronJobManager. createLogFile(java.util.Map attributeValues)LogFileCronJob. createNewLogFile(java.lang.String fileName)Deprecated.since ages - use plainLogFileModelcreation, 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.logFilesattribute.abstract java.util.Collection<LogFile>GeneratedCronJob. getLogFiles(SessionContext ctx)Generated method - Getter of theCronJob.logFilesattribute.Method parameters in de.hybris.platform.cronjob.jalo with type arguments of type LogFile Modifier and Type Method Description voidCronJob. setLogFiles(SessionContext ctx, java.util.Collection<LogFile> param)abstract voidGeneratedCronJob. setLogFiles(SessionContext ctx, java.util.Collection<LogFile> value)Generated method - Setter of theCronJob.logFilesattribute.voidGeneratedCronJob. setLogFiles(java.util.Collection<LogFile> value)Generated method - Setter of theCronJob.logFilesattribute.
-