Class OutboundChannelConfiguration

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.outboundsync.jalo.OutboundChannelConfiguration
All Implemented Interfaces:
Serializable, Comparable

public class OutboundChannelConfiguration extends de.hybris.platform.jalo.GenericItem
Generated class for type OutboundChannelConfiguration.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

    de.hybris.platform.jalo.GenericItem.GenericItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

    de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

    de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Qualifier of the OutboundChannelConfiguration.autoGenerate attribute
    static final String
    Qualifier of the OutboundChannelConfiguration.batch attribute
    static final String
    Qualifier of the OutboundChannelConfiguration.code attribute
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the OutboundChannelConfiguration.destination attribute
    static final String
    Qualifier of the OutboundChannelConfiguration.integrationObject attribute
    static final String
    Qualifier of the OutboundChannelConfiguration.synchronizeDelete attribute

    Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    LANGUAGE_FALLBACK_ENABLED

    Fields inherited from class de.hybris.platform.jalo.Item

    _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE

    Fields inherited from class de.hybris.platform.util.BridgeAbstraction

    impl, tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the OutboundChannelConfiguration.code attribute.
    getCode(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.code attribute.
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    de.hybris.platform.apiregistryservices.jalo.ConsumedDestination
    Generated method - Getter of the OutboundChannelConfiguration.destination attribute.
    de.hybris.platform.apiregistryservices.jalo.ConsumedDestination
    getDestination(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.destination attribute.
    de.hybris.platform.integrationservices.jalo.IntegrationObject
    Generated method - Getter of the OutboundChannelConfiguration.integrationObject attribute.
    de.hybris.platform.integrationservices.jalo.IntegrationObject
    getIntegrationObject(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.integrationObject attribute.
    Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
    isAutoGenerate(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
    boolean
    Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
    boolean
    isAutoGenerateAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
    Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
    isBatch(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
    boolean
    Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
    boolean
    isBatchAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
    Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
    isSynchronizeDelete(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
    boolean
    Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
    boolean
    isSynchronizeDeleteAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
    void
    setAutoGenerate(boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
    void
    setAutoGenerate(de.hybris.platform.jalo.SessionContext ctx, boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
    void
    setAutoGenerate(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
    void
    Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
    void
    setBatch(boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
    void
    setBatch(de.hybris.platform.jalo.SessionContext ctx, boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
    void
    setBatch(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
    void
    Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
    void
    setCode(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the OutboundChannelConfiguration.code attribute.
    void
    setCode(String value)
    Generated method - Setter of the OutboundChannelConfiguration.code attribute.
    void
    setDestination(de.hybris.platform.apiregistryservices.jalo.ConsumedDestination value)
    Generated method - Setter of the OutboundChannelConfiguration.destination attribute.
    void
    setDestination(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.ConsumedDestination value)
    Generated method - Setter of the OutboundChannelConfiguration.destination attribute.
    void
    setIntegrationObject(de.hybris.platform.integrationservices.jalo.IntegrationObject value)
    Generated method - Setter of the OutboundChannelConfiguration.integrationObject attribute.
    void
    setIntegrationObject(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.integrationservices.jalo.IntegrationObject value)
    Generated method - Setter of the OutboundChannelConfiguration.integrationObject attribute.
    void
    setSynchronizeDelete(boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.
    void
    setSynchronizeDelete(de.hybris.platform.jalo.SessionContext ctx, boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.
    void
    setSynchronizeDelete(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
    Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.
    void
    Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.

    Methods inherited from class de.hybris.platform.jalo.GenericItem

    createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems

    Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty

    Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

    createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty

    Methods inherited from class de.hybris.platform.jalo.Item

    addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPartOfRemovedSessionMarker, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, suppressRelation, toString, useTA, writeReplace

    Methods inherited from class de.hybris.platform.util.BridgeAbstraction

    setTenant

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the OutboundChannelConfiguration.code attribute
      See Also:
    • INTEGRATIONOBJECT

      public static final String INTEGRATIONOBJECT
      Qualifier of the OutboundChannelConfiguration.integrationObject attribute
      See Also:
    • DESTINATION

      public static final String DESTINATION
      Qualifier of the OutboundChannelConfiguration.destination attribute
      See Also:
    • AUTOGENERATE

      public static final String AUTOGENERATE
      Qualifier of the OutboundChannelConfiguration.autoGenerate attribute
      See Also:
    • SYNCHRONIZEDELETE

      public static final String SYNCHRONIZEDELETE
      Qualifier of the OutboundChannelConfiguration.synchronizeDelete attribute
      See Also:
    • BATCH

      public static final String BATCH
      Qualifier of the OutboundChannelConfiguration.batch attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • OutboundChannelConfiguration

      public OutboundChannelConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class de.hybris.platform.jalo.Item
    • isAutoGenerate

      public Boolean isAutoGenerate(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
      Returns:
      the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • isAutoGenerate

      public Boolean isAutoGenerate()
      Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
      Returns:
      the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • isAutoGenerateAsPrimitive

      public boolean isAutoGenerateAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
      Returns:
      the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • isAutoGenerateAsPrimitive

      public boolean isAutoGenerateAsPrimitive()
      Generated method - Getter of the OutboundChannelConfiguration.autoGenerate attribute.
      Returns:
      the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • setAutoGenerate

      public void setAutoGenerate(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
      Parameters:
      value - the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • setAutoGenerate

      public void setAutoGenerate(Boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
      Parameters:
      value - the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • setAutoGenerate

      public void setAutoGenerate(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
      Parameters:
      value - the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • setAutoGenerate

      public void setAutoGenerate(boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.autoGenerate attribute.
      Parameters:
      value - the autoGenerate - Identifies whether or not additional outboundsync configuration will automatically generate when this OutboundChannelConfiguration is created.
    • isBatch

      public Boolean isBatch(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
      Returns:
      the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • isBatch

      public Boolean isBatch()
      Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
      Returns:
      the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • isBatchAsPrimitive

      public boolean isBatchAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
      Returns:
      the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • isBatchAsPrimitive

      public boolean isBatchAsPrimitive()
      Generated method - Getter of the OutboundChannelConfiguration.batch attribute.
      Returns:
      the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • setBatch

      public void setBatch(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
      Parameters:
      value - the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • setBatch

      public void setBatch(Boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
      Parameters:
      value - the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • setBatch

      public void setBatch(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
      Parameters:
      value - the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • setBatch

      public void setBatch(boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.batch attribute.
      Parameters:
      value - the batch - Flag to determine if outbound sync changes are sent as a batch request or as multiple requests.
    • getCode

      public String getCode(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.code attribute.
      Returns:
      the code - The unique value that represents this outbound scenario
    • getCode

      public String getCode()
      Generated method - Getter of the OutboundChannelConfiguration.code attribute.
      Returns:
      the code - The unique value that represents this outbound scenario
    • setCode

      public void setCode(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the OutboundChannelConfiguration.code attribute.
      Parameters:
      value - the code - The unique value that represents this outbound scenario
    • setCode

      public void setCode(String value)
      Generated method - Setter of the OutboundChannelConfiguration.code attribute.
      Parameters:
      value - the code - The unique value that represents this outbound scenario
    • getDestination

      public de.hybris.platform.apiregistryservices.jalo.ConsumedDestination getDestination(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.destination attribute.
      Returns:
      the destination - Destination where the Integration Object will be sent for this outbound scenario
    • getDestination

      public de.hybris.platform.apiregistryservices.jalo.ConsumedDestination getDestination()
      Generated method - Getter of the OutboundChannelConfiguration.destination attribute.
      Returns:
      the destination - Destination where the Integration Object will be sent for this outbound scenario
    • setDestination

      public void setDestination(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.ConsumedDestination value)
      Generated method - Setter of the OutboundChannelConfiguration.destination attribute.
      Parameters:
      value - the destination - Destination where the Integration Object will be sent for this outbound scenario
    • setDestination

      public void setDestination(de.hybris.platform.apiregistryservices.jalo.ConsumedDestination value)
      Generated method - Setter of the OutboundChannelConfiguration.destination attribute.
      Parameters:
      value - the destination - Destination where the Integration Object will be sent for this outbound scenario
    • getIntegrationObject

      public de.hybris.platform.integrationservices.jalo.IntegrationObject getIntegrationObject(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.integrationObject attribute.
      Returns:
      the integrationObject - Integration Object to be sent for this outbound scenario
    • getIntegrationObject

      public de.hybris.platform.integrationservices.jalo.IntegrationObject getIntegrationObject()
      Generated method - Getter of the OutboundChannelConfiguration.integrationObject attribute.
      Returns:
      the integrationObject - Integration Object to be sent for this outbound scenario
    • setIntegrationObject

      public void setIntegrationObject(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.integrationservices.jalo.IntegrationObject value)
      Generated method - Setter of the OutboundChannelConfiguration.integrationObject attribute.
      Parameters:
      value - the integrationObject - Integration Object to be sent for this outbound scenario
    • setIntegrationObject

      public void setIntegrationObject(de.hybris.platform.integrationservices.jalo.IntegrationObject value)
      Generated method - Setter of the OutboundChannelConfiguration.integrationObject attribute.
      Parameters:
      value - the integrationObject - Integration Object to be sent for this outbound scenario
    • isSynchronizeDelete

      public Boolean isSynchronizeDelete(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Returns:
      the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.
    • isSynchronizeDelete

      public Boolean isSynchronizeDelete()
      Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Returns:
      the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.
    • isSynchronizeDeleteAsPrimitive

      public boolean isSynchronizeDeleteAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Returns:
      the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.
    • isSynchronizeDeleteAsPrimitive

      public boolean isSynchronizeDeleteAsPrimitive()
      Generated method - Getter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Returns:
      the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.
    • setSynchronizeDelete

      public void setSynchronizeDelete(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Parameters:
      value - the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.
    • setSynchronizeDelete

      public void setSynchronizeDelete(Boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Parameters:
      value - the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.
    • setSynchronizeDelete

      public void setSynchronizeDelete(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Parameters:
      value - the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.
    • setSynchronizeDelete

      public void setSynchronizeDelete(boolean value)
      Generated method - Setter of the OutboundChannelConfiguration.synchronizeDelete attribute.
      Parameters:
      value - the synchronizeDelete - Determines whether deleted items will be synchronized through this channel. If value is true, deleted items will be sent to an external system as DELETE requests, otherwise item deletions will be ignored. Default value is false.