Пример #1
0
 public InspectInIndexStore(IContentLoader contentLoader, IPathHelper pathHelper, IFindUIConfiguration findUiConfiguration, LanguageRoutingFactory languageRoutingFactory)
 {
     _contentLoader          = contentLoader;
     _pathHelper             = pathHelper;
     _findUiConfiguration    = findUiConfiguration;
     _languageRoutingFactory = languageRoutingFactory;
 }
Пример #2
0
 public FindSearchPageController(IClient searchClient, IFindUIConfiguration findUIConfiguration, IRequiredClientResourceList requiredClientResourceList, IVirtualPathResolver virtualPathResolver)
 {
     this.searchClient               = searchClient;
     this.findUIConfiguration        = findUIConfiguration;
     this.requiredClientResourceList = requiredClientResourceList;
     this.virtualPathResolver        = virtualPathResolver;
 }
Пример #3
0
 public CommerceSearchService(ICurrentMarket currentMarket,
                              ICurrencyService currencyService,
                              LanguageResolver languageResolver,
                              IClient findClient,
                              IFacetRegistry facetRegistry,
                              IFindUIConfiguration findUIConfiguration,
                              ReferenceConverter referenceConverter,
                              IContentRepository contentRepository,
                              IPriceService priceService,
                              IPromotionService promotionService,
                              ICurrencyService currencyservice,
                              IContentLoader contentLoader
                              )
 {
     _currentMarket       = currentMarket;
     _currencyService     = currencyService;
     _languageResolver    = languageResolver;
     _findClient          = findClient;
     _facetRegistry       = facetRegistry;
     _findUIConfiguration = findUIConfiguration;
     //_findClient.Personalization().Refresh();
     _referenceConverter = referenceConverter;
     _contentRepository  = contentRepository;
     _priceService       = priceService;
     _promotionService   = promotionService;
     _currencyservice    = currencyservice;
     _contentLoader      = contentLoader;
 }
Пример #4
0
 public FindPageController(
     IClient searchClient,
     IFindUIConfiguration findUIConfiguration)
 {
     _searchClient        = searchClient;
     _findUIConfiguration = findUIConfiguration;
 }
Пример #5
0
 public EmployeeExpertiseController(
     IClient searchClient,
     IFindUIConfiguration findUIConfiguration)
 {
     _searchClient        = searchClient;
     _findUIConfiguration = findUIConfiguration;
 }
Пример #6
0
 public EmployeeLocationPageController(
     IClient searchClient,
     IFindUIConfiguration findUIConfiguration)
 {
     _searchClient        = searchClient;
     _findUIConfiguration = findUIConfiguration;
 }
 public FindSearchPageController(IClient searchClient, IFindUIConfiguration findUIConfiguration, IRequiredClientResourceList requiredClientResourceList, IPageRatingRepository pageRatingRepository, IUserRepository userRepository)
 {
     this.searchClient               = searchClient;
     this.findUIConfiguration        = findUIConfiguration;
     this.requiredClientResourceList = requiredClientResourceList;
     this.pageRatingRepository       = pageRatingRepository;
     this.pageRatingRepository       = pageRatingRepository;
     this.userRepository             = userRepository;
 }
Пример #8
0
 public FindSearchPageController(IClient searchClient, IFindUIConfiguration findUIConfiguration, IRequiredClientResourceList requiredClientResourceList)
 {
     this.searchClient               = searchClient;
     this.findUIConfiguration        = findUIConfiguration;
     this.requiredClientResourceList = requiredClientResourceList;
 }
Пример #9
0
 public InspectInIndexStore(IContentLoader contentLoader, IPathHelper pathHelper, IFindUIConfiguration findUiConfiguration)
 {
     _contentLoader       = contentLoader;
     _pathHelper          = pathHelper;
     _findUiConfiguration = findUiConfiguration;
 }