Interface GuestOccupancyService

All Known Implementing Classes:
DefaultGuestOccupancyService

public interface GuestOccupancyService
Interface that exposes Guest Occupancy specific services
  • Method Summary

    Modifier and Type
    Method
    Description
    getGuestOccupancy(String guestOccupancyCode)
    Return the GuestOccupancyModel for given guestOccupancyCode
  • Method Details

    • getGuestOccupancy

      GuestOccupancyModel getGuestOccupancy(String guestOccupancyCode)
      Return the GuestOccupancyModel for given guestOccupancyCode
      Parameters:
      guestOccupancyCode - the guest occupancy code
      Returns:
      the GuestOccupancyModel