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 com.sap.hybris.returnssupport.listeners
Methods in com.sap.hybris.returnssupport.listeners that return types with arguments of type SiteChannelModifier and TypeMethodDescriptionprotected Set<SiteChannel>CreateReturnEventListener.getSupportedSiteChannels()Method parameters in com.sap.hybris.returnssupport.listeners with type arguments of type SiteChannelModifier and TypeMethodDescriptionvoidCreateReturnEventListener.setSupportedSiteChannels(Set<SiteChannel> supportedSiteChannels) -
Uses of SiteChannel in com.sap.platform.sapcustomerlookupservice.listener
Methods in com.sap.platform.sapcustomerlookupservice.listener that return SiteChannelModifier and TypeMethodDescriptionprotected SiteChannelCustomerDoubleOptInRegistrationEventListener.getSiteChannelForEvent(de.hybris.platform.commerceservices.event.RegisterEvent event) -
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.