Uses of Class
se.citerus.dddsample.domain.model.location.UnLocode

Packages that use UnLocode
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. 
se.citerus.dddsample.domain.model.location The location aggregate. 
se.citerus.dddsample.infrastructure.persistence.hibernate Hibernate implementations of the repository interfaces. 
se.citerus.dddsample.interfaces.handling Interfaces for receiving handling events into the system. 
 

Uses of UnLocode in se.citerus.dddsample.application
 

Methods in se.citerus.dddsample.application with parameters of type UnLocode
 TrackingId BookingService.bookNewCargo(UnLocode origin, UnLocode destination, java.util.Date arrivalDeadline)
          Registers a new cargo in the tracking system, not yet routed.
 void BookingService.changeDestination(TrackingId trackingId, UnLocode unLocode)
          Changes the destination of a cargo.
 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 UnLocode in se.citerus.dddsample.application.impl
 

Methods in se.citerus.dddsample.application.impl with parameters of type UnLocode
 TrackingId BookingServiceImpl.bookNewCargo(UnLocode originUnLocode, UnLocode destinationUnLocode, java.util.Date arrivalDeadline)
           
 void BookingServiceImpl.changeDestination(TrackingId trackingId, UnLocode unLocode)
           
 void HandlingEventServiceImpl.registerHandlingEvent(java.util.Date completionTime, TrackingId trackingId, VoyageNumber voyageNumber, UnLocode unLocode, HandlingEvent.Type type)
           
 

Uses of UnLocode in se.citerus.dddsample.domain.model.handling
 

Methods in se.citerus.dddsample.domain.model.handling with parameters of type UnLocode
 HandlingEvent HandlingEventFactory.createHandlingEvent(java.util.Date registrationTime, java.util.Date completionTime, TrackingId trackingId, VoyageNumber voyageNumber, UnLocode unlocode, HandlingEvent.Type type)
           
 

Constructors in se.citerus.dddsample.domain.model.handling with parameters of type UnLocode
UnknownLocationException(UnLocode unlocode)
           
 

Uses of UnLocode in se.citerus.dddsample.domain.model.location
 

Fields in se.citerus.dddsample.domain.model.location with type parameters of type UnLocode
static java.util.Map<UnLocode,Location> SampleLocations.ALL
           
 

Methods in se.citerus.dddsample.domain.model.location that return UnLocode
 UnLocode Location.unLocode()
           
 

Methods in se.citerus.dddsample.domain.model.location with parameters of type UnLocode
 Location LocationRepository.find(UnLocode unLocode)
          Finds a location using given unlocode.
static Location SampleLocations.lookup(UnLocode unLocode)
           
 boolean UnLocode.sameValueAs(UnLocode other)
           
 

Uses of UnLocode in se.citerus.dddsample.infrastructure.persistence.hibernate
 

Methods in se.citerus.dddsample.infrastructure.persistence.hibernate with parameters of type UnLocode
 Location LocationRepositoryHibernate.find(UnLocode unLocode)
           
 

Uses of UnLocode in se.citerus.dddsample.interfaces.handling
 

Methods in se.citerus.dddsample.interfaces.handling that return UnLocode
 UnLocode HandlingEventRegistrationAttempt.getUnLocode()
           
static UnLocode HandlingReportParser.parseUnLocode(java.lang.String unlocode, java.util.List<java.lang.String> errors)
           
 

Constructors in se.citerus.dddsample.interfaces.handling with parameters of type UnLocode
HandlingEventRegistrationAttempt(java.util.Date registrationDate, java.util.Date completionDate, TrackingId trackingId, VoyageNumber voyageNumber, HandlingEvent.Type type, UnLocode unLocode)
           
 



Copyright © 2009. All Rights Reserved.