|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportOrderDao
A TransportOrderDao - Adds specific functionality concerning
TransportOrder
Entity classes.
GenericDao
,
TransportOrder
Field Summary |
---|
Fields inherited from interface org.openwms.core.integration.GenericDao |
---|
FIND_ALL, FIND_BY_ID |
Method Summary | |
---|---|
List<TransportOrder> |
findByIds(List<Long> ids)
Find and retrieve a list of TransportOrder s, searched by a list
of their ids. |
List<TransportOrder> |
findForTUinState(TransportUnit transportUnit,
TransportOrderState... states)
Find a list of TransportOrder s within defined states for a given
TransportUnit . |
int |
getNumberOfTransportOrders(LocationGroup locationGroup)
Get all active TransportOrder s that have the target destination
to this locationGroup. |
Methods inherited from interface org.openwms.core.integration.GenericDao |
---|
findAll, findById, findByNamedParameters, findByPositionalParameters, findByUniqueId, persist, remove, save, setPersistentClass |
Method Detail |
---|
int getNumberOfTransportOrders(LocationGroup locationGroup)
TransportOrder
s that have the target destination
to this locationGroup.
locationGroup
- The group to search for
TransportOrder
sList<TransportOrder> findByIds(List<Long> ids)
TransportOrder
s, searched by a list
of their ids.
ids
- A list of technical keys of the orders to search for
TransportOrder
s.List<TransportOrder> findForTUinState(TransportUnit transportUnit, TransportOrderState... states)
TransportOrder
s within defined states for a given
TransportUnit
. The implementation does never return
null
. In case no TransportOrder
s are found an empty
List is returned.
transportUnit
- The TransportUnit
to search forstates
- An arbitrary array of states
TransportOrder
s or an empty list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |