| Changed Methods |
boolean copyTags(Product, Resource, Predicate)
|
Change in signature from (com.adobe.cq.commerce.api.Product, org.apache.sling.api.resource.Resource, Predicate) to (com.adobe.cq.commerce.api.Product, org.apache.sling.api.resource.Resource, org.apache.commons.collections.Predicate).
|
Copies a filtered list of tags from a Product to another Resource. |
Product findCurrentProduct(Page)
|
Change in signature from com.day.cq.wcm.api.Page to Page.
|
Finds the current Product for a product page. |
String getCardTitle(Resource, PageManager)
|
Change in signature from (org.apache.sling.api.resource.Resource, com.day.cq.wcm.api.PageManager) to (org.apache.sling.api.resource.Resource, PageManager).
|
Return a title suitable for a card in the touch-optimized GUI. |
String getCatalogCardThumbnail(String, Resource, PageManager)
|
Change in signature from (java.lang.String, org.apache.sling.api.resource.Resource, com.day.cq.wcm.api.PageManager) to (java.lang.String, org.apache.sling.api.resource.Resource, PageManager).
|
Returns a thumbnail for a card in the catalogs console. |
String mapPathToCurrentLanguage(Page, String)
|
Change in signature from (com.day.cq.wcm.api.Page, java.lang.String) to (Page, java.lang.String).
|
Maps a designer-supplied resource path (such as /content/geometrixx-outdoors/language-masters/en/user/cart)
to the current language (ie: /content/geometrixx-outdoors/de/de/user/cart). |