Interface MerchandisingEntryValidationStrategy
- All Known Implementing Classes:
PROSAncillaryEntryValidationStrategy,PROSBaggageEntryValidationStrategy
public interface MerchandisingEntryValidationStrategy
The merchandise entry validation strategy interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(AbstractOrderEntryModel abstractOrderEntry, MerchandisingResponse merchandisingResponse) Validate the merchandising entry based on the item type.
-
Method Details
-
validate
void validate(AbstractOrderEntryModel abstractOrderEntry, MerchandisingResponse merchandisingResponse) throws TravelCartValidationException Validate the merchandising entry based on the item type.- Parameters:
abstractOrderEntry- the order entrymerchandisingResponse- the merchandising response- Throws:
TravelCartValidationException- the travel cart validation exception
-