| Modifier and Type | Method and Description |
|---|---|
protected MappingModel |
DefaultSaveMappingComponent.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceSectionComponent.removeAlreadyMapped(MappingLineModel mappingLine,
MappingModel mappingView) |
| Constructor and Description |
|---|
DefaultSaveMappingComponent(MappingModel mapping,
MappingBrowserModel browserModel) |
DefaultSaveMappingComponent(MappingModel mapping,
MappingBrowserModel browserModel,
boolean saveAs) |
| Modifier and Type | Method and Description |
|---|---|
static SaveMappingDlg |
SaveMappingDlg.createWindow(MappingModel mapping,
MappingBrowserModel mappingBrowserModel,
boolean saveAs) |
void |
SaveMappingDlg.setMapping(MappingModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
MappingListViewComponent.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
DefaultMappingListViewComponent.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
RemoveAlreadyMappedEvent.getMapping() |
| Constructor and Description |
|---|
RemoveAlreadyMappedEvent(Object source,
MappingLineModel line,
MappingModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
MappingModel.deepCopy()
Makes a deep copy of the mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMappingModel |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
DefaultMappingModel.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
MappingLineModel.getMapping()
Returns the mapping to which this mappingLineModel belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappingLineModel.setMapping(MappingModel mapping)
Sets the mapping of the mapping mappingLineModel.
|
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
DefaultMappingLine.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMappingLine.setMapping(MappingModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,File> |
ImpExTransformationService.transformData(ImportCockpitCronJobModel cronJobModel,
MappingModel mappingModel)
Transforms all the source data (CSV format) stored in a given
ImportCockpitCronJobModel into seperate CSV Data files
based on the MappingModel defined. |
| Modifier and Type | Method and Description |
|---|---|
String |
HeaderGeneratorOperation.generateCatSysVersionMacro(MappingModel mappingModel,
String catalog)
Generates catalog version macro for the given mapping and catalog.
|
Map<Integer,String> |
DataGeneratorOperation.generateDataLineForMappingModel(Map<Integer,String> inputDataLine,
MappingModel mappingModel,
GeneratorOperationState operationState)
Generates a line of data that can be then written using a
CSVWriter object. |
List<Map<Integer,String>> |
HeaderGeneratorOperation.generateImpexHeaderLibrary(ImportCockpitCronJobModel cronJobModel,
MappingModel mapping)
Creates the impex header library for the import package using the mapping.
|
Map<Integer,String> |
HeaderGeneratorOperation.generateImpexMainHeader(MappingModel mapping,
Set<MappingLineModel> mappingLinesToCreate)
Generates the main impex header mappingLineModel for the import of items of the main target/base type
(the type set as base type in the mapping).
|
Set<String> |
ImpexGeneratorOperation.getCatalogVersionsForMapping(String catalogVersionBaseType,
MappingModel mapping) |
boolean |
ImpexGeneratorOperation.hasMappedSources(MappingModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultHeaderGeneratorOperation.generateCatSysVersionMacro(MappingModel mappingModel,
String catalog) |
Map<Integer,String> |
DefaultDataGeneratorOperation.generateDataLineForMappingModel(Map<Integer,String> inputDataLine,
MappingModel mappingModel,
GeneratorOperationState operationState) |
List<Map<Integer,String>> |
DefaultHeaderGeneratorOperation.generateImpexHeaderLibrary(ImportCockpitCronJobModel cronJobModel,
MappingModel mapping) |
Map<Integer,String> |
DefaultHeaderGeneratorOperation.generateImpexMainHeader(MappingModel mapping,
Set<MappingLineModel> mappingLinesToCreate) |
Set<String> |
AbstractImpexGeneratorOperation.getCatalogVersionsForMapping(String catalogVersionBaseType,
MappingModel mapping) |
boolean |
AbstractImpexGeneratorOperation.hasMappedSources(MappingModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultImpExMediaGenerationService.generateImportDataFilesAsZipEntries(ZipOutputStream zip,
ImportCockpitCronJobModel cronJobModel,
MappingModel mappingModel)
Generates entries (
ZipEntry objects) containing CSV data generated by transforming the CSV source data within the
specified ImportCockpitCronJobModel object AND the mapping data (a MappingModel object). |
protected void |
DefaultImpExMediaGenerationService.generateImportScriptAsZipEntry(ZipOutputStream zip,
ImportCockpitCronJobModel cronJobModel,
MappingModel mappingModel)
Creates the impex import script file (importscript.impex) as a ZIP entry.
|
protected boolean |
DefaultImpExTransformationService.hasValidSource(MappingModel mappingModel,
CSVReader csvReader)
Checks if the mapping model for transformation and the CSVReader used to read source in the mapping model is valid.
|
Map<String,File> |
DefaultImpExTransformationService.transformData(ImportCockpitCronJobModel cronJobModel,
MappingModel mappingModel) |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
ImportCockpitMappingService.copyMapping(ImportCockpitMappingModel sourceMappingModel,
Reader reader)
Creates and returns a new mapping that contains a copy of the mapping XML of
a given ImportCockpitMapping object.
|
MappingModel |
MappingTransformationService.deserializeMappingPersistence(MappingPersistence mappingPersistence)
Deserializes a MappingPersistence object to a new MappingModel object.
|
MappingModel |
ImportCockpitMappingService.loadMapping(ImportCockpitCronJobModel processModel)
Loads a mapping from a job if available.
|
MappingModel |
ImportCockpitMappingService.retrieveMapping(ImportCockpitCronJobModel processModel)
Loads the mapping from a supplied cron job (ImportCockpitCronJobModel).
|
| Modifier and Type | Method and Description |
|---|---|
MappingPersistence |
MappingTransformationService.transformMapping(MappingModel mapping)
Transforms the mapping into a flat form (MappingPersistence object) for the
persistence as a XML element.
|
void |
ImportCockpitMappingService.validateAndSaveMapping(MappingModel mapping,
String mappingName,
ImportCockpitCronJobModel processModel) |
void |
ImportCockpitMappingService.validateAndSaveMapping(MappingModel mapping,
String mappingName,
ImportCockpitCronJobModel processModel,
boolean saveAs) |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
DefaultImportCockpitMappingService.copyMapping(ImportCockpitMappingModel sourceMappingModel,
Reader reader) |
MappingModel |
DefaultMappingTransformationService.deserializeMappingPersistence(MappingPersistence mappingPersistence) |
MappingModel |
DefaultImportCockpitMappingService.loadMapping(ImportCockpitCronJobModel jobModel) |
protected MappingModel |
AbstractImportCockpitMappingService.loadMappingFromXml(Reader reader)
Constructs a mapping object out of a XML string.
|
MappingModel |
DefaultImportCockpitMappingService.retrieveMapping(ImportCockpitCronJobModel processModel) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractImportCockpitMappingService.createMappingXML(MappingModel mappingModel)
Transforms a mapping into a XML string.
|
protected void |
AbstractImportCockpitMappingService.saveMappingToProcessModel(MappingModel mapping,
String mappingName,
ImportCockpitCronJobModel processModel,
boolean saveAs)
Stores the mapping as a XML media into the job.
|
MappingPersistence |
DefaultMappingTransformationService.transformMapping(MappingModel mapping) |
void |
DefaultImportCockpitMappingService.validateAndSaveMapping(MappingModel mappingModel,
String mappingName,
ImportCockpitCronJobModel processModel) |
void |
DefaultImportCockpitMappingService.validateAndSaveMapping(MappingModel mappingModel,
String mappingName,
ImportCockpitCronJobModel processModel,
boolean saveAs) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
MappingModelValidationService.validateMapping(MappingModel mapping,
ImportCockpitCronJobModel importCockpitCronJobModel) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
DefaultMappingModelValidationService.validateMapping(MappingModel mapping,
ImportCockpitCronJobModel importCockpitCronJobModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeCollectionMappingValidationStrategy.validateAttributeCollectionChildrenMapping(List<ValidationError> errors,
MappingModel mappingModel,
MappingLineModel mappingLineModel)
Validate the sub lines of the DefaultAttributeCollectionMapping who exist in product (translator)
|
void |
AttributeCollectionMappingValidationStrategy.validateAttributeCollectionMapping(List<ValidationError> errors,
MappingModel mappingModel)
Validates the DefaultAttributeCollectionMapping model that exist in product (translator)
|
void |
SourceMappingValidationStrategy.validateMappedSourceColumns(List<ValidationError> errors,
MappingModel mappingModel) |
void |
ImpexModeMappingValidationStrategy.validateMappingInsert(List<ValidationError> errors,
MappingModel mappingModel) |
void |
ImpexModeMappingValidationStrategy.validateMappingUpdate(List<ValidationError> errors,
MappingModel mappingModel) |
void |
SourceMappingValidationStrategy.validateSourceColumns(List<ValidationError> errors,
MappingModel mappingModel,
ImportCockpitCronJobModel icCronJobModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMappingValidationStrategy.checkForCollectionElementsConsistency(List<ValidationError> errors,
MappingModel mappingModel) |
protected void |
AbstractMappingValidationStrategy.checkForMissingMandatoryAttributes(List<ValidationError> errors,
MappingModel mapping) |
protected void |
AbstractMappingValidationStrategy.checkForUnmappedMandatoryAttributes(List<ValidationError> errors,
MappingModel mapping) |
protected void |
AbstractMappingValidationStrategy.checkForUnmappedMandatoryAttributesAndFeatures(List<ValidationError> errors,
MappingModel mapping,
MappingLineModel line) |
void |
DefaultAttributeCollectionMappingValidationStrategy.validateAttributeCollectionChildrenMapping(List<ValidationError> errors,
MappingModel mappingModel,
MappingLineModel mappingLineModel) |
void |
DefaultAttributeCollectionMappingValidationStrategy.validateAttributeCollectionMapping(List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultSrcMappingValidationStrategy.validateMappedSourceColumns(List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultImpexModeMappingValidationStrategy.validateMappingInsert(List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultImpexModeMappingValidationStrategy.validateMappingUpdate(List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultSrcMappingValidationStrategy.validateSourceColumns(List<ValidationError> errors,
MappingModel mappingModel,
ImportCockpitCronJobModel icCronJobModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCockpitBrowserArea.openMappingBrowserWithNewMapping(TypedObject activeItem,
MappingModel mapping,
boolean isNewMapping) |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
MappingBrowserModel.getMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingBrowserModel.replaceMapping(MappingModel newMapping) |
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
MappingLoadPage.getNewMapping() |
Copyright © 2017 SAP SE. All Rights Reserved.