Interface GuestOccupancyDao

All Known Implementing Classes:
DefaultGuestOccupancyDao

public interface GuestOccupancyDao
GuestOccupancyDao interface which provides functionality to manage the GuestOccupancyModel.
  • Method Details

    • getGuestOccupancyByCode

      GuestOccupancyModel getGuestOccupancyByCode(String guestOccupancyCode)
      Returns a GuestOccupancyModel based on the guest occupancy code
      Parameters:
      guestOccupancyCode - as the guest occupancy code
      Returns:
      the guest occupancy model