|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Itinerary | |
---|---|
se.citerus.dddsample.application | This is the application layer: code that's needed for the application to performs its tasks. |
se.citerus.dddsample.application.impl | Implementation of the application layer. |
se.citerus.dddsample.domain.model.cargo | The cargo aggregate. |
se.citerus.dddsample.domain.service | Domain services. |
se.citerus.dddsample.infrastructure.routing | Communicates with the Pathfinder external routing service. |
se.citerus.dddsample.interfaces.booking.facade.internal.assembler | DTO assemblers. |
Uses of Itinerary in se.citerus.dddsample.application |
---|
Methods in se.citerus.dddsample.application that return types with arguments of type Itinerary | |
---|---|
java.util.List<Itinerary> |
BookingService.requestPossibleRoutesForCargo(TrackingId trackingId)
Requests a list of itineraries describing possible routes for this cargo. |
Methods in se.citerus.dddsample.application with parameters of type Itinerary | |
---|---|
void |
BookingService.assignCargoToRoute(Itinerary itinerary,
TrackingId trackingId)
|
Uses of Itinerary in se.citerus.dddsample.application.impl |
---|
Methods in se.citerus.dddsample.application.impl that return types with arguments of type Itinerary | |
---|---|
java.util.List<Itinerary> |
BookingServiceImpl.requestPossibleRoutesForCargo(TrackingId trackingId)
|
Methods in se.citerus.dddsample.application.impl with parameters of type Itinerary | |
---|---|
void |
BookingServiceImpl.assignCargoToRoute(Itinerary itinerary,
TrackingId trackingId)
|
Uses of Itinerary in se.citerus.dddsample.domain.model.cargo |
---|
Methods in se.citerus.dddsample.domain.model.cargo that return Itinerary | |
---|---|
Itinerary |
Cargo.itinerary()
|
Methods in se.citerus.dddsample.domain.model.cargo with parameters of type Itinerary | |
---|---|
void |
Cargo.assignToRoute(Itinerary itinerary)
Attach a new itinerary to this cargo. |
boolean |
RouteSpecification.isSatisfiedBy(Itinerary itinerary)
|
boolean |
Itinerary.sameValueAs(Itinerary other)
|
Uses of Itinerary in se.citerus.dddsample.domain.service |
---|
Methods in se.citerus.dddsample.domain.service that return types with arguments of type Itinerary | |
---|---|
java.util.List<Itinerary> |
RoutingService.fetchRoutesForSpecification(RouteSpecification routeSpecification)
|
Uses of Itinerary in se.citerus.dddsample.infrastructure.routing |
---|
Methods in se.citerus.dddsample.infrastructure.routing that return types with arguments of type Itinerary | |
---|---|
java.util.List<Itinerary> |
ExternalRoutingService.fetchRoutesForSpecification(RouteSpecification routeSpecification)
|
Uses of Itinerary in se.citerus.dddsample.interfaces.booking.facade.internal.assembler |
---|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler that return Itinerary | |
---|---|
Itinerary |
ItineraryCandidateDTOAssembler.fromDTO(RouteCandidateDTO routeCandidateDTO,
VoyageRepository voyageRepository,
LocationRepository locationRepository)
|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler with parameters of type Itinerary | |
---|---|
RouteCandidateDTO |
ItineraryCandidateDTOAssembler.toDTO(Itinerary itinerary)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |