| Package | Description |
|---|---|
| de.hybris.platform.importcockpit.daos | |
| de.hybris.platform.importcockpit.daos.impl | |
| 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.mapping | |
| de.hybris.platform.importcockpit.services.mapping.impl | |
| de.hybris.platform.importcockpit.wizzard.mapping.page |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImportCockpitMappingModel> |
ImportCockpitMappingDao.findMappingsWithUrl()
Retrieves all mappings with a URL from the database.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImportCockpitMappingModel> |
DefaultImportCockpitMappingDao.findMappingsWithUrl() |
| Modifier and Type | Method and Description |
|---|---|
ImportCockpitMappingModel |
ImportCockpitCronJobModel.getMapping()
Generated method - Getter of the
ImportCockpitCronJob.mapping attribute defined at extension importcockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitCronJobModel.setMapping(ImportCockpitMappingModel value)
Generated method - Setter of
ImportCockpitCronJob.mapping attribute defined at extension importcockpit. |
| Modifier and Type | Method and Description |
|---|---|
ImportCockpitMappingModel |
ImportCockpitMappingResource.getImportCockpitMappingModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ImportCockpitMappingModel |
ImportCockpitMappingResource.readResource(java.lang.String resourceId)
Gets the
ImportCockpitMappingModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ImportCockpitMappingModel> |
ImportCockpitMappingsResource.getImportCockpitMappingsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitMappingResource.setImportCockpitMappingModel(ImportCockpitMappingModel value)
Convenience method which just delegates to
#setResourceValue(ImportCockpitMappingModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitMappingsResource.setImportCockpitMappingsCollection(java.util.Collection<ImportCockpitMappingModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImportCockpitMappingModel> |
ImportCockpitMappingService.findMappingsWithUrl()
Retrieves all mappings with a URL from the database.
|
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
ImportCockpitMappingService.copyMapping(ImportCockpitMappingModel sourceMappingModel,
java.io.Reader reader)
Creates and returns a new mapping that contains a copy of the mapping XML of a given ImportCockpitMapping object.
|
| Modifier and Type | Method and Description |
|---|---|
protected ImportCockpitMappingModel |
AbstractImportCockpitMappingService.createMapping(java.lang.String mappingName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImportCockpitMappingModel> |
DefaultImportCockpitMappingService.findMappingsWithUrl() |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
DefaultImportCockpitMappingService.copyMapping(ImportCockpitMappingModel sourceMappingModel,
java.io.Reader reader) |
protected java.io.Reader |
AbstractImportCockpitMappingService.getMappingXMLData(ImportCockpitMappingModel sourceMappingModel,
java.io.PushbackReader pushbackReader)
Returns the stored mapping as a XML string.
|
| Modifier and Type | Method and Description |
|---|---|
ImportCockpitMappingModel |
MappingLoadPage.getSelectedMapping() |
Copyright © 2018 SAP SE. All Rights Reserved.