|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CargoRoutingDTO | |
---|---|
se.citerus.dddsample.interfaces.booking.facade | Remote service facades with supporting DTO classes and assemblers. |
se.citerus.dddsample.interfaces.booking.facade.internal | Internal parts of the remote facade API. |
se.citerus.dddsample.interfaces.booking.facade.internal.assembler | DTO assemblers. |
Uses of CargoRoutingDTO in se.citerus.dddsample.interfaces.booking.facade |
---|
Methods in se.citerus.dddsample.interfaces.booking.facade that return CargoRoutingDTO | |
---|---|
CargoRoutingDTO |
BookingServiceFacade.loadCargoForRouting(java.lang.String trackingId)
|
Methods in se.citerus.dddsample.interfaces.booking.facade that return types with arguments of type CargoRoutingDTO | |
---|---|
java.util.List<CargoRoutingDTO> |
BookingServiceFacade.listAllCargos()
|
Uses of CargoRoutingDTO in se.citerus.dddsample.interfaces.booking.facade.internal |
---|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal that return CargoRoutingDTO | |
---|---|
CargoRoutingDTO |
BookingServiceFacadeImpl.loadCargoForRouting(java.lang.String trackingId)
|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal that return types with arguments of type CargoRoutingDTO | |
---|---|
java.util.List<CargoRoutingDTO> |
BookingServiceFacadeImpl.listAllCargos()
|
Uses of CargoRoutingDTO in se.citerus.dddsample.interfaces.booking.facade.internal.assembler |
---|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler that return CargoRoutingDTO | |
---|---|
CargoRoutingDTO |
CargoRoutingDTOAssembler.toDTO(Cargo cargo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |