|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlingEvent | |
---|---|
se.citerus.dddsample.application | This is the application layer: code that's needed for the application to performs its tasks. |
se.citerus.dddsample.domain.model.cargo | The cargo aggregate. |
se.citerus.dddsample.domain.model.handling | The handling aggregate. |
se.citerus.dddsample.infrastructure.messaging.jms | Asynchronous messaging implemented using JMS. |
se.citerus.dddsample.infrastructure.persistence.hibernate | Hibernate implementations of the repository interfaces. |
se.citerus.dddsample.interfaces.tracking | Public tracking web interface. |
Uses of HandlingEvent in se.citerus.dddsample.application |
---|
Methods in se.citerus.dddsample.application with parameters of type HandlingEvent | |
---|---|
void |
ApplicationEvents.cargoWasHandled(HandlingEvent event)
A cargo has been handled. |
Uses of HandlingEvent in se.citerus.dddsample.domain.model.cargo |
---|
Methods in se.citerus.dddsample.domain.model.cargo with parameters of type HandlingEvent | |
---|---|
boolean |
Itinerary.isExpected(HandlingEvent event)
Test if the given handling event is expected when executing this itinerary. |
Uses of HandlingEvent in se.citerus.dddsample.domain.model.handling |
---|
Methods in se.citerus.dddsample.domain.model.handling that return HandlingEvent | |
---|---|
HandlingEvent |
HandlingEventFactory.createHandlingEvent(java.util.Date registrationTime,
java.util.Date completionTime,
TrackingId trackingId,
VoyageNumber voyageNumber,
UnLocode unlocode,
HandlingEvent.Type type)
|
HandlingEvent |
HandlingHistory.mostRecentlyCompletedEvent()
|
Methods in se.citerus.dddsample.domain.model.handling that return types with arguments of type HandlingEvent | |
---|---|
java.util.List<HandlingEvent> |
HandlingHistory.distinctEventsByCompletionTime()
|
Methods in se.citerus.dddsample.domain.model.handling with parameters of type HandlingEvent | |
---|---|
boolean |
HandlingEvent.sameEventAs(HandlingEvent other)
|
void |
HandlingEventRepository.store(HandlingEvent event)
Stores a (new) handling event. |
Constructor parameters in se.citerus.dddsample.domain.model.handling with type arguments of type HandlingEvent | |
---|---|
HandlingHistory(java.util.Collection<HandlingEvent> handlingEvents)
|
Uses of HandlingEvent in se.citerus.dddsample.infrastructure.messaging.jms |
---|
Methods in se.citerus.dddsample.infrastructure.messaging.jms with parameters of type HandlingEvent | |
---|---|
void |
JmsApplicationEventsImpl.cargoWasHandled(HandlingEvent event)
|
Uses of HandlingEvent in se.citerus.dddsample.infrastructure.persistence.hibernate |
---|
Methods in se.citerus.dddsample.infrastructure.persistence.hibernate with parameters of type HandlingEvent | |
---|---|
void |
HandlingEventRepositoryHibernate.store(HandlingEvent event)
|
Uses of HandlingEvent in se.citerus.dddsample.interfaces.tracking |
---|
Constructors in se.citerus.dddsample.interfaces.tracking with parameters of type HandlingEvent | |
---|---|
CargoTrackingViewAdapter.HandlingEventViewAdapter(HandlingEvent handlingEvent)
Constructor. |
Constructor parameters in se.citerus.dddsample.interfaces.tracking with type arguments of type HandlingEvent | |
---|---|
CargoTrackingViewAdapter(Cargo cargo,
org.springframework.context.MessageSource messageSource,
java.util.Locale locale,
java.util.List<HandlingEvent> handlingEvents)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |