Generated by
JDiff

Class com.adobe.cq.commerce.common.AbstractJcrCommerceSession

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.
 

Changed Fields
String ORDERS_BASE_PATH Now deprecated.
since 6.4, use {@link CommerceBasePathsService} instead
Logger log Change in type from Logger to org.slf4j.Logger.