Interface AsSearchProfileContextFactory

    • Method Detail

      • createContext

        AsSearchProfileContext createContext​(java.lang.String indexConfiguration,
                                             java.lang.String indexType,
                                             java.util.List<CatalogVersionModel> catalogVersions,
                                             java.util.List<CategoryModel> categoryPath)
        Creates a new instance of AsSearchProfileContext.
        Parameters:
        indexConfiguration - - the index configuration
        indexType - - the index type
        catalogVersions - - list of the catalog versions
        categoryPath - - the category path
        Returns:
        the new instance
      • createContext

        AsSearchProfileContext createContext​(java.lang.String indexConfiguration,
                                             java.lang.String indexType,
                                             java.util.List<CatalogVersionModel> catalogVersions,
                                             java.util.List<CategoryModel> categoryPath,
                                             LanguageModel language,
                                             CurrencyModel currency)
        Creates a new instance of AsSearchProfileContext.
        Parameters:
        indexConfiguration - - the index configuration
        indexType - - the index type
        catalogVersions - - list of the catalog versions
        categoryPath - - the category path
        language - - the language
        currency - - the currency
        Returns:
        the new instance
      • createContext

        AsSearchProfileContext createContext​(java.lang.String indexConfiguration,
                                             java.lang.String indexType,
                                             java.util.List<CatalogVersionModel> catalogVersions,
                                             java.util.List<CatalogVersionModel> sessionCatalogVersions,
                                             java.util.List<CategoryModel> categoryPath,
                                             LanguageModel language,
                                             CurrencyModel currency)
        Creates a new instance of AsSearchProfileContext.
        Parameters:
        indexConfiguration - - the index configuration
        indexType - - the index type
        catalogVersions - - the catalog versions
        sessionCatalogVersions - - the session catalog versions
        categoryPath - - the category path
        language - - the language
        currency - - the currency
        Returns:
        the new instance