Interface GuestOccupancyDao
- All Known Implementing Classes:
DefaultGuestOccupancyDao
public interface GuestOccupancyDao
GuestOccupancyDao interface which provides functionality to manage the GuestOccupancyModel.
-
Method Summary
Modifier and TypeMethodDescriptiongetGuestOccupancyByCode(String guestOccupancyCode) Returns aGuestOccupancyModelbased on the guest occupancy code
-
Method Details
-
getGuestOccupancyByCode
Returns aGuestOccupancyModelbased on the guest occupancy code- Parameters:
guestOccupancyCode- as the guest occupancy code- Returns:
- the guest occupancy model
-