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 Guest
HotelMgmt. checkIn(Guest guest, Room room)
Guest
HotelMgmtImpl. checkIn(Guest guest, Room room)
Methods in info.ejava.examples.ejb.ejbjpa.bl with parameters of type Guest Modifier and Type Method Description Guest
HotelMgmt. checkIn(Guest guest, Room room)
Guest
HotelMgmtImpl. checkIn(Guest guest, Room room)
int
HotelMgmt. checkout(Guest guest)
int
HotelMgmtImpl. 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 Guest
Room. occupant
Methods in info.ejava.examples.ejb.ejbjpa.bo that return Guest Modifier and Type Method Description Guest
Room. getOccupant()
Methods in info.ejava.examples.ejb.ejbjpa.bo with parameters of type Guest Modifier and Type Method Description void
Room. 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 void
HotelDAO. addGuest(Guest guest)
void
JPAHotelDAO. addGuest(Guest guest)
Room
HotelDAO. findRoomByGuest(Guest guest)
Room
JPAHotelDAO. 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. guests
Methods in info.ejava.examples.ejb.ejbjpa.ejb that return Guest Modifier and Type Method Description Guest
HotelMgmtEJB. 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 int
ReservationEJB. addGuest(Guest guest)
int
ReservationRemote. addGuest(Guest guest)
Guest
HotelMgmtEJB. checkIn(Guest guest, Room room)
int
HotelMgmtEJB. checkout(Guest guest)
-