Uses of Class
org.openwms.common.domain.Location

Packages that use Location
org.openwms.common.domain Contains essential domain classes of the COMMON module. 
org.openwms.common.integration Repository interface definitions of the COMMON module. 
org.openwms.common.integration.jpa This package contains classes belonging to the integration layer using JPA. 
org.openwms.common.service Interface definitions of the COMMON Module service layer. 
org.openwms.common.service.spring This package provides common used business logic. 
org.openwms.tms.domain.order Contains essential domain classes of the TMS module. 
org.openwms.tms.service Interfaces of the TMS service layer; implementations provide business logic specific to TMS. 
org.openwms.tms.service.spring This package provides business logic to perform common actions of the transport management. 
org.openwms.tms.service.spring.voter This package contains classes implementing the voter pattern. 
 

Uses of Location in org.openwms.common.domain
 

Methods in org.openwms.common.domain that return Location
 Location TransportUnit.getActualLocation()
          Get the actual Location of the TransportUnit.
 Location TransportUnit.getTargetLocation()
          Get the target Location of the TransportUnit.
 

Methods in org.openwms.common.domain that return types with arguments of type Location
 Set<Location> LocationGroup.getLocations()
          Return all Locations in an unmodifiable Collection.
 

Methods in org.openwms.common.domain with parameters of type Location
 boolean LocationGroup.addLocation(Location location)
          Add a Location to the list of children.
 boolean LocationGroup.removeLocation(Location location)
          Remove a Location from the list of children.
 void TransportUnit.setActualLocation(Location actualLocation)
          Put the TransportUnit on a Location.
 void TransportUnit.setTargetLocation(Location targetLocation)
          Set the target Location of the TransportUnit.
 

Uses of Location in org.openwms.common.integration
 

Methods in org.openwms.common.integration that return types with arguments of type Location
 List<Location> LocationDao.getAllLocations()
          Retrieve all Locations in natural order.
 

Uses of Location in org.openwms.common.integration.jpa
 

Methods in org.openwms.common.integration.jpa that return types with arguments of type Location
 List<Location> LocationDaoImpl.getAllLocations()
           
 

Uses of Location in org.openwms.common.service
 

Classes in org.openwms.common.service with type parameters of type Location
 interface LocationService<T extends Location>
          A LocationService - Extends the EntityService interface about some useful methods regarding the general handling with Locations.
 

Methods in org.openwms.common.service that return Location
 Location LocationService.removeMessages(Long id, List<Message> messages)
          Removes a list of Messages from a Location.
 

Uses of Location in org.openwms.common.service.spring
 

Methods in org.openwms.common.service.spring that return Location
 Location LocationServiceImpl.removeMessages(Long id, List<Message> messages)
           
 

Methods in org.openwms.common.service.spring that return types with arguments of type Location
 List<Location> LocationServiceImpl.getAllLocations()
          Return a list of all Locations not sorted and not filtered in natural order.
 

Uses of Location in org.openwms.tms.domain.order
 

Methods in org.openwms.tms.domain.order that return Location
 Location TransportOrder.getSourceLocation()
          Get the sourceLocation.
 Location TransportOrder.getTargetLocation()
          Get the target Location of this TransportOrder.
 

Methods in org.openwms.tms.domain.order with parameters of type Location
 void TransportOrder.setSourceLocation(Location sourceLocation)
          Set the sourceLocation.
 void TransportOrder.setTargetLocation(Location targetLocation)
          Set the target Location of this TransportOrder.
 

Uses of Location in org.openwms.tms.service
 

Methods in org.openwms.tms.service with parameters of type Location
 T TransportOrderService.createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 T TransportOrderService.createTransportOrder(Barcode barcode, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 List<Integer> TransportOrderService.redirectTransportOrders(List<Integer> transportOrders, LocationGroup targetLocationGroup, Location targetLocation)
          Try to redirect a list of TransportOrders to a new target LocationGroup.
 

Uses of Location in org.openwms.tms.service.spring
 

Methods in org.openwms.tms.service.spring with parameters of type Location
 TransportOrder TransportServiceImpl.createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 TransportOrder TransportServiceImpl.createTransportOrder(Barcode barcode, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 List<Integer> TransportServiceImpl.redirectTransportOrders(List<Integer> ids, LocationGroup targetLocationGroup, Location targetLocation)
          Try to redirect a list of TransportOrders to a new target LocationGroup.
 

Uses of Location in org.openwms.tms.service.spring.voter
 

Methods in org.openwms.tms.service.spring.voter that return Location
 Location RedirectVote.getLocation()
          Get the location.
 

Constructors in org.openwms.tms.service.spring.voter with parameters of type Location
RedirectVote(LocationGroup targetLocationGroup, Location targetLocation)
          Create a new RedirectVote.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.