Uses of Class
de.hybris.platform.basecommerce.model.site.BaseSiteModel
Packages that use BaseSiteModel
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
Contains generated models for each type of de.hybris.platform.acceleratorservices.jalo package.
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.consent package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.process package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.user package.
Contains generated models for each type of de.hybris.platform.commercewebservicescommons.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.customercouponservices.jalo package.
Contains generated models for each type of de.hybris.platform.customerinterestsservices.jalo package.
Contains generated models for each type of de.hybris.platform.personalizationservices.jalo package.
Contains generated models for each type of de.hybris.platform.personalizationservices.jalo.config package.
Contains generated models for each type of de.hybris.platform.personalizationservices.jalo.process package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.store package.
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
Contains generated models for each type of de.hybris.platform.ticketsystem.events.jalo package.
-
Uses of BaseSiteModel in com.hybris.merchandising.dao
Methods in com.hybris.merchandising.dao with parameters of type BaseSiteModelModifier and TypeMethodDescriptionMerchSnConfigDao.findByBaseSite(BaseSiteModel baseSite) Finds merchandising configuration for specific base site -
Uses of BaseSiteModel in com.hybris.merchandising.dao.impl
Methods in com.hybris.merchandising.dao.impl with parameters of type BaseSiteModel -
Uses of BaseSiteModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return BaseSiteModelModifier and TypeMethodDescriptionMerchSnConfigModel.getBaseSite()Generated method - Getter of theMerchSnConfig.baseSiteattribute defined at extensionmerchandisingservices.MerchSynchronizationConfigModel.getBaseSite()Generated method - Getter of theMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionMerchProductDirectoryConfigModel.getBaseSites()Generated method - Getter of theMerchProductDirectoryConfig.baseSitesattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidMerchSnConfigModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofMerchSnConfig.baseSiteattribute defined at extensionmerchandisingservices.voidMerchSynchronizationConfigModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.Method parameters in com.hybris.merchandising.model with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidMerchProductDirectoryConfigModel.setBaseSites(List<BaseSiteModel> value) Generated method - Setter ofMerchProductDirectoryConfig.baseSitesattribute defined at extensionmerchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type BaseSiteModelModifierConstructorDescriptionMerchSnConfigModel(BaseSiteModel _baseSite, CurrencyModel _currency, LanguageModel _defaultLanguage, String _displayName, ItemModel _owner, String _rollUpStrategyField, SnIndexTypeModel _snIndexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchSnConfigModel(BaseSiteModel _baseSite, CurrencyModel _currency, LanguageModel _defaultLanguage, String _displayName, String _rollUpStrategyField, SnIndexTypeModel _snIndexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConstructor parameters in com.hybris.merchandising.model with type arguments of type BaseSiteModelModifierConstructorDescriptionMerchProductDirectoryConfigModel(List<BaseSiteModel> _baseSites, CurrencyModel _currency, LanguageModel _defaultLanguage, String _displayName, SolrIndexedTypeModel _indexedType, ItemModel _owner, String _rollUpStrategy, String _rollUpStrategyField) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchProductDirectoryConfigModel(List<BaseSiteModel> _baseSites, CurrencyModel _currency, LanguageModel _defaultLanguage, String _displayName, SolrIndexedTypeModel _indexedType, String _rollUpStrategy, String _rollUpStrategyField) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in com.hybris.yprofile.common
Methods in com.hybris.yprofile.common with parameters of type BaseSiteModelModifier and TypeMethodDescriptionstatic Optional<ConsentModel>Utils.getActiveConsentModelForCustomerAndBaseSite(BaseSiteModel baseSiteModel, CustomerModel customerModel, CommerceConsentService commerceConsentService) Gets the active consent model for the given baseSite and user from theCommerceConsentService.static StringUtils.getActiveConsentReferenceForCustomerAndBaseSite(BaseSiteModel baseSiteModel, CustomerModel customerModel, CommerceConsentService commerceConsentService) Gets the ConsentReference from the consent model for the base-site and customer fromCommerceConsentService. -
Uses of BaseSiteModel in com.hybris.yprofile.consent.cookie
Methods in com.hybris.yprofile.consent.cookie that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Optional<BaseSiteModel>ConsentReferenceCookieGenerator.getCurrentBaseSiteModel()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BaseSiteModel in com.hybris.yprofile.consent.services
Methods in com.hybris.yprofile.consent.services that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Optional<BaseSiteModel>DefaultConsentService.getCurrentBaseSiteModel() -
Uses of BaseSiteModel in com.hybris.yprofile.profiletagaddon.interceptors.beforeview
Methods in com.hybris.yprofile.profiletagaddon.interceptors.beforeview that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Optional<BaseSiteModel>ProfileTagBeforeViewHandler.getCurrentBaseSiteModel() -
Uses of BaseSiteModel in de.hybris.eventtracking.ws.services
Methods in de.hybris.eventtracking.ws.services that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Optional<BaseSiteModel>DefaultRawEventEnricher.getCurrentBaseSiteModel() -
Uses of BaseSiteModel in de.hybris.platform.acceleratorfacades.cmsitems.populator
Methods in de.hybris.platform.acceleratorfacades.cmsitems.populator with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidAccBaseSitePopulator.populate(BaseSiteModel source, BaseSiteData target) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorfacades.email.context
Methods in de.hybris.platform.acceleratorfacades.email.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelReturnLabelEmailContext.getSite(ReturnProcessModel returnProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorocc.urlresolver.impl
Methods in de.hybris.platform.acceleratorocc.urlresolver.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionWsSiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, String encodingAttributes, boolean secure, String path) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.document.context
Methods in de.hybris.platform.acceleratorservices.document.context that return BaseSiteModelModifier and TypeMethodDescriptionAbstractHybrisVelocityContext.getBaseSite()protected abstract BaseSiteModelMethods in de.hybris.platform.acceleratorservices.document.context with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidAbstractHybrisVelocityContext.setBaseSite(BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.document.factory.impl
Methods in de.hybris.platform.acceleratorservices.document.factory.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidAbstractHybrisVelocityContextFactory.renderTemplate(Locale locale, AbstractHybrisVelocityContext<BusinessProcessModel> context, StringWriter text, AbstractCMSComponentModel component, String renderTemplateCode, RendererTemplateModel renderTemplate, BaseSiteModel site) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.model
Methods in de.hybris.platform.acceleratorservices.model that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionCartRemovalCronJobModel.getSites()Generated method - Getter of theCartRemovalCronJob.sitesattribute defined at extensionacceleratorservices.UncollectedOrdersCronJobModel.getSites()Generated method - Getter of theUncollectedOrdersCronJob.sitesattribute defined at extensionacceleratorservices.Method parameters in de.hybris.platform.acceleratorservices.model with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidCartRemovalCronJobModel.setSites(Collection<BaseSiteModel> value) Generated method - Setter ofCartRemovalCronJob.sitesattribute defined at extensionacceleratorservices.voidUncollectedOrdersCronJobModel.setSites(Collection<BaseSiteModel> value) Generated method - Setter ofUncollectedOrdersCronJob.sitesattribute defined at extensionacceleratorservices.Constructor parameters in de.hybris.platform.acceleratorservices.model with type arguments of type BaseSiteModelModifierConstructorDescriptionCartRemovalCronJobModel(JobModel _job, ItemModel _owner, Collection<BaseSiteModel> _sites) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartRemovalCronJobModel(JobModel _job, Collection<BaseSiteModel> _sites) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUncollectedOrdersCronJobModel(JobModel _job, ItemModel _owner, Collection<BaseSiteModel> _sites) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUncollectedOrdersCronJobModel(JobModel _job, Collection<BaseSiteModel> _sites) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.order.dao
Method parameters in de.hybris.platform.acceleratorservices.order.dao with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionAcceleratorConsignmentDao.findConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) Find consignments for given statuses -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.order.dao.impl
Method parameters in de.hybris.platform.acceleratorservices.order.dao.impl with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionDefaultAcceleratorConsignmentDao.findConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.process.email.context
Methods in de.hybris.platform.acceleratorservices.process.email.context that return BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.process.email.context.impl
Methods in de.hybris.platform.acceleratorservices.process.email.context.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidDefaultEmailContextFactory.renderTemplate(Locale locale, AbstractEmailContext<BusinessProcessModel> emailContext, StringWriter text, AbstractCMSComponentModel component, String renderTemplateCode, RendererTemplateModel renderTemplate, BaseSiteModel site) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.process.strategies
Classes in de.hybris.platform.acceleratorservices.process.strategies with type parameters of type BaseSiteModelModifier and TypeInterfaceDescriptioninterfaceProcessContextResolutionStrategy<T extends BaseSiteModel>Strategy to impersonate site and initialize session context from the process model. -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.process.strategies.impl
Methods in de.hybris.platform.acceleratorservices.process.strategies.impl that return BaseSiteModelModifier and TypeMethodDescriptionAbstractOrderProcessContextStrategy.getCmsSite(BusinessProcessModel businessProcess) DefaultProcessContextResolutionStrategy.getCmsSite(BusinessProcessModel businessProcessModel) StoreFrontProcessContextStrategy.getCmsSite(BusinessProcessModel businessProcessModel) Methods in de.hybris.platform.acceleratorservices.process.strategies.impl that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Map<Class<?>,ProcessContextResolutionStrategy<BaseSiteModel>> DefaultProcessContextResolutionStrategy.getProcessStrategyMap()protected Optional<ProcessContextResolutionStrategy<BaseSiteModel>>DefaultProcessContextResolutionStrategy.getStrategy(BusinessProcessModel businessProcessModel) Methods in de.hybris.platform.acceleratorservices.process.strategies.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidAbstractProcessContextStrategy.setSite(BaseSiteModel baseSite) Setup the site in the current session, either a CMS Site or a Base SiteMethod parameters in de.hybris.platform.acceleratorservices.process.strategies.impl with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidDefaultProcessContextResolutionStrategy.setProcessStrategyMap(Map<Class<?>, ProcessContextResolutionStrategy<BaseSiteModel>> processStrategyMap) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.urlresolver
Methods in de.hybris.platform.acceleratorservices.urlresolver with parameters of type BaseSiteModelModifier and TypeMethodDescriptionSiteBaseUrlResolutionService.getMediaUrlForSite(BaseSiteModel site, boolean secure) Resolves media base url for the given site.SiteBaseUrlResolutionService.getMediaUrlForSite(BaseSiteModel site, boolean secure, String path) Resolves media base url for the given site.SiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, boolean secure, String path) Resolves website base url for the given site.SiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, boolean secure, String path, String queryParams) SiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, String encodingAttributes, boolean secure, String path) SiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, String encodingAtrributes, boolean secure, String path, String queryParams) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorservices.urlresolver.impl
Methods in de.hybris.platform.acceleratorservices.urlresolver.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected StringDefaultSiteBaseUrlResolutionService.getDefaultMediaUrlForSite(BaseSiteModel site, boolean secure) protected StringDefaultSiteBaseUrlResolutionService.getDefaultWebsiteContextRootForSite(BaseSiteModel site) protected StringDefaultSiteBaseUrlResolutionService.getDefaultWebsiteUrlForSite(BaseSiteModel site, boolean secure, String path) DefaultSiteBaseUrlResolutionService.getMediaUrlForSite(BaseSiteModel site, boolean secure) DefaultSiteBaseUrlResolutionService.getMediaUrlForSite(BaseSiteModel site, boolean secure, String path) DefaultSiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, boolean secure, String path) DefaultSiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, boolean secure, String path, String queryParams) DefaultSiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, String encodingAttributes, boolean secure, String path) DefaultSiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, String encodingAtrributes, boolean secure, String path, String queryParams) -
Uses of BaseSiteModel in de.hybris.platform.acceleratorwebservicesaddon.urlresolver.impl
Methods in de.hybris.platform.acceleratorwebservicesaddon.urlresolver.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionWsSiteBaseUrlResolutionService.getWebsiteUrlForSite(BaseSiteModel site, String encodingAttributes, boolean secure, String path) -
Uses of BaseSiteModel in de.hybris.platform.addonsupport.setup.impl
Methods in de.hybris.platform.addonsupport.setup.impl that return BaseSiteModelMethods in de.hybris.platform.addonsupport.setup.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidAddOnDataImportEventContext.setBaseSite(BaseSiteModel baseSite) protected voidAddOnCoreDataImportedEventListener.syncCatalogsAndExecuteImport(AddOnDataImportEventContext context, ImportData importData, ImpexMacroParameterData parameterData, BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.assistedservicefacades.util
Methods in de.hybris.platform.assistedservicefacades.util with parameters of type BaseSiteModelModifier and TypeMethodDescriptionstatic StringAssistedServiceUtils.populateCartorOrderUrl(AbstractOrderModel abstractOrder, BaseSiteModel currentSite) static StringAssistedServiceUtils.populateTicketUrl(CsTicketModel ticket, BaseSiteModel currentSite) -
Uses of BaseSiteModel in de.hybris.platform.assistedserviceservices.dao.impl
Methods in de.hybris.platform.assistedserviceservices.dao.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected booleanDefaultCustomerGroupDao.isSiteIsolated(BaseSiteModel site) -
Uses of BaseSiteModel in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected booleanDefaultAssistedServiceService.isBelongToCurrentIsolatedSite(UserModel user, BaseSiteModel site) protected booleanDefaultAssistedServiceService.isSiteIsolated(BaseSiteModel site) -
Uses of BaseSiteModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return BaseSiteModelModifier and TypeMethodDescriptionB2BRegistrationModel.getBaseSite()Generated method - Getter of theB2BRegistration.baseSiteattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidB2BRegistrationModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofB2BRegistration.baseSiteattribute defined at extensionb2bcommerce.Constructors in de.hybris.platform.b2b.model with parameters of type BaseSiteModelModifierConstructorDescriptionB2BCustomerModel(Collection<CustomerReviewModel> _customerReviews, String _email, boolean _loginDisabled, ItemModel _owner, BaseSiteModel _site, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BRegistrationModel(BaseSiteModel _baseSite, BaseStoreModel _baseStore, CurrencyModel _currency, String _email, LanguageModel _language, String _name) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BRegistrationModel(BaseSiteModel _baseSite, BaseStoreModel _baseStore, CurrencyModel _currency, String _email, LanguageModel _language, String _name, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.b2bacceleratorfacades.process.email.context
Methods in de.hybris.platform.b2bacceleratorfacades.process.email.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelDefaultOrderReplenishmentEmailContext.getSite(ReplenishmentProcessModel replenishmentProcessModel) protected BaseSiteModelOrderNotificationEmailContext.getSite(OrderProcessModel orderProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.b2bacceleratorservices.email.context
Methods in de.hybris.platform.b2bacceleratorservices.email.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelB2BRegistrationEmailContext.getSite(StoreFrontCustomerProcessModel businessProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.b2bacceleratorservices.process.strategies.impl
Methods in de.hybris.platform.b2bacceleratorservices.process.strategies.impl that return BaseSiteModelModifier and TypeMethodDescriptionB2BAcceleratorProcessContextResolutionStrategy.getCmsSite(BusinessProcessModel businessProcessModel) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BaseSiteModel in de.hybris.platform.b2bcommercefacades.populators
Methods in de.hybris.platform.b2bcommercefacades.populators with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidBaseSiteSecurePopulator.populate(BaseSiteModel source, BaseSiteData target) -
Uses of BaseSiteModel in de.hybris.platform.basecommerce.site.dao
Methods in de.hybris.platform.basecommerce.site.dao that return BaseSiteModelModifier and TypeMethodDescriptionBaseSiteDao.findBaseSiteByUID(String siteUid) Returns BaseSite with given Uid or null when nothing was found.Methods in de.hybris.platform.basecommerce.site.dao that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionBaseSiteDao.findAllBaseSites()Returns list of all BaseSites or null when nothing was found. -
Uses of BaseSiteModel in de.hybris.platform.basecommerce.site.dao.impl
Methods in de.hybris.platform.basecommerce.site.dao.impl that return BaseSiteModelMethods in de.hybris.platform.basecommerce.site.dao.impl that return types with arguments of type BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.basecommerce.strategies
Classes in de.hybris.platform.basecommerce.strategies with type parameters of type BaseSiteModelModifier and TypeInterfaceDescriptioninterfaceActivateBaseSiteInSessionStrategy<T extends BaseSiteModel>Strategy to abstract a session injection from possibly content related logic. -
Uses of BaseSiteModel in de.hybris.platform.basecommerce.strategies.impl
Classes in de.hybris.platform.basecommerce.strategies.impl with type parameters of type BaseSiteModelModifier and TypeClassDescriptionclassBase implementation for the activating attributes in session. -
Uses of BaseSiteModel in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelBackInStockNotificationEmailContext.getSite(StockNotificationProcessModel stockNotificationProcessModel) protected BaseSiteModelConsignmentCollectionReminderEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) protected BaseSiteModelCouponNotificationEmailContext.getSite(CouponNotificationProcessModel couponNotificationProcessModel) protected BaseSiteModelCustomerEmailContext.getSite(StoreFrontCustomerProcessModel storeFrontCustomerProcessModel) protected BaseSiteModelDeliverySentEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) protected BaseSiteModelNotPickedUpConsignmentCanceledEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) protected BaseSiteModelOrderCancelledEmailContext.getSite(OrderProcessModel orderProcessModel) protected BaseSiteModelOrderNotificationEmailContext.getSite(OrderProcessModel orderProcessModel) protected BaseSiteModelOrderPartiallyModifiedEmailContext.getSite(OrderModificationProcessModel orderProcessModel) protected BaseSiteModelOrderRefundEmailContext.getSite(OrderProcessModel orderProcessModel) protected BaseSiteModelReadyForPickupEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.cms2.catalogversion.service
Methods in de.hybris.platform.cms2.catalogversion.service with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCMSCatalogVersionService.getProductCatalogsAndVersions(boolean canRead, boolean canWrite, BaseSiteModel baseSiteModel) Returns all product catalogs and catalog versions which the current user has READ and/or WRITE permission for. -
Uses of BaseSiteModel in de.hybris.platform.cms2.catalogversion.service.impl
Methods in de.hybris.platform.cms2.catalogversion.service.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultCMSCatalogVersionService.getProductCatalogsAndVersions(boolean canRead, boolean canWrite, BaseSiteModel baseSiteModel) -
Uses of BaseSiteModel in de.hybris.platform.cms2.model.site
Subclasses of BaseSiteModel in de.hybris.platform.cms2.model.siteModifier and TypeClassDescriptionclassGenerated model class for type CMSSite first defined at extension cms2. -
Uses of BaseSiteModel in de.hybris.platform.cms2.strategies.impl
Methods in de.hybris.platform.cms2.strategies.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidDefaultCMSActivateBaseSiteInSessionStrategy.activate(BaseSiteModel site) Deprecated, for removal: This API element is subject to removal in a future version.protected Set<CatalogModel>DefaultCMSActivateBaseSiteInSessionStrategy.collectContentCatalogs(BaseSiteModel site) Deprecated, for removal: This API element is subject to removal in a future version.Collects aContentCatalogModels using additionally aCMSSiteModel.getContentCatalogs()specific for CMS. -
Uses of BaseSiteModel in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidCMSSitePopulator.populate(BaseSiteModel source, BaseSiteData target) -
Uses of BaseSiteModel in de.hybris.platform.commercefacades.basesites.converters.populator
Methods in de.hybris.platform.commercefacades.basesites.converters.populator that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Converter<BaseSiteModel,CaptchaConfigData> BaseSitePopulator.getCaptchaConfigConverter()Methods in de.hybris.platform.commercefacades.basesites.converters.populator with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidBaseSitePopulator.populate(BaseSiteModel source, BaseSiteData target) Method parameters in de.hybris.platform.commercefacades.basesites.converters.populator with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidBaseSitePopulator.setCaptchaConfigConverter(Converter<BaseSiteModel, CaptchaConfigData> captchaConfigConverter) -
Uses of BaseSiteModel in de.hybris.platform.commercefacades.basesites.impl
Methods in de.hybris.platform.commercefacades.basesites.impl that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Converter<BaseSiteModel,BaseSiteData> DefaultBaseSiteFacade.getBaseSiteConverter()Method parameters in de.hybris.platform.commercefacades.basesites.impl with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidDefaultBaseSiteFacade.setBaseSiteConverter(Converter<BaseSiteModel, BaseSiteData> baseSiteConverter) -
Uses of BaseSiteModel in de.hybris.platform.commercefacades.captcha.converters.populator
Methods in de.hybris.platform.commercefacades.captcha.converters.populator with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidCaptchaConfigPopulator.populate(BaseSiteModel baseSiteModel, CaptchaConfigData captchaConfigData) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.consent
Methods in de.hybris.platform.commerceservices.consent with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCommerceConsentService.getConsentTemplate(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) Finds the consent template for the suppliedconsentTemplateId,consentTemplateVersionandbaseSite.CommerceConsentService.getConsentTemplates(BaseSiteModel baseSite) Finds all the latest versions of consent templates for the givenbaseSite.CommerceConsentService.getLatestConsentTemplate(String consentTemplateId, BaseSiteModel baseSite) Finds the latest version of aConsentTemplatefor the givenconsentTemplateIdandbaseSite. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.consent.dao
Methods in de.hybris.platform.commerceservices.consent.dao with parameters of type BaseSiteModelModifier and TypeMethodDescriptionConsentTemplateDao.findConsentTemplateByIdAndVersionAndSite(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) Finds consent template for specified id, version and base site.ConsentTemplateDao.findConsentTemplatesBySite(BaseSiteModel baseSite) Finds available consent templates (in the latest version) for a specified base site.ConsentTemplateDao.findLatestConsentTemplateByIdAndSite(String consentTemplateId, BaseSiteModel baseSite) Finds the latest version of a consent template for a specified id and base site. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.consent.dao.impl
Methods in de.hybris.platform.commerceservices.consent.dao.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultConsentTemplateDao.findConsentTemplateByIdAndVersionAndSite(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) DefaultConsentTemplateDao.findConsentTemplatesBySite(BaseSiteModel baseSite) DefaultConsentTemplateDao.findLatestConsentTemplateByIdAndSite(String consentTemplateId, BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.consent.impl
Methods in de.hybris.platform.commerceservices.consent.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultCommerceConsentService.getConsentTemplate(String consentTemplateId, Integer consentTemplateVersion, BaseSiteModel baseSite) DefaultCommerceConsentService.getConsentTemplates(BaseSiteModel baseSite) DefaultCommerceConsentService.getLatestConsentTemplate(String consentTemplateId, BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected List<ConsentTemplateModel>DefaultCustomerAccountService.populateAndGetSessionConsentsToRegisteredUser(CustomerModel customerModel, BaseSiteModel baseSiteModel) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.customer.validator
Methods in de.hybris.platform.commerceservices.customer.validator with parameters of type BaseSiteModelModifier and TypeMethodDescriptionbooleanCustomerSiteValidator.isValid(BaseSiteModel baseSiteModel, javax.validation.ConstraintValidatorContext context) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.event
Classes in de.hybris.platform.commerceservices.event with type parameters of type BaseSiteModelModifier and TypeClassDescriptionclassAbstractCommerceUserEvent<T extends BaseSiteModel>Abstract base class for user events generated in the commerceservices layer.classAbstractQuoteSubmitEvent<T extends BaseSiteModel>Abstract base class for Quote submit events which can be extended to create a new event. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.impersonation
Methods in de.hybris.platform.commerceservices.impersonation that return BaseSiteModelMethods in de.hybris.platform.commerceservices.impersonation with parameters of type BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.impersonation.impl
Methods in de.hybris.platform.commerceservices.impersonation.impl that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelDefaultImpersonationService.determineSessionBaseSite(ImpersonationContext context) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.model.consent
Methods in de.hybris.platform.commerceservices.model.consent that return BaseSiteModelModifier and TypeMethodDescriptionConsentTemplateModel.getBaseSite()Generated method - Getter of theConsentTemplate.baseSiteattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.consent with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidConsentTemplateModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofConsentTemplate.baseSiteattribute defined at extensioncommerceservices.Constructors in de.hybris.platform.commerceservices.model.consent with parameters of type BaseSiteModelModifierConstructorDescriptionConsentTemplateModel(BaseSiteModel _baseSite, String _id, ItemModel _owner, Integer _version) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsentTemplateModel(BaseSiteModel _baseSite, String _id, Integer _version) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.model.process
Methods in de.hybris.platform.commerceservices.model.process that return BaseSiteModelModifier and TypeMethodDescriptionStoreFrontProcessModel.getSite()Generated method - Getter of theStoreFrontProcess.siteattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.process with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidStoreFrontProcessModel.setSite(BaseSiteModel value) Generated method - Setter ofStoreFrontProcess.siteattribute defined at extensioncommerceservices. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.model.user
Methods in de.hybris.platform.commerceservices.model.user that return BaseSiteModelModifier and TypeMethodDescriptionSiteEmployeeGroupModel.getVisibleSite()Generated method - Getter of theSiteEmployeeGroup.visibleSiteattribute defined at extensioncommerceservices.Methods in de.hybris.platform.commerceservices.model.user with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidSiteEmployeeGroupModel.setVisibleSite(BaseSiteModel value) Generated method - Setter ofSiteEmployeeGroup.visibleSiteattribute defined at extensioncommerceservices.Constructors in de.hybris.platform.commerceservices.model.user with parameters of type BaseSiteModelModifierConstructorDescriptionSiteEmployeeGroupModel(ItemModel _owner, String _uid, BaseSiteModel _visibleSite) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteEmployeeGroupModel(String _uid, BaseSiteModel _visibleSite) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.multisite.interceptors
Methods in de.hybris.platform.commerceservices.multisite.interceptors with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidMultiSiteBaseSiteRemoveInterceptor.onRemove(BaseSiteModel baseSiteModel, InterceptorContext ctx) voidMultiSiteBaseSiteValidateInterceptor.onValidate(BaseSiteModel baseSiteModel, InterceptorContext ctx) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.multisite.restrictions
Method parameters in de.hybris.platform.commerceservices.multisite.restrictions with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidMultiSiteSearchRestrictionTest.searchAllItemsAndMatch(Collection<org.hamcrest.Matcher<? super BaseSiteModel>> siteItemMatchers, Collection<org.hamcrest.Matcher<? super BaseStoreModel>> storeItemMatchers, Collection<org.hamcrest.Matcher<? super CustomerModel>> customerItemMatchers, Collection<org.hamcrest.Matcher<? super CartModel>> cartItemMatchers, Collection<org.hamcrest.Matcher<? super ConsentTemplateModel>> consentTemplateItemMatchers, Collection<org.hamcrest.Matcher<? super ConsentModel>> consentItemMatchers, Collection<org.hamcrest.Matcher<? super ConsignmentModel>> consignmentItemMatchers, Collection<org.hamcrest.Matcher<? super CustomerReviewModel>> customerReviewItemMatchers, Collection<org.hamcrest.Matcher<? super SitePreferenceModel>> sitePreferenceMatchers, Collection<org.hamcrest.Matcher<? super AuditReportDataModel>> auditReportDataMatchers, Collection<org.hamcrest.Matcher<? super ReturnRequestModel>> returnRequestMatchers) protected voidMultiSiteSearchRestrictionTest.searchAllItemsAndMatchWithUser(UserModel user, Collection<org.hamcrest.Matcher<? super BaseSiteModel>> siteItemMatchers, Collection<org.hamcrest.Matcher<? super BaseStoreModel>> storeItemMatchers, Collection<org.hamcrest.Matcher<? super CustomerModel>> customerItemMatchers, Collection<org.hamcrest.Matcher<? super CartModel>> cartItemMatchers, Collection<org.hamcrest.Matcher<? super ConsentTemplateModel>> consentTemplateItemMatchers, Collection<org.hamcrest.Matcher<? super ConsentModel>> consentItemMatchers, Collection<org.hamcrest.Matcher<? super ConsignmentModel>> consignmentItemMatchers, Collection<org.hamcrest.Matcher<? super CustomerReviewModel>> customerReviewItemMatchers, Collection<org.hamcrest.Matcher<? super SitePreferenceModel>> sitePreferenceMatchers, Collection<org.hamcrest.Matcher<? super AuditReportDataModel>> auditReportDataMatchers, Collection<org.hamcrest.Matcher<? super ReturnRequestModel>> returnRequestMatchers) protected voidMultiSiteSearchRestrictionTest.searchAllItemsAndMatchWithUserAndSites(UserModel user, Set<?> sites, Collection<org.hamcrest.Matcher<? super BaseSiteModel>> siteItemMatchers, Collection<org.hamcrest.Matcher<? super BaseStoreModel>> storeItemMatchers, Collection<org.hamcrest.Matcher<? super CustomerModel>> customerItemMatchers, Collection<org.hamcrest.Matcher<? super CartModel>> cartItemMatchers, Collection<org.hamcrest.Matcher<? super ConsentTemplateModel>> consentTemplateItemMatchers, Collection<org.hamcrest.Matcher<? super ConsentModel>> consentItemMatchers, Collection<org.hamcrest.Matcher<? super ConsignmentModel>> consignmentItemMatchers, Collection<org.hamcrest.Matcher<? super CustomerReviewModel>> customerReviewItemMatchers, Collection<org.hamcrest.Matcher<? super SitePreferenceModel>> sitePreferenceMatchers, Collection<org.hamcrest.Matcher<? super AuditReportDataModel>> auditReportDataMatchers, Collection<org.hamcrest.Matcher<? super ReturnRequestModel>> returnRequestMatchers) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCommerceCartService.getCartForGuidAndSite(String guid, BaseSiteModel site) Locate a cart for the specified guid and siteCommerceCartService.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) Locate a cart for the specified guid and site and user.CommerceCartService.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) Locate all carts for the specified site and user.CommerceSaveCartService.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) Get the number of saved cart by user and baseSiteCommerceSaveCartService.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) Retrieve carts by user and baseSite where order status equals ones of the status in the list.voidCommerceCartService.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCommerceCartDao.getCartForGuidAndSite(String guid, BaseSiteModel site) Gets the cart for guid and site.CommerceCartDao.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) Gets the cart for guid and site and user.CommerceCartDao.getCartForSiteAndUser(BaseSiteModel site, UserModel user) Gets the cart for site and user.CommerceCartDao.getCartsForRemovalForSiteAndUser(Date modifiedBefore, BaseSiteModel site, UserModel user) Gets the carts for removal for site and user.CommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) Gets the carts for site and user.SaveCartDao.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) Return the total number of the saved carts by user and basesiteSaveCartDao.getSavedCartsForRemovalForSite(BaseSiteModel site) Returns a list of saved carts which have to be deletedSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) Retrieve carts by user and basesite where order status equals ones of the status in the list. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultCommerceCartDao.getCartForGuidAndSite(String guid, BaseSiteModel site) DefaultCommerceCartDao.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) DefaultCommerceCartDao.getCartForSiteAndUser(BaseSiteModel site, UserModel user) DefaultCommerceCartDao.getCartsForRemovalForSiteAndUser(Date modifiedBefore, BaseSiteModel site, UserModel user) DefaultCommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) DefaultSaveCartDao.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) DefaultSaveCartDao.getSavedCartsForRemovalForSite(BaseSiteModel site) DefaultSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidDefaultCommerceSaveCartServiceIntegrationTest.createSavedCart(UserModel user, BaseSiteModel baseSite, String cartNamePrefix) protected voidDefaultCommerceSaveCartServiceIntegrationTest.createSavedCarts(BaseSiteModel baseSite, UserModel user) DefaultCommerceCartService.getCartForGuidAndSite(String guid, BaseSiteModel site) DefaultCommerceCartService.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) DefaultCommerceCartService.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) DefaultCommerceSaveCartService.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) DefaultCommerceSaveCartService.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) voidDefaultCommerceCartService.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) protected voidDefaultCommerceSaveCartServiceIntegrationTest.sortAndTest(BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.price
Methods in de.hybris.platform.commerceservices.price that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelDefaultCommercePriceServiceIntTest.createSite(boolean net) Methods in de.hybris.platform.commerceservices.price with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidDefaultCommercePriceServiceIntTest.updateBaseSite(BaseSiteModel siteModel, boolean net) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as BaseSiteModelModifier and TypeFieldDescriptionprotected BaseSiteModelDefaultCommercePromotionGroupStrategyTest.baseSite -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelCommerceIndexConfigPopulator.findBaseSiteForConfig(SolrFacetSearchConfigModel configModel) -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return BaseSiteModelMethods in de.hybris.platform.commerceservices.service.data with parameters of type BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.strategies
Methods in de.hybris.platform.commerceservices.strategies that return BaseSiteModelModifier and TypeMethodDescriptionCommerceStrategyTestHelper.createSite(ModelService modelService, BaseSiteService siteService) Methods in de.hybris.platform.commerceservices.strategies with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidStaleCartRemovalStrategy.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.strategies.impl
Methods in de.hybris.platform.commerceservices.strategies.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidDefaultStaleCartRemovalStrategy.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of BaseSiteModel in de.hybris.platform.commerceservices.user.impl
Methods in de.hybris.platform.commerceservices.user.impl that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Set<BaseSiteModel>DefaultMultiSiteUserSessionService.resolveSites() -
Uses of BaseSiteModel in de.hybris.platform.commercewebservices.core.strategies
Methods in de.hybris.platform.commercewebservices.core.strategies with parameters of type BaseSiteModelModifier and TypeMethodDescriptionBaseStoreForSiteSelectorStrategy.getBaseStore(BaseSiteModel baseSiteModel) -
Uses of BaseSiteModel in de.hybris.platform.commercewebservices.core.strategies.impl
Methods in de.hybris.platform.commercewebservices.core.strategies.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultBaseStoreForSiteSelectorStrategy.getBaseStore(BaseSiteModel baseSiteModel) -
Uses of BaseSiteModel in de.hybris.platform.commercewebservicescommons.annotation
Methods in de.hybris.platform.commercewebservicescommons.annotation with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected booleanSiteChannelRestrictionAspect.isBaseSiteAllowed(BaseSiteModel baseSite, Method method) Checks if the site channel of a base site is an allowed site channel -
Uses of BaseSiteModel in de.hybris.platform.commercewebservicescommons.model
Methods in de.hybris.platform.commercewebservicescommons.model that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionOldCartRemovalCronJobModel.getSites()Generated method - Getter of theOldCartRemovalCronJob.sitesattribute defined at extensioncommercewebservicescommons.Method parameters in de.hybris.platform.commercewebservicescommons.model with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidOldCartRemovalCronJobModel.setSites(Collection<BaseSiteModel> value) Generated method - Setter ofOldCartRemovalCronJob.sitesattribute defined at extensioncommercewebservicescommons. -
Uses of BaseSiteModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return BaseSiteModelModifier and TypeMethodDescriptionAbstractOrderModel.getSite()Generated method - Getter of theAbstractOrder.siteattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.order with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setSite(BaseSiteModel value) Generated method - Setter ofAbstractOrder.siteattribute defined at extensioncommerceservices. -
Uses of BaseSiteModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return BaseSiteModelModifier and TypeMethodDescriptionCustomerModel.getSite()Generated method - Getter of theCustomer.siteattribute defined at extensioncommerceservices.SitePreferenceModel.getSite()Generated method - Getter of theSitePreference.siteattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.user with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidCustomerModel.setSite(BaseSiteModel value) Generated method - Initial setter ofCustomer.siteattribute defined at extensioncommerceservices.voidSitePreferenceModel.setSite(BaseSiteModel value) Generated method - Initial setter ofSitePreference.siteattribute defined at extensioncommerceservices.Constructors in de.hybris.platform.core.model.user with parameters of type BaseSiteModelModifierConstructorDescriptionCustomerModel(Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, BaseSiteModel _site, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSitePreferenceModel(CustomerModel _customer, BaseSiteModel _site) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSitePreferenceModel(CustomerModel _customer, ItemModel _owner, BaseSiteModel _site) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.customercouponfacades.process.email.context
Methods in de.hybris.platform.customercouponfacades.process.email.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelCouponNotificationEmailContext.getSite(CouponNotificationProcessModel couponNotificationProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return BaseSiteModelModifier and TypeMethodDescriptionCouponNotificationModel.getBaseSite()Generated method - Getter of theCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidCouponNotificationModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofCouponNotification.baseSiteattribute defined at extensioncustomercouponservices.Constructors in de.hybris.platform.customercouponservices.model with parameters of type BaseSiteModelModifierConstructorDescriptionCouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCouponNotificationModel(BaseSiteModel _baseSite, CustomerModel _customer, CustomerCouponModel _customerCoupon, LanguageModel _language, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.customercouponservices.strategies
Methods in de.hybris.platform.customercouponservices.strategies that return BaseSiteModelModifier and TypeMethodDescriptionCouponNotificationProcessContextStrategy.getCmsSite(BusinessProcessModel businessProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.customerinterestsservices.model
Methods in de.hybris.platform.customerinterestsservices.model that return BaseSiteModelModifier and TypeMethodDescriptionProductInterestModel.getBaseSite()Generated method - Getter of theProductInterest.baseSiteattribute defined at extensioncustomerinterestsservices.ProductInterestsProcessModel.getBaseSite()Generated method - Getter of theProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.Methods in de.hybris.platform.customerinterestsservices.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidProductInterestModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofProductInterest.baseSiteattribute defined at extensioncustomerinterestsservices.voidProductInterestsProcessModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofProductInterestsProcess.baseSiteattribute defined at extensioncustomerinterestsservices.Constructors in de.hybris.platform.customerinterestsservices.model with parameters of type BaseSiteModelModifierConstructorDescriptionProductInterestModel(BaseSiteModel _baseSite, BaseStoreModel _baseStore, LanguageModel _language, NotificationType _notificationType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductInterestModel(BaseSiteModel _baseSite, BaseStoreModel _baseStore, LanguageModel _language, NotificationType _notificationType, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.customerinterestsservices.productinterest
Methods in de.hybris.platform.customerinterestsservices.productinterest with parameters of type BaseSiteModelModifier and TypeMethodDescriptionProductInterestService.getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the ProductInterestModel by productModel, customerModel, notificationType, baseStore,baseSite.ProductInterestService.getProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the expired and effective ProductInterestModels by productModel, customerModel, notificationType, baseStore,baseSite. -
Uses of BaseSiteModel in de.hybris.platform.customerinterestsservices.productinterest.daos
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos with parameters of type BaseSiteModelModifier and TypeMethodDescriptionProductInterestDao.findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the ProductInterestModel by its productModel, customerModel, notificationType and baseStore.ProductInterestDao.findProductInterestRelationsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) Find all interests watched by current customerProductInterestDao.findProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find expired and effective ProductInterestModels by its productModel, customerModel, notificationType and baseStore.ProductInterestDao.findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method will get all the interests of the current customerProductInterestDao.findProductsByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) Find interests watched by current customerintProductInterestDao.findProductsCountByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) Find the total count of products watched by customer -
Uses of BaseSiteModel in de.hybris.platform.customerinterestsservices.productinterest.daos.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected FlexibleSearchQueryDefaultProductInterestDao.buildPagedProductInterestsQuery(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) protected FlexibleSearchQueryDefaultProductInterestDao.buildProductInterestsQuery(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterestRelationsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductsByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) intDefaultProductInterestDao.findProductsCountByCustomerInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite, PageableData pageableData) -
Uses of BaseSiteModel in de.hybris.platform.customerinterestsservices.productinterest.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultProductInterestService.getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestService.getProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return BaseSiteModelMethods in de.hybris.platform.customersupportbackoffice.data with parameters of type BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.ListModelList<BaseSiteModel>SessionContextController.getAvailableSites()return current available sites in the systemMethods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidSessionContextController.handleSiteUpdate(BaseSiteModel baseSiteModel) -
Uses of BaseSiteModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util with parameters of type BaseSiteModelModifier and TypeMethodDescriptionstatic StringAsmUtils.getAsmDeepLink(BaseSiteModel currentSite, SessionContextModel sessionContext) Method constructs deep link for asm as href -
Uses of BaseSiteModel in de.hybris.platform.marketplaceservices.catalog.impl
Classes in de.hybris.platform.marketplaceservices.catalog.impl with type parameters of type BaseSiteModelModifier and TypeClassDescriptionclassOverride implementation for marketplace related activating attributes in session inDefaultActivateBaseSiteInSessionStrategy -
Uses of BaseSiteModel in de.hybris.platform.ordermanagementfacades
Fields in de.hybris.platform.ordermanagementfacades declared as BaseSiteModelModifier and TypeFieldDescriptionprotected BaseSiteModelBaseOrdermanagementFacadeTest.baseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.personalizationfacades.customersegmentation.impl
Methods in de.hybris.platform.personalizationfacades.customersegmentation.impl that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelDefaultCustomerSegmentationFacade.getBaseSite(String baseSite) Methods in de.hybris.platform.personalizationfacades.customersegmentation.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected Optional<CxUserToSegmentModel>DefaultCustomerSegmentationFacade.getUserToSegmentExact(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, String provider) -
Uses of BaseSiteModel in de.hybris.platform.personalizationintegration.strategies.impl
Methods in de.hybris.platform.personalizationintegration.strategies.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidTestSegmentsProvider.addSegment(BaseSiteModel baseSiteModel, BaseSegmentData segment) protected voidDefaultCxUpdateSegmentStrategyIntegrationTest.configureSegmentProvider(BaseSiteModel baseSite, TestSegmentsProvider provider, String... segmentCodes) protected CxUpdateSegmentContextDefaultCxUpdateSegmentStrategyIntegrationTest.createUpdateContext(BaseSiteModel baseSite, boolean fullUpdate, String... provider) voidTestSegmentsProvider.setSegments(BaseSiteModel baseSite, List<BaseSegmentData> segments) -
Uses of BaseSiteModel in de.hybris.platform.personalizationsearchweb.queries
Methods in de.hybris.platform.personalizationsearchweb.queries that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelCxGetIndexTypesForSiteExecutor.getBaseSite(Map<String, String> params) Deprecated.since 2011.Methods in de.hybris.platform.personalizationsearchweb.queries with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected SolrFacetSearchConfigModelCxGetIndexTypesForSiteExecutor.getSolrConfigForBaseSite(BaseSiteModel baseSite) Deprecated.since 2011.protected SolrFacetSearchConfigModelCxGetIndexTypesForSiteExecutor.getSolrConfigForBaseStore(BaseSiteModel baseSite) Deprecated.since 2011. -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices
Methods in de.hybris.platform.personalizationservices that return types with arguments of type BaseSiteModelMethod parameters in de.hybris.platform.personalizationservices with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidCxUpdateSegmentContext.setBaseSites(Set<BaseSiteModel> baseSites) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.configuration
Methods in de.hybris.platform.personalizationservices.configuration with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCxConfigurationService.getActionResultMaxRepeat(BaseSiteModel baseSiteModel) Retrieves number of retires in case of action result load error caused by optimistic locking failure from configuration retrieved with given base site.CxConfigurationService.getCalculationProcessName(BaseSiteModel baseSiteModel) Retrieves calculation process name for given base site.CxConfigurationService.getCatalogLookupType(BaseSiteModel baseSiteModel) Returns Catalog lookup type configured for given base site.CxConfigurationService.getConfiguration(BaseSiteModel baseSiteModel) Retrieves configuration with given base siteCxConfigurationService.getConsentGivenActions(BaseSiteModel baseSiteModel) Retrieves actions which should be called after user gives all required consents for given base site.CxConfigurationService.getConsentTemplates(BaseSiteModel baseSiteModel) Retrieve ConsentTemplates for personalization for for given base site.CxConfigurationService.getDefaultActionsForAnonymous(BaseSiteModel baseSiteModel) Returns first set of actions executed for anonymous user for given base site.CxConfigurationService.getMinAffinity(BaseSiteModel baseSiteModel) Retrieves minimum affinity for user to segment relation from configuration retrieved with given base site.CxConfigurationService.getPeriodicVoterConfigurations(BaseSiteModel baseSiteModel) Retrieves list of periodic configurations with given base site.CxConfigurationService.getUrlVoterConfigurations(BaseSiteModel baseSiteModel) Retrieves list of url voter configurations with given base site.CxConfigurationService.getUserChangedActions(BaseSiteModel baseSiteModel) Retrieves actions which should be called after user changed event from configuration retrieved with given base site.CxConfigurationService.isUserSegmentsStoreInSession(BaseSiteModel baseSite) Checks if user segments should be stored in session and save to database after session ends -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.configuration.impl
Methods in de.hybris.platform.personalizationservices.configuration.impl that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Optional<BaseSiteModel>DefaultCxConfigurationService.getCurrentBaseSite()Methods in de.hybris.platform.personalizationservices.configuration.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultCxConfigurationService.getActionResultMaxRepeat(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getCalculationProcessName(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getCatalogLookupType(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getConfiguration(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getConsentGivenActions(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getConsentTemplates(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getDefaultActionsForAnonymous(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getMinAffinity(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getPeriodicVoterConfigurations(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getUrlVoterConfigurations(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.getUserChangedActions(BaseSiteModel baseSiteModel) DefaultCxConfigurationService.isUserSegmentsStoreInSession(BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.cronjob
Method parameters in de.hybris.platform.personalizationservices.cronjob with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected CxUpdateSegmentsCronJobModelCxUpdateSegmentsJobTest.createCronJob(boolean fullUpdate, Set<BaseSiteModel> baseSites, Set<String> providers) protected Collection<CatalogVersionModel>CxDefaultPersonalizationCalculationJob.getPersonalizedActiveCatalogVersions(Set<BaseSiteModel> baseSites) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.model
Methods in de.hybris.platform.personalizationservices.model that return BaseSiteModelModifier and TypeMethodDescriptionCxUserToSegmentModel.getBaseSite()Generated method - Getter of theCxUserToSegment.baseSiteattribute defined at extensionpersonalizationservices.Methods in de.hybris.platform.personalizationservices.model that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionCxUpdateSegmentsCronJobModel.getBaseSites()Generated method - Getter of theCxUpdateSegmentsCronJob.baseSitesattribute defined at extensionpersonalizationservices.Methods in de.hybris.platform.personalizationservices.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidCxUserToSegmentModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofCxUserToSegment.baseSiteattribute defined at extensionpersonalizationservices.Method parameters in de.hybris.platform.personalizationservices.model with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidCxUpdateSegmentsCronJobModel.setBaseSites(Set<BaseSiteModel> value) Generated method - Setter ofCxUpdateSegmentsCronJob.baseSitesattribute defined at extensionpersonalizationservices. -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.model.config
Methods in de.hybris.platform.personalizationservices.model.config that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionCxConfigModel.getBaseSites()Generated method - Getter of theCxConfig.baseSitesattribute defined at extensionpersonalizationservices.Method parameters in de.hybris.platform.personalizationservices.model.config with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidCxConfigModel.setBaseSites(Set<BaseSiteModel> value) Generated method - Setter ofCxConfig.baseSitesattribute defined at extensionpersonalizationservices. -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.model.process
Methods in de.hybris.platform.personalizationservices.model.process that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionCxDefaultPersonalizationCalculationCronJobModel.getBaseSites()Generated method - Getter of theCxDefaultPersonalizationCalculationCronJob.baseSitesattribute defined at extensionpersonalizationservices.Method parameters in de.hybris.platform.personalizationservices.model.process with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidCxDefaultPersonalizationCalculationCronJobModel.setBaseSites(Set<BaseSiteModel> value) Generated method - Setter ofCxDefaultPersonalizationCalculationCronJob.baseSitesattribute defined at extensionpersonalizationservices.Constructor parameters in de.hybris.platform.personalizationservices.model.process with type arguments of type BaseSiteModelModifierConstructorDescriptionCxDefaultPersonalizationCalculationCronJobModel(Set<BaseSiteModel> _baseSites, JobModel _job) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxDefaultPersonalizationCalculationCronJobModel(Set<BaseSiteModel> _baseSites, JobModel _job, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.segment
Methods in de.hybris.platform.personalizationservices.segment with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCxUserSegmentService.getUserSegments(UserModel user, BaseSiteModel baseSite) Method returns user segment relationsCxSegmentService.getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) Retrieves relation object between user and segment.voidCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments) Save user to segment relations in database.voidCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, CxCalculationContext context) Save user to segment relations in database. -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.segment.converters
Methods in de.hybris.platform.personalizationservices.segment.converters with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected CxUserToSegmentModelCxUserSegmentConversionHelper.convertDataToModel(UserModel user, UserToSegmentData data, Map<String, CxSegmentModel> segmentsModelMap, BaseSiteModel baseSite) CxUserSegmentConversionHelper.convertToModel(UserModel user, Collection<? extends UserToSegmentData> userToSegments, BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.segment.dao
Methods in de.hybris.platform.personalizationservices.segment.dao with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCxUserToSegmentDao.findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) Retrieves relation object between user and segment. -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.segment.dao.impl
Methods in de.hybris.platform.personalizationservices.segment.dao.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultCxUserToSegmentDao.findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.segment.impl
Methods in de.hybris.platform.personalizationservices.segment.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected CxUserToSegmentModelDefaultCxSegmentServiceIntegrationTest.createUserSegment(UserModel user, BigDecimal affinity, String segmentCode, BaseSiteModel baseSite) protected CxUserToSegmentModelDefaultCxUserSegmentServiceIntegrationTest.createUserSegment(UserModel user, String providerId, BigDecimal affinity, String segmentCode, BaseSiteModel baseSite) protected CxUserToSegmentModelDefaultCxUserSegmentServiceIntegrationTest.createUserSegment(UserModel user, BigDecimal affinity, String segmentCode, BaseSiteModel baseSite) protected Collection<CxUserToSegmentModel>DefaultCxSegmentServiceIntegrationTest.createUserSegments(UserModel user, BigDecimal affinity, BaseSiteModel baseSite, String... segments) protected Collection<CxUserToSegmentModel>DefaultCxUserSegmentServiceIntegrationTest.createUserSegments(UserModel user, String providerId, BigDecimal affinity, BaseSiteModel baseSite, String... segments) protected Collection<CxUserToSegmentModel>DefaultCxUserSegmentServiceIntegrationTest.createUserSegments(UserModel user, BigDecimal affinity, BaseSiteModel baseSite, String... segments) DefaultCxUserSegmentService.getUserSegments(UserModel user, BaseSiteModel baseSite) DefaultCxSegmentService.getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) voidDefaultCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments) voidDefaultCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, CxCalculationContext context) protected voidDefaultCxUserSegmentService.updateUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, boolean onlyAdd) protected voidDefaultCxUserSegmentService.updateUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, Set<String> providers, boolean onlyAdd) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.setup
Methods in de.hybris.platform.personalizationservices.setup with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected CxUserToSegmentModelPersonalizationServicesSystemSetup.copyUserToSegment(CxUserToSegmentModel us, BaseSiteModel baseSite) protected voidPersonalizationServicesSystemSetup.updateUserToSegment(CxUserToSegmentModel model, BaseSiteModel baseSite) Method parameters in de.hybris.platform.personalizationservices.setup with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidPersonalizationServicesSystemSetup.updateUserToSegment(List<BaseSiteModel> baseSites) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.strategies
Methods in de.hybris.platform.personalizationservices.strategies with parameters of type BaseSiteModelModifier and TypeMethodDescriptionCxConfigurationLookupStrategy.getConfiguration(BaseSiteModel baseSite) Retrieves configuration for given base site -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.strategies.impl
Methods in de.hybris.platform.personalizationservices.strategies.impl that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected Optional<BaseSiteModel>DefaultCxConfigurationLookupStrategy.getCurrentBaseSite()Methods in de.hybris.platform.personalizationservices.strategies.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultCxConfigurationLookupStrategy.getConfiguration(BaseSiteModel baseSite) -
Uses of BaseSiteModel in de.hybris.platform.personalizationservices.task
Methods in de.hybris.platform.personalizationservices.task that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelCxRegisteredUserSessionCloseTaskRunnerTest.createBaseSite(String baseSiteId) -
Uses of BaseSiteModel in de.hybris.platform.sap.productconfig.services.event.util.impl
Methods in de.hybris.platform.sap.productconfig.services.event.util.impl that return BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.sap.productconfig.services.model
Methods in de.hybris.platform.sap.productconfig.services.model that return BaseSiteModelModifier and TypeMethodDescriptionProductConfigurationPersistenceCleanUpCronJobModel.getBaseSite()Generated method - Getter of theProductConfigurationPersistenceCleanUpCronJob.baseSiteattribute defined at extensionsapproductconfigservices.Methods in de.hybris.platform.sap.productconfig.services.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidProductConfigurationPersistenceCleanUpCronJobModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofProductConfigurationPersistenceCleanUpCronJob.baseSiteattribute defined at extensionsapproductconfigservices. -
Uses of BaseSiteModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionSnIndexTypeModel.getSites()Generated method - Getter of theSnIndexType.sitesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidSnIndexTypeModel.setSites(List<BaseSiteModel> value) Generated method - Setter ofSnIndexType.sitesattribute defined at extensioncommerceservices. -
Uses of BaseSiteModel in de.hybris.platform.selectivecartservices.daos.impl
Methods in de.hybris.platform.selectivecartservices.daos.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionSelectiveSaveCartDao.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) SelectiveSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of BaseSiteModel in de.hybris.platform.site
Methods in de.hybris.platform.site that return BaseSiteModelModifier and TypeMethodDescriptionBaseSiteService.getBaseSiteForUID(String siteUid) Returns site for the given site uid.BaseSiteService.getCurrentBaseSite()Returns current site from the session for current user.Methods in de.hybris.platform.site that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionBaseSiteService.getAllBaseSites()Returns allBaseSiteinstances.Methods in de.hybris.platform.site with parameters of type BaseSiteModelModifier and TypeMethodDescriptionBaseSiteService.getProductCatalogs(BaseSiteModel site) Gets the product catalogs forBaseSiteModelobject.voidBaseSiteService.setCurrentBaseSite(BaseSiteModel baseSiteModel, boolean activateAdditionalSessionAdjustments) Sets the given site as current and possibly performs an additionalActivateBaseSiteInSessionStrategy.activate(BaseSiteModel)logic -
Uses of BaseSiteModel in de.hybris.platform.site.impl
Methods in de.hybris.platform.site.impl that return BaseSiteModelModifier and TypeMethodDescriptionDefaultBaseSiteService.getBaseSiteForUID(String siteUid) DefaultBaseSiteService.getCurrentBaseSite()protected BaseSiteModelDefaultBaseSiteService.getCurrentBaseSiteImpl()Methods in de.hybris.platform.site.impl that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionprotected ActivateBaseSiteInSessionStrategy<BaseSiteModel>DefaultBaseSiteService.getActivateBaseSiteInSessionStrategy()DefaultBaseSiteService.getAllBaseSites()Methods in de.hybris.platform.site.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultBaseSiteService.getProductCatalogs(BaseSiteModel site) voidDefaultBaseSiteService.setCurrentBaseSite(BaseSiteModel newBaseSite, boolean activateAdditionalSessionAdjustments) protected voidDefaultBaseSiteService.setCurrentBaseSiteImpl(BaseSiteModel newBaseSite) Method parameters in de.hybris.platform.site.impl with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidDefaultBaseSiteService.setActivateBaseSiteInSessionStrategy(ActivateBaseSiteInSessionStrategy<BaseSiteModel> activateBaseSiteInSessionStrategy) -
Uses of BaseSiteModel in de.hybris.platform.smarteditaddon.service.impl
Methods in de.hybris.platform.smarteditaddon.service.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected StringDefaultSmartEditEmailComponentRenderingService.renderTemplate(AbstractCMSComponentModel component, RendererTemplateModel renderTemplate, BaseSiteModel site) Render the given component template with data from the given component -
Uses of BaseSiteModel in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return BaseSiteModelMethods in de.hybris.platform.solrfacetsearch.config with parameters of type BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.stocknotificationfacades.process.email.context
Methods in de.hybris.platform.stocknotificationfacades.process.email.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelBackInStockNotificationEmailContext.getSite(StockNotificationProcessModel stockNotificationProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.stocknotificationservices.process.strategies.impl
Methods in de.hybris.platform.stocknotificationservices.process.strategies.impl that return BaseSiteModelModifier and TypeMethodDescriptionProductInterestProcessContextStrategy.getCmsSite(BusinessProcessModel businessProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type BaseSiteModelModifier and TypeMethodDescriptionBaseStoreModel.getCmsSites()Generated method - Getter of theBaseStore.cmsSitesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.store with type arguments of type BaseSiteModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setCmsSites(Collection<BaseSiteModel> value) Generated method - Setter ofBaseStore.cmsSitesattribute defined at extensionbasecommerce. -
Uses of BaseSiteModel in de.hybris.platform.subscriptionservices.daos.impl
Methods in de.hybris.platform.subscriptionservices.daos.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultSubscriptionCommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) -
Uses of BaseSiteModel in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao with parameters of type BaseSiteModelModifier and TypeMethodDescriptionTicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) Find all tickets that are associated with the customer and current site, in descending and order by Modified date time.TicketDao.findTicketsBySiteAndCustomer(BaseSiteModel baseSite, UserModel customer) Find all tickets that are associated with the customer in descending and order by Modified date time. -
Uses of BaseSiteModel in de.hybris.platform.ticket.dao.impl
Methods in de.hybris.platform.ticket.dao.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultTicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) DefaultTicketDao.findTicketsBySiteAndCustomer(BaseSiteModel baseSite, UserModel customer) Find all tickets that are associated with the customer in descending and order by Modified date time. -
Uses of BaseSiteModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return BaseSiteModelModifier and TypeMethodDescriptionCsTicketModel.getBaseSite()Generated method - Getter of theCsTicket.baseSiteattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidCsTicketModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofCsTicket.baseSiteattribute defined at extensionticketsystem. -
Uses of BaseSiteModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service with parameters of type BaseSiteModelModifier and TypeMethodDescriptionTicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) Find all tickets that are associated with the customer in order by Modified date and time.TicketService.getTicketsForSiteAndCustomer(BaseSiteModel baseSite, UserModel customer) Find all tickets that are associated with the site and customer. -
Uses of BaseSiteModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultTicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) DefaultTicketService.getTicketsForSiteAndCustomer(BaseSiteModel site, UserModel customer) Find all tickets that are associated with the site and customer. -
Uses of BaseSiteModel in de.hybris.platform.ticketsystem.events
Methods in de.hybris.platform.ticketsystem.events that return BaseSiteModelMethods in de.hybris.platform.ticketsystem.events with parameters of type BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.ticketsystem.events.model
Methods in de.hybris.platform.ticketsystem.events.model that return BaseSiteModelModifier and TypeMethodDescriptionSessionEventModel.getBaseSite()Generated method - Getter of theSessionEvent.baseSiteattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticketsystem.events.model with parameters of type BaseSiteModelModifier and TypeMethodDescriptionvoidSessionEventModel.setBaseSite(BaseSiteModel value) Generated method - Setter ofSessionEvent.baseSiteattribute defined at extensionticketsystem. -
Uses of BaseSiteModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelCommonPrintLabelContext.getSite(ConsignmentProcessModel consignmentProcessModel) protected BaseSiteModelCommonReturnDocumentContext.getSite(BusinessProcessModel businessProcessModel) protected BaseSiteModelConsolidatedPickSlipContext.getSite(BusinessProcessModel businessProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.warehousing.process.strategies
Methods in de.hybris.platform.warehousing.process.strategies that return BaseSiteModelModifier and TypeMethodDescriptionConsolidatedPickSlipBusinessProcessContextStrategy.getCmsSite(BusinessProcessModel businessProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return BaseSiteModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return BaseSiteModel -
Uses of BaseSiteModel in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelConsignmentCollectionReminderEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) protected BaseSiteModelCustomerEmailContext.getSite(StoreFrontCustomerProcessModel storeFrontCustomerProcessModel) protected BaseSiteModelDeliverySentEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) protected BaseSiteModelNotPickedUpConsignmentCanceledEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) protected BaseSiteModelOrderCancelledEmailContext.getSite(OrderProcessModel orderProcessModel) protected BaseSiteModelOrderNotificationEmailContext.getSite(OrderProcessModel orderProcessModel) protected BaseSiteModelOrderPartiallyModifiedEmailContext.getSite(OrderModificationProcessModel orderProcessModel) protected BaseSiteModelOrderRefundEmailContext.getSite(OrderProcessModel orderProcessModel) protected BaseSiteModelQuoteNotificationEmailContext.getSite(QuoteProcessModel quoteProcessModel) protected BaseSiteModelReadyForPickupEmailContext.getSite(ConsignmentProcessModel consignmentProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.yacceleratorordermanagement.email
Methods in de.hybris.platform.yacceleratorordermanagement.email that return BaseSiteModelModifier and TypeMethodDescriptionprotected BaseSiteModelReturnLabelEmailContext.getSite(ReturnProcessModel returnProcessModel) -
Uses of BaseSiteModel in de.hybris.platform.ycommercewebservices.context
Methods in de.hybris.platform.ycommercewebservices.context that return BaseSiteModelModifier and TypeMethodDescriptionContextInformationLoader.initializeSiteFromRequest(javax.servlet.http.HttpServletRequest request) Method resolves base site uid from URL and set it as current site i.e
/rest/v1/mysite/cart, or
/rest/v1/mysite/customers/current
would try to set base site with uid=mysite as a current site. -
Uses of BaseSiteModel in de.hybris.platform.ycommercewebservices.context.impl
Methods in de.hybris.platform.ycommercewebservices.context.impl that return BaseSiteModelModifier and TypeMethodDescriptionDefaultContextInformationLoader.initializeSiteFromRequest(javax.servlet.http.HttpServletRequest request) Method resolves base site uid from request URL and set it as current site i.e
/rest/v1/mysite/cart, or
/rest/v1/mysite/customers/current
would try to set base site with uid=mysite as a current site.Methods in de.hybris.platform.ycommercewebservices.context.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionprotected voidDefaultContextInformationLoader.setCurrentBaseSite(BaseSiteModel baseSiteModel) -
Uses of BaseSiteModel in de.hybris.platform.ycommercewebservices.strategies
Methods in de.hybris.platform.ycommercewebservices.strategies with parameters of type BaseSiteModelModifier and TypeMethodDescriptionBaseStoreForSiteSelectorStrategy.getBaseStore(BaseSiteModel baseSiteModel) -
Uses of BaseSiteModel in de.hybris.platform.ycommercewebservices.strategies.impl
Methods in de.hybris.platform.ycommercewebservices.strategies.impl with parameters of type BaseSiteModelModifier and TypeMethodDescriptionDefaultBaseStoreForSiteSelectorStrategy.getBaseStore(BaseSiteModel baseSiteModel)