Uses of Class
de.hybris.platform.outboundservices.enums.OutboundSource
Packages that use OutboundSource
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.outboundservices.jalo package.
-
Uses of OutboundSource in de.hybris.platform.outboundservices.decorator
Methods in de.hybris.platform.outboundservices.decorator that return OutboundSourceModifier and TypeMethodDescription@NotNull OutboundSourceDecoratorContext.getSource()Retrieves source of the item synchronization.Methods in de.hybris.platform.outboundservices.decorator with parameters of type OutboundSourceModifier and TypeMethodDescriptionDecoratorContextBuilder.withOutboundSource(OutboundSource source) Specifies source module sending data outbound -
Uses of OutboundSource in de.hybris.platform.outboundservices.enums
Fields in de.hybris.platform.outboundservices.enums declared as OutboundSourceModifier and TypeFieldDescriptionstatic final OutboundSourceOutboundSource.OUTBOUNDSYNCGenerated enum value for OutboundSource.OUTBOUNDSYNC declared at extension outboundservices.static final OutboundSourceOutboundSource.UNKNOWNGenerated enum value for OutboundSource.UNKNOWN declared at extension outboundservices.static final OutboundSourceOutboundSource.WEBHOOKSERVICESGenerated enum value for OutboundSource.WEBHOOKSERVICES declared at extension outboundservices.Methods in de.hybris.platform.outboundservices.enums that return OutboundSourceModifier and TypeMethodDescriptionstatic OutboundSourceReturns a OutboundSource instance representing the specified enum value. -
Uses of OutboundSource in de.hybris.platform.outboundservices.facade
Methods in de.hybris.platform.outboundservices.facade that return OutboundSourceModifier and TypeMethodDescriptionSyncParameters.getSource()Retrieves information about the module that initiated the data exchange with the destination.Methods in de.hybris.platform.outboundservices.facade with parameters of type OutboundSourceConstructors in de.hybris.platform.outboundservices.facade with parameters of type OutboundSourceModifierConstructorDescriptionprotectedSyncParameters(ItemModel item, String ioCode, IntegrationObjectModel ioModel, String destId, ConsumedDestinationModel destModel, OutboundSource source) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OutboundSource in de.hybris.platform.outboundservices.model
Methods in de.hybris.platform.outboundservices.model that return OutboundSourceModifier and TypeMethodDescriptionOutboundRequestModel.getSource()Generated method - Getter of theOutboundRequest.sourceattribute defined at extensionoutboundservices.Methods in de.hybris.platform.outboundservices.model with parameters of type OutboundSourceModifier and TypeMethodDescriptionvoidOutboundRequestModel.setSource(OutboundSource value) Generated method - Setter ofOutboundRequest.sourceattribute defined at extensionoutboundservices.
SyncParametersBuilderinstead.