| 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(java.lang.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 |
|---|---|
java.util.Map<java.lang.String,java.io.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 |
|---|---|
java.lang.String |
HeaderGeneratorOperation.generateCatSysVersionMacro(MappingModel mappingModel,
java.lang.String catalog)
Generates catalog version macro for the given mapping and catalog.
|
java.util.Map<java.lang.Integer,java.lang.String> |
DataGeneratorOperation.generateDataLineForMappingModel(java.util.Map<java.lang.Integer,java.lang.String> inputDataLine,
MappingModel mappingModel,
GeneratorOperationState operationState)
Generates a line of data that can be then written using a
CSVWriter object. |
java.util.List<java.util.Map<java.lang.Integer,java.lang.String>> |
HeaderGeneratorOperation.generateImpexHeaderLibrary(ImportCockpitCronJobModel cronJobModel,
MappingModel mapping)
Creates the impex header library for the import package using the mapping.
|
java.util.Map<java.lang.Integer,java.lang.String> |
HeaderGeneratorOperation.generateImpexMainHeader(MappingModel mapping,
java.util.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).
|
java.util.Set<java.lang.String> |
ImpexGeneratorOperation.getCatalogVersionsForMapping(java.lang.String catalogVersionBaseType,
MappingModel mapping) |
boolean |
ImpexGeneratorOperation.hasMappedSources(MappingModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultHeaderGeneratorOperation.generateCatSysVersionMacro(MappingModel mappingModel,
java.lang.String catalog) |
java.util.Map<java.lang.Integer,java.lang.String> |
DefaultDataGeneratorOperation.generateDataLineForMappingModel(java.util.Map<java.lang.Integer,java.lang.String> inputDataLine,
MappingModel mappingModel,
GeneratorOperationState operationState) |
java.util.List<java.util.Map<java.lang.Integer,java.lang.String>> |
DefaultHeaderGeneratorOperation.generateImpexHeaderLibrary(ImportCockpitCronJobModel cronJobModel,
MappingModel mapping) |
java.util.Map<java.lang.Integer,java.lang.String> |
DefaultHeaderGeneratorOperation.generateImpexMainHeader(MappingModel mapping,
java.util.Set<MappingLineModel> mappingLinesToCreate) |
java.util.Set<java.lang.String> |
AbstractImpexGeneratorOperation.getCatalogVersionsForMapping(java.lang.String catalogVersionBaseType,
MappingModel mapping) |
boolean |
AbstractImpexGeneratorOperation.hasMappedSources(MappingModel mapping) |
protected boolean |
DefaultHeaderGeneratorOperation.isCatalogVersionManuallySet(MappingModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultImpExMediaGenerationService.generateImportDataFilesAsZipEntries(java.util.zip.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(java.util.zip.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.
|
java.util.Map<java.lang.String,java.io.File> |
DefaultImpExTransformationService.transformData(ImportCockpitCronJobModel cronJobModel,
MappingModel mappingModel) |
| 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.
|
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,
java.lang.String mappingName,
ImportCockpitCronJobModel processModel)
Validates and saves the mapping
|
void |
ImportCockpitMappingService.validateAndSaveMapping(MappingModel mapping,
java.lang.String mappingName,
ImportCockpitCronJobModel processModel,
boolean saveAs)
Validates and saves the mapping
|
| Modifier and Type | Method and Description |
|---|---|
MappingModel |
DefaultImportCockpitMappingService.copyMapping(ImportCockpitMappingModel sourceMappingModel,
java.io.Reader reader) |
MappingModel |
DefaultMappingTransformationService.deserializeMappingPersistence(MappingPersistence mappingPersistence) |
MappingModel |
DefaultImportCockpitMappingService.loadMapping(ImportCockpitCronJobModel jobModel) |
protected MappingModel |
AbstractImportCockpitMappingService.loadMappingFromXml(java.io.Reader reader)
Constructs a mapping object out of a XML string.
|
MappingModel |
DefaultImportCockpitMappingService.retrieveMapping(ImportCockpitCronJobModel processModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
AbstractImportCockpitMappingService.createMappingXML(MappingModel mappingModel)
Transforms a mapping into a XML string.
|
protected void |
AbstractImportCockpitMappingService.saveMappingToProcessModel(MappingModel mapping,
java.lang.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,
java.lang.String mappingName,
ImportCockpitCronJobModel processModel) |
void |
DefaultImportCockpitMappingService.validateAndSaveMapping(MappingModel mappingModel,
java.lang.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(java.util.List<ValidationError> errors,
MappingModel mappingModel,
MappingLineModel mappingLineModel)
Validate the sub lines of the DefaultAttributeCollectionMapping who exist in product (translator)
|
void |
AttributeCollectionMappingValidationStrategy.validateAttributeCollectionMapping(java.util.List<ValidationError> errors,
MappingModel mappingModel)
Validates the DefaultAttributeCollectionMapping model that exist in product (translator)
|
void |
SourceMappingValidationStrategy.validateMappedSourceColumns(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
void |
ImpexModeMappingValidationStrategy.validateMappingInsert(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
void |
ImpexModeMappingValidationStrategy.validateMappingUpdate(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
void |
SourceMappingValidationStrategy.validateSourceColumns(java.util.List<ValidationError> errors,
MappingModel mappingModel,
ImportCockpitCronJobModel icCronJobModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMappingValidationStrategy.checkForCollectionElementsConsistency(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
protected void |
AbstractMappingValidationStrategy.checkForMissingMandatoryAttributes(java.util.List<ValidationError> errors,
MappingModel mapping) |
protected void |
AbstractMappingValidationStrategy.checkForUnmappedMandatoryAttributes(java.util.List<ValidationError> errors,
MappingModel mapping) |
protected void |
AbstractMappingValidationStrategy.checkForUnmappedMandatoryAttributesAndFeatures(java.util.List<ValidationError> errors,
MappingModel mapping,
MappingLineModel line) |
void |
DefaultAttributeCollectionMappingValidationStrategy.validateAttributeCollectionChildrenMapping(java.util.List<ValidationError> errors,
MappingModel mappingModel,
MappingLineModel mappingLineModel) |
void |
DefaultAttributeCollectionMappingValidationStrategy.validateAttributeCollectionMapping(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultSrcMappingValidationStrategy.validateMappedSourceColumns(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultImpexModeMappingValidationStrategy.validateMappingInsert(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultImpexModeMappingValidationStrategy.validateMappingUpdate(java.util.List<ValidationError> errors,
MappingModel mappingModel) |
void |
DefaultSrcMappingValidationStrategy.validateSourceColumns(java.util.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 © 2018 SAP SE. All Rights Reserved.