Package de.hybris.platform.outboundsync
Class OutboundChannelConfigurationBuilder
java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.outboundsync.OutboundChannelConfigurationBuilder
- All Implemented Interfaces:
org.junit.rules.TestRule
public class OutboundChannelConfigurationBuilder
extends org.junit.rules.ExternalResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafter()protected voidbefore()build()voidcleanup()withConsumedDestination(ConsumedDestinationModel destination) withIntegrationObjectCode(String ioCode) Methods inherited from class org.junit.rules.ExternalResource
apply
-
Constructor Details
-
OutboundChannelConfigurationBuilder
public OutboundChannelConfigurationBuilder()
-
-
Method Details
-
outboundChannelConfigurationBuilder
-
withCode
-
withIntegrationObjectCode
-
withIntegrationObject
public OutboundChannelConfigurationBuilder withIntegrationObject(IntegrationObjectModelBuilder builder) -
withConsumedDestination
public OutboundChannelConfigurationBuilder withConsumedDestination(ConsumedDestinationBuilder builder) -
withConsumedDestination
public OutboundChannelConfigurationBuilder withConsumedDestination(ConsumedDestinationModel destination) -
withAutoGenerate
-
withBatch
-
withoutAutoGenerate
-
withoutBatch
-
withDeleteSynchronization
-
withoutDeleteSynchronization
-
build
- Throws:
ImpExException
-
getOutboundChannelConfigurationByCode
-
before
- Overrides:
beforein classorg.junit.rules.ExternalResource- Throws:
ImpExException
-
after
protected void after()- Overrides:
afterin classorg.junit.rules.ExternalResource
-
cleanup
public void cleanup()
-