|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportUnit | |
---|---|
org.openwms.common.domain | Contains essential domain classes of the COMMON module. |
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.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.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 TransportUnit in org.openwms.common.domain |
---|
Methods in org.openwms.common.domain that return TransportUnit | |
---|---|
TransportUnit |
TransportUnit.getParent()
Returns the parent TransportUnit . |
Methods in org.openwms.common.domain that return types with arguments of type TransportUnit | |
---|---|
Set<TransportUnit> |
TransportUnit.getChildren()
Get all child TransportUnit s. |
Set<TransportUnit> |
TransportUnitType.getTransportUnits()
Returns a Set of all TransportUnit s belonging to the
TransportUnitType . |
Methods in org.openwms.common.domain with parameters of type TransportUnit | |
---|---|
void |
TransportUnit.addChild(TransportUnit transportUnit)
Add a TransportUnit to the children. |
void |
TransportUnit.removeChild(TransportUnit transportUnit)
Remove a TransportUnit from the list of children. |
void |
TransportUnit.setParent(TransportUnit parent)
Set a parent TransportUnit . |
Method parameters in org.openwms.common.domain with type arguments of type TransportUnit | |
---|---|
void |
TransportUnitType.setTransportUnits(Set<TransportUnit> transportUnits)
Assign a Set of TransportUnit s to the
TransportUnitType . |
Uses of TransportUnit in org.openwms.common.service |
---|
Classes in org.openwms.common.service with type parameters of type TransportUnit | |
---|---|
interface |
TransportUnitService<T extends TransportUnit>
A TransportService is an extension of the EntityService interface
about some useful methods regarding the general handling with
TransportUnit s. |
Uses of TransportUnit in org.openwms.common.service.spring |
---|
Methods in org.openwms.common.service.spring that return TransportUnit | |
---|---|
TransportUnit |
TransportUnitServiceImpl.createTransportUnit(Barcode barcode,
TransportUnitType transportUnitType,
LocationPK actualLocation)
Create a new TransportUnit with the type
TransportUnitType placed on an initial Location . |
Methods in org.openwms.common.service.spring that return types with arguments of type TransportUnit | |
---|---|
List<TransportUnit> |
TransportUnitServiceImpl.getAllTransportUnits()
Returns an unsorted List of all TransportUnit s. |
Method parameters in org.openwms.common.service.spring with type arguments of type TransportUnit | |
---|---|
void |
TransportUnitServiceImpl.deleteTransportUnits(List<TransportUnit> transportUnits)
Delete already persisted TransportUnit s from the persistence
storage. |
void |
TransportUnitServiceImpl.setOnRemovalListener(OnRemovalListener<TransportUnit> onRemovalListener)
|
Uses of TransportUnit in org.openwms.tms.domain.order |
---|
Methods in org.openwms.tms.domain.order that return TransportUnit | |
---|---|
TransportUnit |
TransportOrder.getTransportUnit()
Get the TransportUnit assigned to the TransportOrder
. |
Methods in org.openwms.tms.domain.order with parameters of type TransportUnit | |
---|---|
void |
TransportOrder.setTransportUnit(TransportUnit transportUnit)
Assign a TransportUnit to the TransportOrder . |
Uses of TransportUnit in org.openwms.tms.integration |
---|
Methods in org.openwms.tms.integration with parameters of type TransportUnit | |
---|---|
List<TransportOrder> |
TransportOrderDao.findForTUinState(TransportUnit transportUnit,
TransportOrderState... states)
Find a list of TransportOrder s within defined states for a given
TransportUnit . |
Uses of TransportUnit in org.openwms.tms.integration.jpa |
---|
Methods in org.openwms.tms.integration.jpa with parameters of type TransportUnit | |
---|---|
List<TransportOrder> |
TransportOrderDaoImpl.findForTUinState(TransportUnit transportUnit,
TransportOrderState... states)
Find a list of TransportOrder s within defined states for a given
TransportUnit . |
Uses of TransportUnit in org.openwms.tms.service.delegate |
---|
Methods in org.openwms.tms.service.delegate with parameters of type TransportUnit | |
---|---|
void |
TransportOrderStateDelegate.afterCreation(TransportUnit transportUnit)
An action that should be triggered after a TransportOrder has been created. |
Uses of TransportUnit in org.openwms.tms.service.spring |
---|
Methods in org.openwms.tms.service.spring with parameters of type TransportUnit | |
---|---|
boolean |
TransportUnitRemovalListener.preRemove(TransportUnit entity)
Do something prior the entity instance is been removed. |
Uses of TransportUnit in org.openwms.tms.service.spring.delegate |
---|
Methods in org.openwms.tms.service.spring.delegate with parameters of type TransportUnit | |
---|---|
void |
DefaultOrderStateDelegate.afterCreation(TransportUnit transportUnit)
An action that should be triggered after a TransportOrder has been created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |