com.konakart.appif
Interface BookableProductOptionsIf

All Known Implementing Classes:
BookableProductOptions

public interface BookableProductOptionsIf

The BookableProductOptions is used to define the behaviour of certain Bookable Product APIs


Method Summary
 boolean isThrowExeptionForExceedingMaxBookings()
          Throw exception if bookings exceeds the maximum number of bookings on the bookable product.
 void setThrowExeptionForExceedingMaxBookings(boolean throwExeptionForExceedingMaxBookings)
          Throw exception if bookings exceeds the maximum number of bookings on the bookable product.
 

Method Detail

isThrowExeptionForExceedingMaxBookings

boolean isThrowExeptionForExceedingMaxBookings()
Throw exception if bookings exceeds the maximum number of bookings on the bookable product. The default is false.

Returns:
the throwExeptionForExceedingMaxBookings

setThrowExeptionForExceedingMaxBookings

void setThrowExeptionForExceedingMaxBookings(boolean throwExeptionForExceedingMaxBookings)
Throw exception if bookings exceeds the maximum number of bookings on the bookable product. The default is false.

Parameters:
throwExeptionForExceedingMaxBookings - the throwExeptionForExceedingMaxBookings to set


Copyright © 2011 DS Data Systems UK Ltd.