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 DecoratorContext.DecoratorContextBuilderDecoratorContext.DecoratorContextBuilder. withOutboundSource(OutboundSource source)Constructors in de.hybris.platform.outboundservices.decorator with parameters of type OutboundSource Constructor Description DecoratorContext(@NotNull ItemModel item, @NotNull IntegrationObjectDescriptor io, @NotNull ConsumedDestinationModel destination, OutboundSource source, java.util.Collection<java.lang.String> errors)Instantiates a new context. -
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()Methods in de.hybris.platform.outboundservices.facade with parameters of type OutboundSource Modifier and Type Method Description SyncParameters.SyncParametersBuilderSyncParameters.SyncParametersBuilder. withSource(OutboundSource src)Constructors in de.hybris.platform.outboundservices.facade with parameters of type OutboundSource Constructor Description SyncParameters(ItemModel item, java.lang.String integrationObjectCode, IntegrationObjectModel integrationObjectModel, java.lang.String destinationId, ConsumedDestinationModel destinationModel, 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.
-