Interface ShippingOrderUpdater

All Superinterfaces:
org.springframework.plugin.core.Plugin<ShippingOrderUpdater.Type>
All Known Implementing Classes:
OrderStateChanger

public interface ShippingOrderUpdater extends org.springframework.plugin.core.Plugin<ShippingOrderUpdater.Type>
A ShippingOrderUpdater.
Author:
Heiko Scherrer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    update(@NotNull ShippingOrder existingShippingOrder, @Valid @NotNull ShippingOrder shippingOrder)
    Update the given existingShippingOrder partially with the contents of shippingOrder.

    Methods inherited from interface org.springframework.plugin.core.Plugin

    supports
  • Method Details

    • update

      ShippingOrder update(@NotNull @NotNull ShippingOrder existingShippingOrder, @Valid @NotNull @Valid @NotNull ShippingOrder shippingOrder)
      Update the given existingShippingOrder partially with the contents of shippingOrder.
      Parameters:
      existingShippingOrder - The existing instance
      shippingOrder - Contains the properties to update
      Returns:
      The updated instance