|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannotCreateHandlingEventException | |
---|---|
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.handling | The handling aggregate. |
Uses of CannotCreateHandlingEventException in se.citerus.dddsample.application |
---|
Methods in se.citerus.dddsample.application that throw CannotCreateHandlingEventException | |
---|---|
void |
HandlingEventService.registerHandlingEvent(java.util.Date completionTime,
TrackingId trackingId,
VoyageNumber voyageNumber,
UnLocode unLocode,
HandlingEvent.Type type)
Registers a handling event in the system, and notifies interested parties that a cargo has been handled. |
Uses of CannotCreateHandlingEventException in se.citerus.dddsample.application.impl |
---|
Methods in se.citerus.dddsample.application.impl that throw CannotCreateHandlingEventException | |
---|---|
void |
HandlingEventServiceImpl.registerHandlingEvent(java.util.Date completionTime,
TrackingId trackingId,
VoyageNumber voyageNumber,
UnLocode unLocode,
HandlingEvent.Type type)
|
Uses of CannotCreateHandlingEventException in se.citerus.dddsample.domain.model.handling |
---|
Subclasses of CannotCreateHandlingEventException in se.citerus.dddsample.domain.model.handling | |
---|---|
class |
UnknownCargoException
Thrown when trying to register an event with an unknown tracking id. |
class |
UnknownLocationException
|
class |
UnknownVoyageException
Thrown when trying to register an event with an unknown carrier movement id. |
Methods in se.citerus.dddsample.domain.model.handling that throw CannotCreateHandlingEventException | |
---|---|
HandlingEvent |
HandlingEventFactory.createHandlingEvent(java.util.Date registrationTime,
java.util.Date completionTime,
TrackingId trackingId,
VoyageNumber voyageNumber,
UnLocode unlocode,
HandlingEvent.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |