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 Constructor Description OutboundChannelConfigurationBuilder()
-
Method Summary
-
-
-
Method Detail
-
outboundChannelConfigurationBuilder
public static OutboundChannelConfigurationBuilder outboundChannelConfigurationBuilder()
-
withCode
public OutboundChannelConfigurationBuilder withCode(java.lang.String code)
-
withIntegrationObjectCode
public OutboundChannelConfigurationBuilder withIntegrationObjectCode(java.lang.String ioCode)
-
withIntegrationObject
public OutboundChannelConfigurationBuilder withIntegrationObject(IntegrationObjectModelBuilder builder)
-
withConsumedDestination
public OutboundChannelConfigurationBuilder withConsumedDestination(ConsumedDestinationBuilder builder)
-
withConsumedDestination
public OutboundChannelConfigurationBuilder withConsumedDestination(ConsumedDestinationModel destination)
-
withAutoGenerate
public OutboundChannelConfigurationBuilder withAutoGenerate()
-
withoutAutoGenerate
public OutboundChannelConfigurationBuilder withoutAutoGenerate()
-
withDeleteSynchronization
public OutboundChannelConfigurationBuilder withDeleteSynchronization()
-
withoutDeleteSynchronization
public OutboundChannelConfigurationBuilder withoutDeleteSynchronization()
-
build
public OutboundChannelConfigurationModel build() throws ImpExException
- Throws:
ImpExException
-
getOutboundChannelConfigurationByCode
public static OutboundChannelConfigurationModel getOutboundChannelConfigurationByCode(java.lang.String code)
-
before
protected void before() throws ImpExException- Overrides:
beforein classorg.junit.rules.ExternalResource- Throws:
ImpExException
-
after
protected void after()
- Overrides:
afterin classorg.junit.rules.ExternalResource
-
-