Uses of Class
de.hybris.platform.commerceservices.enums.SiteChannel
-
Packages that use SiteChannel Package Description de.hybris.platform.acceleratorservices.site de.hybris.platform.acceleratorservices.site.strategies de.hybris.platform.acceleratorservices.site.strategies.impl de.hybris.platform.acceleratorservices.urlresolver.impl de.hybris.platform.addonsupport.setup.impl de.hybris.platform.basecommerce.model.site Contains generated models for each type of de.hybris.platform.basecommerce.jalo.site package.de.hybris.platform.commerceservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.warehousing.util.builder de.hybris.platform.yacceleratorcore.event de.hybris.platform.yacceleratorordermanagement.events -
-
Uses of SiteChannel in de.hybris.platform.acceleratorservices.site
Methods in de.hybris.platform.acceleratorservices.site that return SiteChannel Modifier and Type Method Description protected abstract SiteChannelAbstractAcceleratorSiteEventListener. getSiteChannelForEvent(T event) -
Uses of SiteChannel in de.hybris.platform.acceleratorservices.site.strategies
Methods in de.hybris.platform.acceleratorservices.site.strategies with parameters of type SiteChannel Modifier and Type Method Description booleanSiteChannelValidationStrategy. validateSiteChannel(SiteChannel siteChannel)Validates theSiteChannel. -
Uses of SiteChannel in de.hybris.platform.acceleratorservices.site.strategies.impl
Methods in de.hybris.platform.acceleratorservices.site.strategies.impl that return types with arguments of type SiteChannel Modifier and Type Method Description protected java.util.Set<SiteChannel>DefaultSiteChannelValidationStrategy. getSupportedSiteChannels()Methods in de.hybris.platform.acceleratorservices.site.strategies.impl with parameters of type SiteChannel Modifier and Type Method Description booleanDefaultSiteChannelValidationStrategy. validateSiteChannel(SiteChannel siteChannel)Method parameters in de.hybris.platform.acceleratorservices.site.strategies.impl with type arguments of type SiteChannel Modifier and Type Method Description voidDefaultSiteChannelValidationStrategy. setSupportedSiteChannels(java.util.Set<SiteChannel> supportedSiteChannels) -
Uses of SiteChannel in de.hybris.platform.acceleratorservices.urlresolver.impl
Methods in de.hybris.platform.acceleratorservices.urlresolver.impl that return types with arguments of type SiteChannel Modifier and Type Method Description protected java.util.Map<SiteChannel,java.lang.String>DefaultSiteBaseUrlResolutionService. getContextRoots()Method parameters in de.hybris.platform.acceleratorservices.urlresolver.impl with type arguments of type SiteChannel Modifier and Type Method Description voidDefaultSiteBaseUrlResolutionService. setContextRoots(java.util.Map<SiteChannel,java.lang.String> contextRoots) -
Uses of SiteChannel in de.hybris.platform.addonsupport.setup.impl
Methods in de.hybris.platform.addonsupport.setup.impl that return types with arguments of type SiteChannel Modifier and Type Method Description java.util.List<SiteChannel>AddOnCoreDataImportedEventListener. getSupportedChannels()Method parameters in de.hybris.platform.addonsupport.setup.impl with type arguments of type SiteChannel Modifier and Type Method Description voidAddOnCoreDataImportedEventListener. setSupportedChannels(java.util.List<SiteChannel> supportedChannels) -
Uses of SiteChannel in de.hybris.platform.basecommerce.model.site
Methods in de.hybris.platform.basecommerce.model.site that return SiteChannel Modifier and Type Method Description SiteChannelBaseSiteModel. getChannel()Generated method - Getter of theBaseSite.channelattribute defined at extensioncommerceservices.Methods in de.hybris.platform.basecommerce.model.site with parameters of type SiteChannel Modifier and Type Method Description voidBaseSiteModel. setChannel(SiteChannel value)Generated method - Setter ofBaseSite.channelattribute defined at extensioncommerceservices. -
Uses of SiteChannel in de.hybris.platform.commerceservices.enums
Methods in de.hybris.platform.commerceservices.enums that return SiteChannel Modifier and Type Method Description static SiteChannelSiteChannel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SiteChannel[]SiteChannel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SiteChannel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type SiteChannel Modifier and Type Method Description BaseSiteModelBuilderBaseSiteModelBuilder. withChannel(SiteChannel channel)CmsSiteModelBuilderCmsSiteModelBuilder. withChannel(SiteChannel channel) -
Uses of SiteChannel in de.hybris.platform.yacceleratorcore.event
-
Uses of SiteChannel in de.hybris.platform.yacceleratorordermanagement.events
Methods in de.hybris.platform.yacceleratorordermanagement.events that return SiteChannel Modifier and Type Method Description protected SiteChannelSendReturnLabelEventListener. getSiteChannelForEvent(SendReturnLabelEvent event)Methods in de.hybris.platform.yacceleratorordermanagement.events that return types with arguments of type SiteChannel Modifier and Type Method Description protected java.util.Set<SiteChannel>CreateReturnEventListener. getSupportedSiteChannels()Method parameters in de.hybris.platform.yacceleratorordermanagement.events with type arguments of type SiteChannel Modifier and Type Method Description voidCreateReturnEventListener. setSupportedSiteChannels(java.util.Set<SiteChannel> supportedSiteChannels)
-