Uses of Enum Class
de.hybris.platform.commerceservices.enums.SiteChannel
Packages that use SiteChannel
Package
Description
Contains generated models for each type of de.hybris.platform.basecommerce.jalo.site package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of SiteChannel in de.hybris.platform.acceleratorservices.site
Methods in de.hybris.platform.acceleratorservices.site that return SiteChannelModifier and TypeMethodDescriptionprotected 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 SiteChannelModifier and TypeMethodDescriptionbooleanSiteChannelValidationStrategy.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 SiteChannelModifier and TypeMethodDescriptionprotected Set<SiteChannel>DefaultSiteChannelValidationStrategy.getSupportedSiteChannels()Methods in de.hybris.platform.acceleratorservices.site.strategies.impl with parameters of type SiteChannelModifier and TypeMethodDescriptionbooleanDefaultSiteChannelValidationStrategy.validateSiteChannel(SiteChannel siteChannel) Method parameters in de.hybris.platform.acceleratorservices.site.strategies.impl with type arguments of type SiteChannelModifier and TypeMethodDescriptionvoidDefaultSiteChannelValidationStrategy.setSupportedSiteChannels(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 SiteChannelModifier and TypeMethodDescriptionprotected Map<SiteChannel,String> DefaultSiteBaseUrlResolutionService.getContextRoots()Method parameters in de.hybris.platform.acceleratorservices.urlresolver.impl with type arguments of type SiteChannelModifier and TypeMethodDescriptionvoidDefaultSiteBaseUrlResolutionService.setContextRoots(Map<SiteChannel, 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 SiteChannelMethod parameters in de.hybris.platform.addonsupport.setup.impl with type arguments of type SiteChannelModifier and TypeMethodDescriptionvoidAddOnCoreDataImportedEventListener.setSupportedChannels(List<SiteChannel> supportedChannels) -
Uses of SiteChannel in de.hybris.platform.basecommerce.model.site
Methods in de.hybris.platform.basecommerce.model.site that return SiteChannelModifier and TypeMethodDescriptionBaseSiteModel.getChannel()Generated method - Getter of theBaseSite.channelattribute defined at extensioncommerceservices.Methods in de.hybris.platform.basecommerce.model.site with parameters of type SiteChannelModifier and TypeMethodDescriptionvoidBaseSiteModel.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 SiteChannelModifier and TypeMethodDescriptionstatic SiteChannelReturns the enum constant of this class with the specified name.static SiteChannel[]SiteChannel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SiteChannel in de.hybris.platform.commercewebservicescommons.annotation
Methods in de.hybris.platform.commercewebservicescommons.annotation with parameters of type SiteChannelModifier and TypeMethodDescriptionprotected booleanSiteChannelRestrictionAspect.isSiteChannelAllowed(SiteChannel siteChannel, Method method) Checks if the given site channel is an allowed site channel -
Uses of SiteChannel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type SiteChannelModifier and TypeMethodDescriptionBaseSiteModelBuilder.withChannel(SiteChannel channel) CmsSiteModelBuilder.withChannel(SiteChannel channel) -
Uses of SiteChannel in de.hybris.platform.yacceleratorcore.event
Methods in de.hybris.platform.yacceleratorcore.event that return SiteChannelModifier and TypeMethodDescriptionprotected SiteChannelForgottenPasswordEventListener.getSiteChannelForEvent(ForgottenPwdEvent event) protected SiteChannelOrderCancelledEventListener.getSiteChannelForEvent(OrderCancelledEvent event) protected SiteChannelOrderCompletedEventListener.getSiteChannelForEvent(OrderCompletedEvent event) protected SiteChannelOrderConfirmationEventListener.getSiteChannelForEvent(OrderPlacedEvent event) protected SiteChannelOrderRefundEventListener.getSiteChannelForEvent(OrderCancelledEvent event) protected SiteChannelRegistrationEventListener.getSiteChannelForEvent(RegisterEvent event) protected SiteChannelSendDeliveryMessageEventListener.getSiteChannelForEvent(SendDeliveryMessageEvent event) protected SiteChannelSendNotPickedUpConsignmentCanceledMessageEventListener.getSiteChannelForEvent(SendNotPickedUpConsignmentCanceledMessageEvent event) protected SiteChannelSendOrderPartiallyCanceledMessageEventListener.getSiteChannelForEvent(SendOrderPartiallyCanceledMessageEvent event) protected SiteChannelSendOrderPartiallyRefundedMessageEventListener.getSiteChannelForEvent(SendOrderPartiallyRefundedMessageEvent event) protected SiteChannelSendReadyForPickupMessageEventListener.getSiteChannelForEvent(SendReadyForPickupMessageEvent event) protected SiteChannelSubmitOrderEventListener.getSiteChannelForEvent(SubmitOrderEvent event) -
Uses of SiteChannel in de.hybris.platform.yacceleratorordermanagement.events
Methods in de.hybris.platform.yacceleratorordermanagement.events that return SiteChannelModifier and TypeMethodDescriptionprotected SiteChannelSendReturnLabelEventListener.getSiteChannelForEvent(SendReturnLabelEvent event) Methods in de.hybris.platform.yacceleratorordermanagement.events that return types with arguments of type SiteChannelModifier and TypeMethodDescriptionprotected Set<SiteChannel>CreateReturnEventListener.getSupportedSiteChannels()Method parameters in de.hybris.platform.yacceleratorordermanagement.events with type arguments of type SiteChannelModifier and TypeMethodDescriptionvoidCreateReturnEventListener.setSupportedSiteChannels(Set<SiteChannel> supportedSiteChannels)