|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.citerus.dddsample.application.impl.CargoInspectionServiceImpl
public class CargoInspectionServiceImpl
Constructor Summary | |
---|---|
CargoInspectionServiceImpl(ApplicationEvents applicationEvents,
CargoRepository cargoRepository,
HandlingEventRepository handlingEventRepository)
|
Method Summary | |
---|---|
void |
inspectCargo(TrackingId trackingId)
Inspect cargo and send relevant notifications to interested parties, for example if a cargo has been misdirected, or unloaded at the final destination. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CargoInspectionServiceImpl(ApplicationEvents applicationEvents, CargoRepository cargoRepository, HandlingEventRepository handlingEventRepository)
Method Detail |
---|
@Transactional public void inspectCargo(TrackingId trackingId)
CargoInspectionService
inspectCargo
in interface CargoInspectionService
trackingId
- cargo tracking id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |