Interface TravelOrderCodeGenerationStrategy

All Known Implementing Classes:
DefaultTravelOrderCodeGenerationStrategy

public interface TravelOrderCodeGenerationStrategy
Interface exposing a method for the generation of an unique order code
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generates a suitable unique code and sets it against the order
  • Method Details

    • generateTravelOrderCode

      void generateTravelOrderCode(AbstractOrderModel orderModel)
      Generates a suitable unique code and sets it against the order
      Parameters:
      orderModel -