Interface ApplicationCatalogGenerationService<P extends Application>
- All Known Implementing Classes:
DefaultApplicationCatalogGenerationService
public interface ApplicationCatalogGenerationService<P extends Application>
-
Method Summary
Modifier and TypeMethodDescriptioncreateApplicationSearchGroupCatalog
(P application, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Creates a catalog ofDefaultCatalogType.SEARCH_GROUP
type for this application.
-
Method Details
-
createApplicationSearchGroupCatalog
P createApplicationSearchGroupCatalog(P application, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Creates a catalog ofDefaultCatalogType.SEARCH_GROUP
type for this application.- Parameters:
application
- the application for which to create a search group catalogcontextInfo
- the contextInfo for the request- Returns:
- the application after the creation of the search group catalog
-