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 FloorDTOFloorDTO. 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 FloorDTOHotelMgmtEJB. getFetchedFloorDTO(int level)FloorDTOHotelMgmtRemote. 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 FloorDTOHotelMgmtEJB. toDTO(Floor floor)
-