Uses of Class
se.citerus.dddsample.domain.model.cargo.Cargo

Packages that use Cargo
se.citerus.dddsample.application This is the application layer: code that's needed for the application to performs its tasks. 
se.citerus.dddsample.domain.model.cargo The cargo aggregate. 
se.citerus.dddsample.domain.model.handling The handling aggregate. 
se.citerus.dddsample.infrastructure.messaging.jms Asynchronous messaging implemented using JMS. 
se.citerus.dddsample.infrastructure.persistence.hibernate Hibernate implementations of the repository interfaces. 
se.citerus.dddsample.interfaces.booking.facade.internal.assembler DTO assemblers. 
se.citerus.dddsample.interfaces.tracking Public tracking web interface. 
 

Uses of Cargo in se.citerus.dddsample.application
 

Methods in se.citerus.dddsample.application with parameters of type Cargo
 void ApplicationEvents.cargoHasArrived(Cargo cargo)
          A cargo has arrived at its final destination.
 void ApplicationEvents.cargoWasMisdirected(Cargo cargo)
          A cargo has been misdirected.
 

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

Methods in se.citerus.dddsample.domain.model.cargo that return Cargo
 Cargo CargoRepository.find(TrackingId trackingId)
          Finds a cargo using given id.
 

Methods in se.citerus.dddsample.domain.model.cargo that return types with arguments of type Cargo
 java.util.List<Cargo> CargoRepository.findAll()
          Finds all cargo.
 

Methods in se.citerus.dddsample.domain.model.cargo with parameters of type Cargo
 boolean Cargo.sameIdentityAs(Cargo other)
           
 void CargoRepository.store(Cargo cargo)
          Saves given cargo.
 

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

Methods in se.citerus.dddsample.domain.model.handling that return Cargo
 Cargo HandlingEvent.cargo()
           
 

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

Uses of Cargo in se.citerus.dddsample.infrastructure.messaging.jms
 

Methods in se.citerus.dddsample.infrastructure.messaging.jms with parameters of type Cargo
 void JmsApplicationEventsImpl.cargoHasArrived(Cargo cargo)
           
 void JmsApplicationEventsImpl.cargoWasMisdirected(Cargo cargo)
           
 

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

Methods in se.citerus.dddsample.infrastructure.persistence.hibernate that return Cargo
 Cargo CargoRepositoryHibernate.find(TrackingId tid)
           
 

Methods in se.citerus.dddsample.infrastructure.persistence.hibernate that return types with arguments of type Cargo
 java.util.List<Cargo> CargoRepositoryHibernate.findAll()
           
 

Methods in se.citerus.dddsample.infrastructure.persistence.hibernate with parameters of type Cargo
 void CargoRepositoryHibernate.store(Cargo cargo)
           
 

Uses of Cargo in se.citerus.dddsample.interfaces.booking.facade.internal.assembler
 

Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler with parameters of type Cargo
 CargoRoutingDTO CargoRoutingDTOAssembler.toDTO(Cargo cargo)
           
 

Uses of Cargo in se.citerus.dddsample.interfaces.tracking
 

Constructors in se.citerus.dddsample.interfaces.tracking with parameters of type Cargo
CargoTrackingViewAdapter(Cargo cargo, org.springframework.context.MessageSource messageSource, java.util.Locale locale, java.util.List<HandlingEvent> handlingEvents)
          Constructor.
 



Copyright © 2009. All Rights Reserved.