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 TypeMethodDescriptionvoidgenerateTravelOrderCode(AbstractOrderModel orderModel) Generates a suitable unique code and sets it against the order
-
Method Details
-
generateTravelOrderCode
Generates a suitable unique code and sets it against the order- Parameters:
orderModel-
-