| Package | Description |
|---|---|
| de.hybris.platform.cronjob.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<JobLog> |
GeneratedCronJob.LOGSHANDLER
OneToManyHandler for handling 1:n LOGS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
JobLog |
CronJob.addLog(String message)
Adds a loggin message to this CronJob.
|
JobLog |
CronJob.addLog(String message,
EnumerationValue level)
Adds a loggin message with a given error level to this CronJob.
|
JobLog |
CronJob.addLog(String message,
Step forStep)
Deprecated.
since 4.3
|
JobLog |
CronJob.addLog(String message,
Step forStep,
EnumerationValue level)
Deprecated.
since 4.3
|
protected JobLog |
CronJob.addLog(String message,
Step forStep,
EnumerationValue level,
boolean appendToLogFile) |
JobLog |
CronJobManager.createJobLog(Map params)
Deprecated.
there should be used a
JobLogModel directly instead |
JobLog |
GeneratedCronJobManager.createJobLog(Map attributeValues) |
JobLog |
CronJobManager.createJobLog(SessionContext ctx,
Map params)
Deprecated.
there should be used a
JobLogModel directly instead |
JobLog |
GeneratedCronJobManager.createJobLog(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
List<JobLog> |
GeneratedCronJob.getLogs()
Generated method - Getter of the
CronJob.logs attribute. |
List<JobLog> |
GeneratedCronJob.getLogs(SessionContext ctx)
Generated method - Getter of the
CronJob.logs attribute. |
List<JobLog> |
CronJob.getLogs(SessionContext ctx,
int start,
int count)
Deprecated.
use
CronJobModel.getLogs() instead, however a strict access
is available also via
JobLogDao.findJobLogs(de.hybris.platform.cronjob.model.CronJobModel, int, boolean) |
Copyright © 2017 SAP SE. All Rights Reserved.