|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlingHistory | |
---|---|
se.citerus.dddsample.domain.model.cargo | The cargo aggregate. |
se.citerus.dddsample.domain.model.handling | The handling aggregate. |
se.citerus.dddsample.infrastructure.persistence.hibernate | Hibernate implementations of the repository interfaces. |
Uses of HandlingHistory in se.citerus.dddsample.domain.model.cargo |
---|
Methods in se.citerus.dddsample.domain.model.cargo with parameters of type HandlingHistory | |
---|---|
void |
Cargo.deriveDeliveryProgress(HandlingHistory handlingHistory)
Updates all aspects of the cargo aggregate status based on the current route specification, itinerary and handling of the cargo. |
Uses of HandlingHistory in se.citerus.dddsample.domain.model.handling |
---|
Fields in se.citerus.dddsample.domain.model.handling declared as HandlingHistory | |
---|---|
static HandlingHistory |
HandlingHistory.EMPTY
|
Methods in se.citerus.dddsample.domain.model.handling that return HandlingHistory | |
---|---|
HandlingHistory |
HandlingEventRepository.lookupHandlingHistoryOfCargo(TrackingId trackingId)
|
Methods in se.citerus.dddsample.domain.model.handling with parameters of type HandlingHistory | |
---|---|
boolean |
HandlingHistory.sameValueAs(HandlingHistory other)
|
Uses of HandlingHistory in se.citerus.dddsample.infrastructure.persistence.hibernate |
---|
Methods in se.citerus.dddsample.infrastructure.persistence.hibernate that return HandlingHistory | |
---|---|
HandlingHistory |
HandlingEventRepositoryHibernate.lookupHandlingHistoryOfCargo(TrackingId trackingId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |