| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<LogFileModel> |
DefaultCronJobHistoryFacade.lookupLogFile(CronJobModel cronJob,
java.util.Date cronJobExecutionStartTime) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<LogFileModel> |
CronJobModel.getLogFiles()
Generated method - Getter of the
CronJob.logFiles attribute defined at extension processing. |
| Modifier and Type | Method and Description |
|---|---|
void |
CronJobModel.setLogFiles(java.util.Collection<LogFileModel> value)
Generated method - Setter of
CronJob.logFiles attribute defined at extension processing. |
| Modifier and Type | Method and Description |
|---|---|
LogFileModel |
LogFileResource.getLogFileModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected LogFileModel |
LogFileResource.readResource(java.lang.String resourceId)
Gets the
LogFileModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<LogFileModel> |
LogFilesResource.getLogFilesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogFileResource.setLogFileModel(LogFileModel value)
Convenience method which just delegates to
#setResourceValue(LogFileModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogFilesResource.setLogFilesCollection(java.util.Collection<LogFileModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.