Interface ReceivingOrderUpdater

All Superinterfaces:
org.springframework.plugin.core.Plugin<ReceivingOrderUpdater.Type>
All Known Implementing Classes:
ReceivingOrderDetailsUpdater

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

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

    Modifier and Type
    Method
    Description
    update(@NotNull ReceivingOrder existingReceivingOrder, @Valid @NotNull ReceivingOrder receivingOrder)
    Update parts of a ReceivingOrder instance.

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

    supports
  • Method Details

    • update

      @NotNull @NotNull ReceivingOrder update(@NotNull @NotNull ReceivingOrder existingReceivingOrder, @Valid @NotNull @Valid @NotNull ReceivingOrder receivingOrder)
      Update parts of a ReceivingOrder instance.
      Parameters:
      existingReceivingOrder - The existing unmodified instance
      receivingOrder - The instance with modified values to update
      Returns:
      The updated (not saved) instance