Uses of Class
info.ejava.examples.ejb.ejbjpa.bo.Guest
-
Packages that use Guest Package Description info.ejava.examples.ejb.ejbjpa.bl info.ejava.examples.ejb.ejbjpa.bo info.ejava.examples.ejb.ejbjpa.dao info.ejava.examples.ejb.ejbjpa.ejb -
-
Uses of Guest in info.ejava.examples.ejb.ejbjpa.bl
Methods in info.ejava.examples.ejb.ejbjpa.bl that return Guest Modifier and Type Method Description GuestHotelMgmt. checkIn(Guest guest, Room room)GuestHotelMgmtImpl. checkIn(Guest guest, Room room)Methods in info.ejava.examples.ejb.ejbjpa.bl with parameters of type Guest Modifier and Type Method Description GuestHotelMgmt. checkIn(Guest guest, Room room)GuestHotelMgmtImpl. checkIn(Guest guest, Room room)intHotelMgmt. checkout(Guest guest)intHotelMgmtImpl. checkout(Guest guest) -
Uses of Guest in info.ejava.examples.ejb.ejbjpa.bo
Fields in info.ejava.examples.ejb.ejbjpa.bo declared as Guest Modifier and Type Field Description private GuestRoom. occupantMethods in info.ejava.examples.ejb.ejbjpa.bo that return Guest Modifier and Type Method Description GuestRoom. getOccupant()Methods in info.ejava.examples.ejb.ejbjpa.bo with parameters of type Guest Modifier and Type Method Description voidRoom. setOccupant(Guest occupant) -
Uses of Guest in info.ejava.examples.ejb.ejbjpa.dao
Methods in info.ejava.examples.ejb.ejbjpa.dao with parameters of type Guest Modifier and Type Method Description voidHotelDAO. addGuest(Guest guest)voidJPAHotelDAO. addGuest(Guest guest)RoomHotelDAO. findRoomByGuest(Guest guest)RoomJPAHotelDAO. findRoomByGuest(Guest guest) -
Uses of Guest in info.ejava.examples.ejb.ejbjpa.ejb
Fields in info.ejava.examples.ejb.ejbjpa.ejb with type parameters of type Guest Modifier and Type Field Description private List<Guest>ReservationEJB. guestsMethods in info.ejava.examples.ejb.ejbjpa.ejb that return Guest Modifier and Type Method Description GuestHotelMgmtEJB. checkIn(Guest guest, Room room)Methods in info.ejava.examples.ejb.ejbjpa.ejb that return types with arguments of type Guest Modifier and Type Method Description List<Guest>ReservationEJB. reserveRooms()protected List<Guest>ReservationEJB. reserveRooms(List<Room> rooms)List<Guest>ReservationRemote. reserveRooms()List<Guest>ReservationEJB. reserveRoomsPessimistic()List<Guest>ReservationRemote. reserveRoomsPessimistic()Methods in info.ejava.examples.ejb.ejbjpa.ejb with parameters of type Guest Modifier and Type Method Description intReservationEJB. addGuest(Guest guest)intReservationRemote. addGuest(Guest guest)GuestHotelMgmtEJB. checkIn(Guest guest, Room room)intHotelMgmtEJB. checkout(Guest guest)
-