|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportOrder | |
---|---|
org.openwms.tms.domain.comparator | Comparator classes for comparison of TMS domain objects. |
org.openwms.tms.integration | Repository interfaces; implementations perform data access operations on tms base classes. |
org.openwms.tms.integration.jpa | Repository implementations 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.delegate | Interface to implemented by delegate classes of the TMS module. |
org.openwms.tms.service.spring | This package provides business logic to perform common actions of the transport management. |
org.openwms.tms.service.spring.delegate | This package contains all delegate classes. |
Uses of TransportOrder in org.openwms.tms.domain.comparator |
---|
Methods in org.openwms.tms.domain.comparator with parameters of type TransportOrder | |
---|---|
int |
TransportStartComparator.compare(TransportOrder o1,
TransportOrder o2)
First the priority or orders is compared, when both are equals the id is compared too. |
Uses of TransportOrder in org.openwms.tms.integration |
---|
Methods in org.openwms.tms.integration that return types with arguments of type TransportOrder | |
---|---|
List<TransportOrder> |
TransportOrderDao.findByIds(List<Long> ids)
Find and retrieve a list of TransportOrder s, searched by a list
of their ids. |
List<TransportOrder> |
TransportOrderDao.findForTUinState(TransportUnit transportUnit,
TransportOrderState... states)
Find a list of TransportOrder s within defined states for a given
TransportUnit . |
Uses of TransportOrder in org.openwms.tms.integration.jpa |
---|
Methods in org.openwms.tms.integration.jpa that return types with arguments of type TransportOrder | |
---|---|
List<TransportOrder> |
TransportOrderDaoImpl.findByIds(List<Long> ids)
Find and retrieve a list of TransportOrder s, searched by a list
of their ids. |
List<TransportOrder> |
TransportOrderDaoImpl.findForTUinState(TransportUnit transportUnit,
TransportOrderState... states)
Find a list of TransportOrder s within defined states for a given
TransportUnit . |
Uses of TransportOrder in org.openwms.tms.service |
---|
Classes in org.openwms.tms.service with type parameters of type TransportOrder | |
---|---|
interface |
TransportOrderService<T extends TransportOrder>
A TransportService - Extends the EntityService interface about some
useful methods regarding the general handling with TransportOrder s. |
Uses of TransportOrder in org.openwms.tms.service.delegate |
---|
Methods in org.openwms.tms.service.delegate with parameters of type TransportOrder | |
---|---|
void |
TransportOrderStarter.start(TransportOrder transportOrder)
Call to start a TransportOrder . |
Uses of TransportOrder in org.openwms.tms.service.spring |
---|
Methods in org.openwms.tms.service.spring that return TransportOrder | |
---|---|
TransportOrder |
TransportServiceImpl.createTransportOrder(Barcode barcode,
LocationGroup targetLocationGroup,
Location targetLocation,
PriorityLevel priority)
Create a new TransportOrder . |
TransportOrder |
TransportServiceImpl.createTransportOrder(Barcode barcode,
LocationGroup targetLocationGroup,
PriorityLevel priority)
Create a new TransportOrder . |
TransportOrder |
TransportServiceImpl.createTransportOrder(Barcode barcode,
Location targetLocation,
PriorityLevel priority)
Create a new TransportOrder . |
Uses of TransportOrder in org.openwms.tms.service.spring.delegate |
---|
Methods in org.openwms.tms.service.spring.delegate with parameters of type TransportOrder | |
---|---|
void |
TransportOrderStarterImpl.start(TransportOrder transportOrder)
Call to start a TransportOrder . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |