Interface ApplicationCatalogGenerationService<P extends Application>

All Known Implementing Classes:
DefaultApplicationCatalogGenerationService

public interface ApplicationCatalogGenerationService<P extends Application>
  • Method Details

    • createApplicationSearchGroupCatalog

      P createApplicationSearchGroupCatalog(P application, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Creates a catalog of DefaultCatalogType.SEARCH_GROUP type for this application.
      Parameters:
      application - the application for which to create a search group catalog
      contextInfo - the contextInfo for the request
      Returns:
      the application after the creation of the search group catalog