Generated by
JDiff

Interface com.adobe.cq.commerce.api.CommerceService

Changed Methods
void catalogRolloutHook(Page, Page) Change in signature from (com.day.cq.wcm.api.Page, com.day.cq.wcm.api.Page) to (Page, Page).
Called during catalog creation or update to allow the commerce implementation to perform implementation-specific actions.
void productRolloutHook(Product, Page, Product) Change in signature from (com.adobe.cq.commerce.api.Product, com.day.cq.wcm.api.Page, com.adobe.cq.commerce.api.Product) to (com.adobe.cq.commerce.api.Product, Page, com.adobe.cq.commerce.api.Product).
Called during catalog creation or update to allow the commerce implementation to perform implementation-specific actions.
void sectionRolloutHook(Page, Page) Change in signature from (com.day.cq.wcm.api.Page, com.day.cq.wcm.api.Page) to (Page, Page).
Called during catalog creation or update to allow the commerce implementation to perform implementation-specific actions.