Class QuoteHelper
- Object
-
- LineItemHelper
-
- QuoteHelper
-
public class QuoteHelper extends LineItemHelper
A helper class that assists in manipulating the quote object
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class LineItemHelper
LineItemHelper.LineItem
-
-
Field Summary
-
Fields inherited from class LineItemHelper
calculableLineItemCollection, idToLineItem, parentIdToLineItems, root
-
-
Constructor Summary
Constructors Constructor Description QuoteHelper(Map<String,Object> calculableLineItemCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LineItemHelper.LineItem>
findAllWithSKU(String sku)
Retrieves a list of all line items that are for a particular sku-
Methods inherited from class LineItemHelper
findAllWithLabel, findByLineId, getRoot, lineItemFromMap
-
-
-
-
Method Detail
-
findAllWithSKU
public List<LineItemHelper.LineItem> findAllWithSKU(String sku)
Retrieves a list of all line items that are for a particular sku- Parameters:
sku
- The sku to search for- Returns:
- The list of line items
-
-