Generated by
JDiff

Interface com.adobe.cq.commerce.api.CommerceSession

Changed Methods
String getCartPrice(Predicate) Change in signature from Predicate to org.apache.commons.collections.Predicate.
Shortcut for getting a formatted string of the first applicable price, according to the filter.
List getCartPriceInfo(Predicate) Change in signature from Predicate to org.apache.commons.collections.Predicate.

Get detailed price information about the cart filtered by the provided predicate (usually a com.adobe.cq.commerce.common.PriceFilter).

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).
Shortcut for getting a formatted string for the first applicable price for a product as defined by the provided predicate (usually a com.adobe.cq.commerce.common.PriceFilter).
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).
Get a list of detailed price infos for a product filtered by the provided predicate (usually a com.adobe.cq.commerce.common.PriceFilter).