Uses of Interface
se.citerus.dddsample.domain.model.location.LocationRepository

Packages that use LocationRepository
se.citerus.dddsample.application.impl Implementation of the application layer. 
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 LocationRepository in se.citerus.dddsample.application.impl
 

Constructors in se.citerus.dddsample.application.impl with parameters of type LocationRepository
BookingServiceImpl(CargoRepository cargoRepository, LocationRepository locationRepository, RoutingService routingService)
           
 

Uses of LocationRepository in se.citerus.dddsample.domain.model.handling
 

Constructors in se.citerus.dddsample.domain.model.handling with parameters of type LocationRepository
HandlingEventFactory(CargoRepository cargoRepository, VoyageRepository voyageRepository, LocationRepository locationRepository)
           
 

Uses of LocationRepository in se.citerus.dddsample.infrastructure.persistence.hibernate
 

Classes in se.citerus.dddsample.infrastructure.persistence.hibernate that implement LocationRepository
 class LocationRepositoryHibernate
           
 

Uses of LocationRepository in se.citerus.dddsample.infrastructure.routing
 

Methods in se.citerus.dddsample.infrastructure.routing with parameters of type LocationRepository
 void ExternalRoutingService.setLocationRepository(LocationRepository locationRepository)
           
 

Uses of LocationRepository in se.citerus.dddsample.interfaces.booking.facade.internal
 

Methods in se.citerus.dddsample.interfaces.booking.facade.internal with parameters of type LocationRepository
 void BookingServiceFacadeImpl.setLocationRepository(LocationRepository locationRepository)
           
 

Uses of LocationRepository in se.citerus.dddsample.interfaces.booking.facade.internal.assembler
 

Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler with parameters of type LocationRepository
 Itinerary ItineraryCandidateDTOAssembler.fromDTO(RouteCandidateDTO routeCandidateDTO, VoyageRepository voyageRepository, LocationRepository locationRepository)
           
 



Copyright © 2009. All Rights Reserved.