Package | Description |
---|---|
net.pricefx.common.apibuilder.quote |
Modifier and Type | Field and Description |
---|---|
List<QuoteStructure.Item> |
QuoteStructure.items
The list of items to add in this level of the quote
|
List<QuoteStructure.Item> |
QuoteStructure.Item.items |
Modifier and Type | Method and Description |
---|---|
QuoteStructure.Item |
QuoteStructure.addFolder(String label)
Creates and adds a new folder
|
QuoteStructure.Item |
QuoteStructure.addFolder(String label,
List<Map<String,Object>> inputs)
Creates and adds a new folder
|
QuoteStructure.Item |
QuoteStructure.addPart(String sku)
Creates and adds a new part
|
QuoteStructure.Item |
QuoteStructure.addPart(String sku,
List<Map<String,Object>> inputs)
Creates and adds a new part
|
QuoteStructure.Item |
QuoteStructure.createFolder(String label)
Creates a new folder item, but does not add it to the list
|
QuoteStructure.Item |
QuoteStructure.createPart(String sku)
Creates a new "part" item but does not add it
|
Copyright © 2019. All rights reserved.