| Package | Description |
|---|---|
| de.hybris.platform.cronjob.jalo |
| Modifier and Type | Method and Description |
|---|---|
LogFile |
GeneratedCronJobManager.createLogFile(java.util.Map attributeValues) |
LogFile |
GeneratedCronJobManager.createLogFile(SessionContext ctx,
java.util.Map attributeValues) |
LogFile |
CronJob.createNewLogFile(java.lang.String fileName)
Deprecated.
since ages - use plain
LogFileModel creation, refer to wiki documentation |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<LogFile> |
GeneratedCronJob.getLogFiles()
Generated method - Getter of the
CronJob.logFiles attribute. |
abstract java.util.Collection<LogFile> |
GeneratedCronJob.getLogFiles(SessionContext ctx)
Generated method - Getter of the
CronJob.logFiles attribute. |
java.util.Collection<LogFile> |
CronJob.getLogFiles(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCronJob.setLogFiles(java.util.Collection<LogFile> value)
Generated method - Setter of the
CronJob.logFiles attribute. |
abstract void |
GeneratedCronJob.setLogFiles(SessionContext ctx,
java.util.Collection<LogFile> value)
Generated method - Setter of the
CronJob.logFiles attribute. |
void |
CronJob.setLogFiles(SessionContext ctx,
java.util.Collection<LogFile> param) |
Copyright © 2018 SAP SE. All Rights Reserved.