Uses of Class
se.citerus.dddsample.domain.model.voyage.Voyage

Packages that use Voyage
se.citerus.dddsample.domain.model.cargo The cargo aggregate. 
se.citerus.dddsample.domain.model.handling The handling aggregate. 
se.citerus.dddsample.domain.model.voyage The voyage aggregate. 
se.citerus.dddsample.infrastructure.persistence.hibernate Hibernate implementations of the repository interfaces. 
 

Uses of Voyage in se.citerus.dddsample.domain.model.cargo
 

Methods in se.citerus.dddsample.domain.model.cargo that return Voyage
 Voyage Delivery.currentVoyage()
           
 Voyage Leg.voyage()
           
 Voyage HandlingActivity.voyage()
           
 

Constructors in se.citerus.dddsample.domain.model.cargo with parameters of type Voyage
HandlingActivity(HandlingEvent.Type type, Location location, Voyage voyage)
           
Leg(Voyage voyage, Location loadLocation, Location unloadLocation, java.util.Date loadTime, java.util.Date unloadTime)
           
 

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

Methods in se.citerus.dddsample.domain.model.handling that return Voyage
 Voyage HandlingEvent.voyage()
           
 

Constructors in se.citerus.dddsample.domain.model.handling with parameters of type Voyage
HandlingEvent(Cargo cargo, java.util.Date completionTime, java.util.Date registrationTime, HandlingEvent.Type type, Location location, Voyage voyage)
           
 

Uses of Voyage in se.citerus.dddsample.domain.model.voyage
 

Fields in se.citerus.dddsample.domain.model.voyage declared as Voyage
static Voyage SampleVoyages.CM001
           
static Voyage SampleVoyages.CM002
           
static Voyage SampleVoyages.CM003
           
static Voyage SampleVoyages.CM004
           
static Voyage SampleVoyages.CM005
           
static Voyage SampleVoyages.CM006
           
static Voyage SampleVoyages.DALLAS_TO_HELSINKI
          Voyage number 0300A (by airplane) Dallas - Hamburg - Stockholm - Helsinki
static Voyage SampleVoyages.DALLAS_TO_HELSINKI_ALT
          Voyage number 0301S (by ship) Dallas - Hamburg - Stockholm - Helsinki, alternate route
static Voyage SampleVoyages.HELSINKI_TO_HONGKONG
          Voyage number 0400S (by ship) Helsinki - Rotterdam - Shanghai - Hongkong
static Voyage SampleVoyages.HONGKONG_TO_NEW_YORK
          Voyage number 0100S (by ship) Hongkong - Hangzou - Tokyo - Melbourne - New York
static Voyage SampleVoyages.NEW_YORK_TO_DALLAS
          Voyage number 0200T (by train) New York - Chicago - Dallas
static Voyage Voyage.NONE
           
static Voyage SampleVoyages.v100
           
static Voyage SampleVoyages.v200
           
static Voyage SampleVoyages.v300
           
static Voyage SampleVoyages.v400
           
 

Fields in se.citerus.dddsample.domain.model.voyage with type parameters of type Voyage
static java.util.Map<VoyageNumber,Voyage> SampleVoyages.ALL
           
 

Methods in se.citerus.dddsample.domain.model.voyage that return Voyage
 Voyage Voyage.Builder.build()
           
 Voyage VoyageRepository.find(VoyageNumber voyageNumber)
          Finds a voyage using voyage number.
static Voyage SampleVoyages.lookup(VoyageNumber voyageNumber)
           
 

Methods in se.citerus.dddsample.domain.model.voyage that return types with arguments of type Voyage
static java.util.List<Voyage> SampleVoyages.getAll()
           
 

Methods in se.citerus.dddsample.domain.model.voyage with parameters of type Voyage
 boolean Voyage.sameIdentityAs(Voyage other)
           
 

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

Methods in se.citerus.dddsample.infrastructure.persistence.hibernate that return Voyage
 Voyage VoyageRepositoryHibernate.find(VoyageNumber voyageNumber)
           
 



Copyright © 2009. All Rights Reserved.