Generated by
JDiff

Interface com.adobe.cq.commerce.pim.api.CatalogGenerator

Changed Methods
void convertToEditablePage(Page, Page, Product) Change in signature from (com.day.cq.wcm.api.Page, com.day.cq.wcm.api.Page, com.adobe.cq.commerce.api.Product) to (Page, Page, com.adobe.cq.commerce.api.Product).
Change in exceptions: com.day.cq.wcm.api.WCMException was removed. WCMException was added.
Convert a product page proxy to a standard, editable page.
Page createCatalog(Page, String, String, String, String[]) Change in return type from com.day.cq.wcm.api.Page to Page.
Change in signature from (com.day.cq.wcm.api.Page, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) to (Page, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]).
Change in exceptions: com.day.cq.wcm.api.WCMException was removed. WCMException was added.
Create a product catalog from a catalog blueprint.
void executePageRolloutHooks(Page, boolean) Change in signature from (com.day.cq.wcm.api.Page, boolean) to (Page, boolean).
Perform the catalog rollout hooks for a given catalog page.
List getTargetPaths(Page) Change in signature from com.day.cq.wcm.api.Page to Page.
Return a list of target sections.
void rolloutChanges(Page, Page, boolean) Change in signature from (com.day.cq.wcm.api.Page, com.day.cq.wcm.api.Page, boolean) to (Page, Page, boolean).
Change in exceptions: com.day.cq.wcm.api.WCMException was removed. WCMException was added.
Roll-out any changes for a product catalog or product catalog section.