|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CargoRepository | |
---|---|
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.interfaces.booking.facade.internal | Internal parts of the remote facade API. |
se.citerus.dddsample.interfaces.tracking | Public tracking web interface. |
Uses of CargoRepository in se.citerus.dddsample.application.impl |
---|
Constructors in se.citerus.dddsample.application.impl with parameters of type CargoRepository | |
---|---|
BookingServiceImpl(CargoRepository cargoRepository,
LocationRepository locationRepository,
RoutingService routingService)
|
|
CargoInspectionServiceImpl(ApplicationEvents applicationEvents,
CargoRepository cargoRepository,
HandlingEventRepository handlingEventRepository)
|
Uses of CargoRepository in se.citerus.dddsample.domain.model.handling |
---|
Constructors in se.citerus.dddsample.domain.model.handling with parameters of type CargoRepository | |
---|---|
HandlingEventFactory(CargoRepository cargoRepository,
VoyageRepository voyageRepository,
LocationRepository locationRepository)
|
Uses of CargoRepository in se.citerus.dddsample.infrastructure.persistence.hibernate |
---|
Classes in se.citerus.dddsample.infrastructure.persistence.hibernate that implement CargoRepository | |
---|---|
class |
CargoRepositoryHibernate
Hibernate implementation of CargoRepository. |
Uses of CargoRepository in se.citerus.dddsample.interfaces.booking.facade.internal |
---|
Methods in se.citerus.dddsample.interfaces.booking.facade.internal with parameters of type CargoRepository | |
---|---|
void |
BookingServiceFacadeImpl.setCargoRepository(CargoRepository cargoRepository)
|
Uses of CargoRepository in se.citerus.dddsample.interfaces.tracking |
---|
Methods in se.citerus.dddsample.interfaces.tracking with parameters of type CargoRepository | |
---|---|
void |
CargoTrackingController.setCargoRepository(CargoRepository cargoRepository)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |