| Package | Description |
|---|---|
| de.hybris.platform.importcockpit.model |
Contains generated models for each type of de.hybris.platform.importcockpit.jalo package.
|
| de.hybris.platform.importcockpit.resource | |
| de.hybris.platform.importcockpit.services.media | |
| de.hybris.platform.importcockpit.services.media.impl |
| Modifier and Type | Method and Description |
|---|---|
ImportCockpitInputMediaModel |
ImportCockpitCronJobModel.getInputMedia()
Generated method - Getter of the
ImportCockpitCronJob.inputMedia attribute defined at extension importcockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitCronJobModel.setInputMedia(ImportCockpitInputMediaModel value)
Generated method - Setter of
ImportCockpitCronJob.inputMedia attribute defined at extension importcockpit. |
| Constructor and Description |
|---|
ImportCockpitCronJobModel(ImportCockpitInputMediaModel _inputMedia,
ImportCockpitJobModel _job)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ImportCockpitCronJobModel(ImportCockpitInputMediaModel _inputMedia,
ImportCockpitJobModel _job,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ImportCockpitInputMediaModel |
ImportCockpitInputMediaResource.getImportCockpitInputMediaModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ImportCockpitInputMediaModel |
ImportCockpitInputMediaResource.readResource(java.lang.String resourceId)
Gets the
ImportCockpitInputMediaModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ImportCockpitInputMediaModel> |
ImportCockpitInputMediasResource.getImportCockpitInputMediasCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitInputMediaResource.setImportCockpitInputMediaModel(ImportCockpitInputMediaModel value)
Convenience method which just delegates to
#setResourceValue(ImportCockpitInputMediaModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitInputMediasResource.setImportCockpitInputMediasCollection(java.util.Collection<ImportCockpitInputMediaModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CSVReader |
ImportCockpitMediaService.createMediaReader(ImportCockpitInputMediaModel media)
Creates a media reader for the source file.
|
java.util.List<java.lang.String> |
ImportCockpitMediaService.getSourceColumnNames(ImportCockpitInputMediaModel media)
Retrieves the source column names/labels of the uploaded source file.
|
boolean |
ImportCockpitMediaService.validateInputFile(ImportCockpitInputMediaModel inputMedia)
Validates the
ImportCockpitInputMediaModel (CSV format) that is to be assigned to an
ImportCockpitCronJobModel. |
| Modifier and Type | Method and Description |
|---|---|
protected CSVReader |
DefaultImportCockpitMediaService.createCSVReader(ImportCockpitInputMediaModel media) |
CSVReader |
DefaultImportCockpitMediaService.createMediaReader(ImportCockpitInputMediaModel media) |
java.util.List<java.lang.String> |
DefaultImportCockpitMediaService.getSourceColumnNames(ImportCockpitInputMediaModel media) |
boolean |
DefaultImportCockpitMediaService.validateInputFile(ImportCockpitInputMediaModel inputMedia) |
Copyright © 2018 SAP SE. All Rights Reserved.