Modifier and Type | Method and Description |
---|---|
protected ColumnParseResult |
BroadleafCsvReader.operateOnValue(List<BroadleafCellProcessor> processors,
String valueFromFile,
BroadleafCsvContext context) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ColumnParseResult> |
BroadleafCsvReader.executeProcessors(Map<String,List<BroadleafCellProcessor>> processors,
ImportContext importContext) |
Map<String,ColumnParseResult> |
BroadleafCsvReader.read(Map<String,List<BroadleafCellProcessor>> processors,
ImportContext context)
Reads a single row from a CSV file
|
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
CSVFileImportProcessor.getImplForRequest(Class<?> importingClass,
Map<String,ColumnParseResult> row) |
boolean |
CSVFileImportProcessor.isPrimaryKeyPopulated(Map<String,ColumnParseResult> row,
ImportType importType) |
RecordParseResult |
CSVFileImportProcessor.parseRow(Map<String,ColumnParseResult> row,
ImportContext context)
Takes an individual row and parses it into a record suitable for writing to the db via the
ImportPersister |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ColumnParseResult> |
RowParseResult.columnParseResultMap |
Modifier and Type | Method and Description |
---|---|
ColumnParseResult |
BroadleafCellProcessor.execute(String value,
BroadleafCsvContext context)
Parses out the String value that appears in the CSV file.
|
ColumnParseResult |
SingleAttributeCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
SingleMediaProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
PassthroughCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
MediaParsingCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
ColumnParseResult.withSubRequests(List<org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest> subRequests) |
ColumnParseResult |
ColumnParseResult.withVal(String val) |
Modifier and Type | Method and Description |
---|---|
ColumnParseResult |
ProductRelationshipCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
ProductCategoryCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
DefaultParentCategoryCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
ProductDefaultCategoryCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
CategoryRelationshipCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
ProductPrimaryImageCellProcessor.execute(String value,
BroadleafCsvContext context) |
Modifier and Type | Method and Description |
---|---|
ColumnParseResult |
CustomerAttributesCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
CustomerCellProcessor.execute(String value,
BroadleafCsvContext context) |
ColumnParseResult |
CustomerAddressCellProcessor.execute(String value,
BroadleafCsvContext context) |
Modifier and Type | Method and Description |
---|---|
ColumnParseResult |
OrderLineCellProcessor.execute(String value,
BroadleafCsvContext context) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,ColumnParseResult>> |
ExternalIdLookup.externalIdToRowMap |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,ColumnParseResult>> |
ExternalIdLookup.getExternalIdToRowMap() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalIdLookup.setExternalIdToRowMap(Map<String,Map<String,ColumnParseResult>> externalIdToRowMap) |
Copyright © 2020. All rights reserved.