Uses of Class
se.citerus.dddsample.interfaces.booking.facade.dto.LocationDTO

Packages that use LocationDTO
se.citerus.dddsample.interfaces.booking.facade Remote service facades with supporting DTO classes and assemblers. 
se.citerus.dddsample.interfaces.booking.facade.internal Internal parts of the remote facade API. 
se.citerus.dddsample.interfaces.booking.facade.internal.assembler DTO assemblers. 
 

Uses of LocationDTO in se.citerus.dddsample.interfaces.booking.facade
 

Methods in se.citerus.dddsample.interfaces.booking.facade that return types with arguments of type LocationDTO
 java.util.List<LocationDTO> BookingServiceFacade.listShippingLocations()
           
 

Uses of LocationDTO in se.citerus.dddsample.interfaces.booking.facade.internal
 

Methods in se.citerus.dddsample.interfaces.booking.facade.internal that return types with arguments of type LocationDTO
 java.util.List<LocationDTO> BookingServiceFacadeImpl.listShippingLocations()
           
 

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

Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler that return LocationDTO
 LocationDTO LocationDTOAssembler.toDTO(Location location)
           
 

Methods in se.citerus.dddsample.interfaces.booking.facade.internal.assembler that return types with arguments of type LocationDTO
 java.util.List<LocationDTO> LocationDTOAssembler.toDTOList(java.util.List<Location> allLocations)
           
 



Copyright © 2009. All Rights Reserved.