|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HandlingEventService
Handling event service.
| Method Summary | |
|---|---|
void |
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. |
| Method Detail |
|---|
void registerHandlingEvent(java.util.Date completionTime,
TrackingId trackingId,
VoyageNumber voyageNumber,
UnLocode unLocode,
HandlingEvent.Type type)
throws CannotCreateHandlingEventException
completionTime - when the event was completedtrackingId - cargo tracking idvoyageNumber - voyage numberunLocode - UN locode for the location where the event occurredtype - type of event
CannotCreateHandlingEventException - if a handling event that represents an actual event that's relevant to a cargo we're tracking
can't be created from the parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||