Interface ShoppingBookingService

All Superinterfaces:
BookingService
All Known Implementing Classes:
DefaultShoppingBookingService

public interface ShoppingBookingService extends BookingService
The Shopping booking service interface.
  • Method Details

    • getSolutionID

      Integer getSolutionID(String orderId, List<String> orderEntryIds) throws de.hybris.platform.servicelayer.exceptions.AmbiguousIdentifierException
      Gets solution id.
      Parameters:
      orderId - the order id
      orderEntryIds - the order entry ids
      Returns:
      the solution id
      Throws:
      de.hybris.platform.servicelayer.exceptions.AmbiguousIdentifierException - the ambiguous identifier exception