Interface GuestOccupancyService
- All Known Implementing Classes:
DefaultGuestOccupancyService
public interface GuestOccupancyService
Interface that exposes Guest Occupancy specific services
-
Method Summary
Modifier and TypeMethodDescriptiongetGuestOccupancy(String guestOccupancyCode) Return the GuestOccupancyModel for given guestOccupancyCode
-
Method Details
-
getGuestOccupancy
Return the GuestOccupancyModel for given guestOccupancyCode- Parameters:
guestOccupancyCode- the guest occupancy code- Returns:
- the GuestOccupancyModel
-