Uses of Class
org.openwms.wms.transport.TransportUnit
Packages that use TransportUnit
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of TransportUnit in org.openwms.wms.inventory
Fields in org.openwms.wms.inventory declared as TransportUnitModifier and TypeFieldDescriptionprivate @NotNull TransportUnit
LoadUnit.transportUnit
TheTransportUnit
where thisLoadUnit
belongs to.Methods in org.openwms.wms.inventory that return TransportUnitConstructors in org.openwms.wms.inventory with parameters of type TransportUnitModifierConstructorDescriptionLoadUnit
(TransportUnit transportUnit, String physicalPosition, LoadUnitType type) Create a new LoadUnit. -
Uses of TransportUnit in org.openwms.wms.inventory.allocation
Fields in org.openwms.wms.inventory.allocation declared as TransportUnitModifier and TypeFieldDescriptionprivate TransportUnit
Allocation.AllocationBuilder.transportUnit
private TransportUnit
Allocation.transportUnit
Methods in org.openwms.wms.inventory.allocation that return TransportUnitMethods in org.openwms.wms.inventory.allocation with parameters of type TransportUnitModifier and TypeMethodDescriptionvoid
Allocation.setTransportUnit
(TransportUnit transportUnit) Allocation.AllocationBuilder.transportUnit
(TransportUnit transportUnit) -
Uses of TransportUnit in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl that return TransportUnitModifier and TypeMethodDescriptionprivate TransportUnit
LoadUnitServiceImpl.findTransportUnit
(String transportUnitBK) Methods in org.openwms.wms.inventory.impl with parameters of type TransportUnitModifier and TypeMethodDescriptionprivate LoadUnit
LoadUnitServiceImpl.createInternal
(TransportUnit tu, LoadUnitType type, String position) -
Uses of TransportUnit in org.openwms.wms.transport
Methods in org.openwms.wms.transport that return TransportUnitModifier and TypeMethodDescriptionTransportUnit.Builder.build()
TransportUnitMapper.convertMO
(org.openwms.common.transport.api.messages.TransportUnitMO mo) TransportUnitMapperImpl.convertMO
(org.openwms.common.transport.api.messages.TransportUnitMO mo) TransportUnitMapper.convertVO
(TransportUnitVO vo) TransportUnitMapperImpl.convertVO
(TransportUnitVO vo) @NotNull TransportUnit
TransportUnitService.create
(@NotNull TransportUnit transportUnit) Create a newTransportUnit
.@NotNull TransportUnit
TransportUnitService.createWithBK
(@NotBlank String transportUnitBK, @NotBlank String tut, @NotBlank String actualErpCode, String loadUnitType, Integer parts, String customerOrderId) @NotNull TransportUnit
TransportUnitService.findByPKey
(@NotBlank String pKey) Find and return aTransportUnit
.TransportUnitService.findOneByOrThrow
(@NotBlank String transportUnitBK) Find and return aTransportUnit
.@NotNull TransportUnit
TransportUnitService.moveTransportUnit
(@NotNull Barcode transportUnitBK, @NotBlank String targetLocationIdentifier) Move aTransportUnit
to a newLocation
.@NotNull TransportUnit
TransportUnitService.save
(@NotNull TransportUnit tu) Save an existingTransportUnit
.Methods in org.openwms.wms.transport that return types with arguments of type TransportUnitModifier and TypeMethodDescription@NotNull List<TransportUnit>
Find and returnTransportUnit
s.Find and return aTransportUnit
.@NotNull List<TransportUnit>
TransportUnitService.findOnLocation
(@NotBlank String erpCode) Find and return allTransportUnit
s that are located on theLocation
identified by the givenerpCode
.Methods in org.openwms.wms.transport with parameters of type TransportUnitModifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitService.create
(@NotNull TransportUnit transportUnit) Create a newTransportUnit
.@NotNull TransportUnit
TransportUnitService.save
(@NotNull TransportUnit tu) Save an existingTransportUnit
.Constructor parameters in org.openwms.wms.transport with type arguments of type TransportUnitModifierConstructorDescriptionQTransportUnit
(com.querydsl.core.types.Path<? extends TransportUnit> path) QTransportUnit
(Class<? extends TransportUnit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of TransportUnit in org.openwms.wms.transport.api.commands
Methods in org.openwms.wms.transport.api.commands that return TransportUnitConstructors in org.openwms.wms.transport.api.commands with parameters of type TransportUnitModifierConstructorDescriptionTransportUnitCommand
(TransportUnitCommand.Type type, TransportUnit transportUnit) -
Uses of TransportUnit in org.openwms.wms.transport.events
Methods in org.openwms.wms.transport.events that return TransportUnitMethods in org.openwms.wms.transport.events with parameters of type TransportUnitModifier and TypeMethodDescriptionstatic TransportUnitEvent
TransportUnitEvent.of
(TransportUnit tu, TransportUnitEvent.TransportUnitEventType type) Factory method to create a TransportUnitEvent from a given TransportUnit instance.Constructors in org.openwms.wms.transport.events with parameters of type TransportUnitModifierConstructorDescriptionprivate
-
Uses of TransportUnit in org.openwms.wms.transport.impl
Methods in org.openwms.wms.transport.impl that return TransportUnitModifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitServiceImpl.create
(@NotNull TransportUnit transportUnit) Create a newTransportUnit
.private TransportUnit
TransportUnitServiceImpl.createTransportUnitInternal
(TransportUnit result) @NotNull TransportUnit
TransportUnitServiceImpl.createWithBK
(@NotBlank String transportUnitBK, @NotBlank String tut, @NotBlank String actualErpCode, String loadUnitType, Integer parts, String customerOrderId) @NotNull TransportUnit
TransportUnitServiceImpl.findByPKey
(@NotBlank String pKey) Find and return aTransportUnit
.TransportUnitServiceImpl.findOneByOrThrow
(@NotBlank String transportUnitBK) Find and return aTransportUnit
.private TransportUnit
TransportUnitServiceImpl.findOneByOrThrowInternal
(String transportUnitBK) @NotNull TransportUnit
TransportUnitServiceImpl.moveTransportUnit
(@NotNull Barcode transportUnitBK, @NotBlank String targetLocationIdentifier) Move aTransportUnit
to a newLocation
.@NotNull TransportUnit
TransportUnitServiceImpl.save
(@NotNull TransportUnit tu) Save an existingTransportUnit
.@NotNull TransportUnit
TransportUnitSynchronizerImpl.synchronize
(@NotNull TransportUnit transportUnit) Methods in org.openwms.wms.transport.impl that return types with arguments of type TransportUnitModifier and TypeMethodDescription@NotNull List<TransportUnit>
Find and returnTransportUnit
s.TransportUnitRepository.findByActualLocation_ErpCode
(String erpCode) TransportUnitRepository.findByForeignPKey
(String foreignPKey) TransportUnitRepository.findBypKey
(String pKey) TransportUnitRepository.findByTransportUnitBK
(Barcode transportUnitBK) TransportUnitRepository.findByTransportUnitBKAndAcknowledged
(Barcode transportUnitBK, boolean acknowledged) TransportUnitRepository.findByTransportUnitBKIn
(List<Barcode> transportUnitBKs) Find and return aTransportUnit
.private Optional<TransportUnit>
TransportUnitServiceImpl.findOneByInternal
(String transportUnitBK) @NotNull List<TransportUnit>
TransportUnitServiceImpl.findOnLocation
(@NotBlank String erpCode) Find and return allTransportUnit
s that are located on theLocation
identified by the givenerpCode
.Methods in org.openwms.wms.transport.impl with parameters of type TransportUnitModifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitServiceImpl.create
(@NotNull TransportUnit transportUnit) Create a newTransportUnit
.private TransportUnit
TransportUnitServiceImpl.createTransportUnitInternal
(TransportUnit result) @NotNull TransportUnit
TransportUnitServiceImpl.save
(@NotNull TransportUnit tu) Save an existingTransportUnit
.@NotNull TransportUnit
TransportUnitSynchronizerImpl.synchronize
(@NotNull TransportUnit transportUnit) private void
TransportUnitServiceImpl.validateNotExists
(TransportUnit transportUnit) -
Uses of TransportUnit in org.openwms.wms.transport.listeners
Fields in org.openwms.wms.transport.listeners with type parameters of type TransportUnitModifier and TypeFieldDescriptionprivate final Synchronizer<TransportUnit>
TransportUnitCommandListener.transportUnitSynchronizer
Constructor parameters in org.openwms.wms.transport.listeners with type arguments of type TransportUnitModifierConstructorDescription(package private)
TransportUnitCommandListener
(Synchronizer<TransportUnit> transportUnitSynchronizer, TransportUnitMapper transportUnitMapper)