| Changed Methods |
String getCartPrice(Predicate)
|
Change in signature from Predicate to org.apache.commons.collections.Predicate.
|
|
List getCartPriceInfo(Predicate)
|
Change in signature from Predicate to org.apache.commons.collections.Predicate.
|
|
Predicate getPredicate(String)
|
Change in return type from Predicate to org.apache.commons.collections.Predicate.
|
Return a Predicate (identified by a String key) for PlacedOrder filtering. |
String getProductPrice(Product, Predicate)
|
Change in signature from (com.adobe.cq.commerce.api.Product, Predicate) to (com.adobe.cq.commerce.api.Product, org.apache.commons.collections.Predicate).
|
|
List getProductPriceInfo(Product, Predicate)
|
Change in signature from (com.adobe.cq.commerce.api.Product, Predicate) to (com.adobe.cq.commerce.api.Product, org.apache.commons.collections.Predicate).
|
A simple product pricing architecture supporting single-currency pricing and a fixed tax rate. |