| Package | Description |
|---|---|
| com.hybris.backoffice.cronjob | |
| de.hybris.platform.cronjob.model |
Contains generated models for each type of de.hybris.platform.cronjob.jalo package.
|
| de.hybris.platform.cronjob.resource | |
| de.hybris.platform.importcockpit.daos | |
| de.hybris.platform.importcockpit.daos.impl | |
| de.hybris.platform.servicelayer.cronjob | |
| de.hybris.platform.servicelayer.cronjob.impl |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<JobLogModel> |
DefaultCronJobHistoryFacade.lookupDBLog(CronJobModel cronJob,
java.util.Date cronJobExecutionStartTime) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobLogModel> |
CronJobModel.getLogs()
Generated method - Getter of the
CronJob.logs attribute defined at extension processing. |
| Modifier and Type | Method and Description |
|---|---|
JobLogModel |
JobLogResource.getJobLogModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected JobLogModel |
JobLogResource.readResource(java.lang.String resourceId)
Gets the
JobLogModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<JobLogModel> |
JobLogsResource.getJobLogsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobLogResource.setJobLogModel(JobLogModel value)
Convenience method which just delegates to
#setResourceValue(JobLogModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobLogsResource.setJobLogsCollection(java.util.Collection<JobLogModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobLogModel> |
ImportCockpitCronJobLogDao.findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel)
Returns a list of the latest logs created by the actual cronjob.
|
java.util.List<JobLogModel> |
ImportCockpitCronJobLogDao.findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel,
int count,
boolean ascending)
Returns a list of the latest logs created by the actual cronjob.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobLogModel> |
DefaultImportCockpitCronJobLogDao.findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel) |
java.util.List<JobLogModel> |
DefaultImportCockpitCronJobLogDao.findRecentLogsByCronJob(ImportCockpitCronJobModel cronJobModel,
int count,
boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobLogModel> |
JobLogDao.findJobLogs(CronJobModel cronJobModel,
int count,
boolean ascending)
Finds
JobLogModel max of count entries for a given CronJobModel order by ascended|descendent. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JobLogModel> |
DefaultJobLogDao.findJobLogs(CronJobModel cronJobModel,
int count,
boolean ascending) |
protected Converter<java.util.List<JobLogModel>,java.lang.String> |
DefaultCronJobService.getJobLogConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultJobLogConverter.convert(java.util.List<JobLogModel> logs) |
java.lang.String |
DefaultJobLogConverter.convert(java.util.List<JobLogModel> source,
java.lang.String prototype) |
Copyright © 2018 SAP SE. All Rights Reserved.