Interface ShippingOrderPositionUpdater

All Superinterfaces:
org.springframework.plugin.core.Plugin<ShippingOrderPositionUpdater.Type>
All Known Implementing Classes:
StateChanger

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

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

    Modifier and Type
    Method
    Description
    update(@NotNull ShippingOrderPosition existingShippingOrderPosition, @Valid @NotNull ShippingOrderPosition shippingOrderPosition)
    Update the given existingShippingOrderPosition partially with the contents of shippingOrderPosition.

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

    supports
  • Method Details

    • update

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