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