|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VoyageRepository | |
---|---|
se.citerus.dddsample.domain.model.handling | The handling aggregate. |
se.citerus.dddsample.infrastructure.persistence.hibernate | Hibernate implementations of the repository interfaces. |
se.citerus.dddsample.infrastructure.routing | Communicates with the Pathfinder external routing service. |
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 VoyageRepository in se.citerus.dddsample.domain.model.handling |
---|
Constructors in se.citerus.dddsample.domain.model.handling with parameters of type VoyageRepository | |
---|---|
HandlingEventFactory(CargoRepository cargoRepository,
VoyageRepository voyageRepository,
LocationRepository locationRepository)
|
Uses of VoyageRepository in se.citerus.dddsample.infrastructure.persistence.hibernate |
---|
Classes in se.citerus.dddsample.infrastructure.persistence.hibernate that implement VoyageRepository | |
---|---|
class |
VoyageRepositoryHibernate
Hibernate implementation of CarrierMovementRepository. |
Uses of VoyageRepository in se.citerus.dddsample.infrastructure.routing |
---|
Methods in se.citerus.dddsample.infrastructure.routing with parameters of type VoyageRepository | |
---|---|
void |
ExternalRoutingService.setVoyageRepository(VoyageRepository voyageRepository)
|
Uses of VoyageRepository in se.citerus.dddsample.interfaces.booking.facade.internal |
---|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal with parameters of type VoyageRepository | |
---|---|
void |
BookingServiceFacadeImpl.setVoyageRepository(VoyageRepository voyageRepository)
|
Uses of VoyageRepository in se.citerus.dddsample.interfaces.booking.facade.internal.assembler |
---|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler with parameters of type VoyageRepository | |
---|---|
Itinerary |
ItineraryCandidateDTOAssembler.fromDTO(RouteCandidateDTO routeCandidateDTO,
VoyageRepository voyageRepository,
LocationRepository locationRepository)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |