Uses of Class
info.ejava.examples.ejb.ejbjpa.dto.FloorDTO
-
Packages that use FloorDTO Package Description info.ejava.examples.ejb.ejbjpa.dto info.ejava.examples.ejb.ejbjpa.ejb -
-
Uses of FloorDTO in info.ejava.examples.ejb.ejbjpa.dto
Methods in info.ejava.examples.ejb.ejbjpa.dto that return FloorDTO Modifier and Type Method Description FloorDTO
FloorDTO. withRoom(RoomDTO room)
-
Uses of FloorDTO in info.ejava.examples.ejb.ejbjpa.ejb
Methods in info.ejava.examples.ejb.ejbjpa.ejb that return FloorDTO Modifier and Type Method Description FloorDTO
HotelMgmtEJB. getFetchedFloorDTO(int level)
FloorDTO
HotelMgmtRemote. getFetchedFloorDTO(int level)
This method will return a slightly-washed down set of data objects to the caller with sensitive or non-pertinent information not included in the abstraction.private FloorDTO
HotelMgmtEJB. toDTO(Floor floor)
-