Interface | Description |
---|---|
BroadleafCellProcessor |
A processor that applies to a particular header within a particular class.
|
Class | Description |
---|---|
BroadleafCellProcessorAdaptor | |
CategoryRelationshipParser |
Expects a string of the format:
|
CategoryRelationshipParser.CategoryRelationshipInfo |
A DTO representing a category relationship
|
ColumnParseResult |
DTO that column parses should return
|
MediaParsingCellProcessor |
Parses a value of the form primary:/cmsstatic/val1.png|alt1:/cmsstatic/val2.png|alt2:/cmsstatic/val3.png|alt3:/cmsstatic/val4.png into unique media items.
|
MediaResult | |
PassthroughCellProcessor |
This does not process the value in a column at all but just returns it back as it appears in the
CSV file.
|
RowParseResult | |
SingleAttributeCellProcessor |
Matches attribute map keys of the form 'attributes[key]' or 'someattributes[key]' and stores it.
|
SingleMediaProcessor |
Parses an individual media item of the form media[alt1] or media[primary]
|
Annotation Type | Description |
---|---|
ValueRequired |
Used to indicate that there must not be a null or empty string passed to the value of
BroadleafCellProcessor.execute(String, com.broadleafcommerce.dataimport.csv.BroadleafCsvContext) |
Copyright © 2020. All rights reserved.