Uses of Class
de.hybris.platform.outboundservices.enums.OutboundSource
-
Packages that use OutboundSource Package Description de.hybris.platform.outboundservices.decorator de.hybris.platform.outboundservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.outboundservices.facade de.hybris.platform.outboundservices.model 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 OutboundSource Modifier and Type Method Description @NotNull OutboundSourceDecoratorContext. getSource()Retrieves source of the item synchronization.Methods in de.hybris.platform.outboundservices.decorator with parameters of type OutboundSource Modifier and Type Method Description DecoratorContextBuilderDecoratorContextBuilder. withOutboundSource(OutboundSource source)Specifies source module sending data outboundConstructors in de.hybris.platform.outboundservices.decorator with parameters of type OutboundSource Constructor Description DecoratorContext(ItemModel item, @NotNull IntegrationObjectDescriptor io, @NotNull ConsumedDestinationModel destination, OutboundSource source, java.util.Collection<java.lang.String> errors)Deprecated, for removal: This API element is subject to removal in a future version.UseDecoratorContextBuilderto create instances. -
Uses of OutboundSource in de.hybris.platform.outboundservices.enums
Fields in de.hybris.platform.outboundservices.enums declared as OutboundSource Modifier and Type Field Description static OutboundSourceOutboundSource. OUTBOUNDSYNCGenerated enum value for OutboundSource.OUTBOUNDSYNC declared at extension outboundservices.static OutboundSourceOutboundSource. UNKNOWNGenerated enum value for OutboundSource.UNKNOWN declared at extension outboundservices.static OutboundSourceOutboundSource. WEBHOOKSERVICESGenerated enum value for OutboundSource.WEBHOOKSERVICES declared at extension outboundservices.Methods in de.hybris.platform.outboundservices.enums that return OutboundSource Modifier and Type Method Description static OutboundSourceOutboundSource. valueOf(java.lang.String code)Returns 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 OutboundSource Modifier and Type Method Description OutboundSourceSyncParameters. 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 OutboundSource Modifier and Type Method Description SyncParametersBuilderSyncParametersBuilder. withSource(OutboundSource src)Constructors in de.hybris.platform.outboundservices.facade with parameters of type OutboundSource Constructor Description SyncParameters(ItemModel item, java.lang.String ioCode, IntegrationObjectModel ioModel, java.lang.String destId, ConsumedDestinationModel destModel, OutboundSource source) -
Uses of OutboundSource in de.hybris.platform.outboundservices.model
Methods in de.hybris.platform.outboundservices.model that return OutboundSource Modifier and Type Method Description OutboundSourceOutboundRequestModel. getSource()Generated method - Getter of theOutboundRequest.sourceattribute defined at extensionoutboundservices.Methods in de.hybris.platform.outboundservices.model with parameters of type OutboundSource Modifier and Type Method Description voidOutboundRequestModel. setSource(OutboundSource value)Generated method - Setter ofOutboundRequest.sourceattribute defined at extensionoutboundservices.
-