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 TransportUnitLoadUnit.transportUnitTheTransportUnitwhere thisLoadUnitbelongs 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 TransportUnitAllocation.AllocationBuilder.transportUnitprivate TransportUnitAllocation.transportUnitMethods in org.openwms.wms.inventory.allocation that return TransportUnitMethods in org.openwms.wms.inventory.allocation with parameters of type TransportUnitModifier and TypeMethodDescriptionvoidAllocation.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 TransportUnitLoadUnitServiceImpl.findTransportUnit(String transportUnitBK) Methods in org.openwms.wms.inventory.impl with parameters of type TransportUnitModifier and TypeMethodDescriptionprivate LoadUnitLoadUnitServiceImpl.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 TransportUnitTransportUnitService.create(@NotNull TransportUnit transportUnit) Create a newTransportUnit.@NotNull TransportUnitTransportUnitService.createWithBK(@NotBlank String transportUnitBK, @NotBlank String tut, @NotBlank String actualErpCode, String loadUnitType, Integer parts, String customerOrderId) @NotNull TransportUnitTransportUnitService.findByPKey(@NotBlank String pKey) Find and return aTransportUnit.TransportUnitService.findOneByOrThrow(@NotBlank String transportUnitBK) Find and return aTransportUnit.@NotNull TransportUnitTransportUnitService.moveTransportUnit(@NotNull Barcode transportUnitBK, @NotBlank String targetLocationIdentifier) Move aTransportUnitto a newLocation.@NotNull TransportUnitTransportUnitService.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 returnTransportUnits.Find and return aTransportUnit.@NotNull List<TransportUnit>TransportUnitService.findOnLocation(@NotBlank String erpCode) Find and return allTransportUnits that are located on theLocationidentified by the givenerpCode.Methods in org.openwms.wms.transport with parameters of type TransportUnitModifier and TypeMethodDescription@NotNull TransportUnitTransportUnitService.create(@NotNull TransportUnit transportUnit) Create a newTransportUnit.@NotNull TransportUnitTransportUnitService.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 TransportUnitEventTransportUnitEvent.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 TransportUnitTransportUnitServiceImpl.create(@NotNull TransportUnit transportUnit) Create a newTransportUnit.private TransportUnitTransportUnitServiceImpl.createTransportUnitInternal(TransportUnit result) @NotNull TransportUnitTransportUnitServiceImpl.createWithBK(@NotBlank String transportUnitBK, @NotBlank String tut, @NotBlank String actualErpCode, String loadUnitType, Integer parts, String customerOrderId) @NotNull TransportUnitTransportUnitServiceImpl.findByPKey(@NotBlank String pKey) Find and return aTransportUnit.TransportUnitServiceImpl.findOneByOrThrow(@NotBlank String transportUnitBK) Find and return aTransportUnit.private TransportUnitTransportUnitServiceImpl.findOneByOrThrowInternal(String transportUnitBK) @NotNull TransportUnitTransportUnitServiceImpl.moveTransportUnit(@NotNull Barcode transportUnitBK, @NotBlank String targetLocationIdentifier) Move aTransportUnitto a newLocation.@NotNull TransportUnitTransportUnitServiceImpl.save(@NotNull TransportUnit tu) Save an existingTransportUnit.@NotNull TransportUnitTransportUnitSynchronizerImpl.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 returnTransportUnits.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 allTransportUnits that are located on theLocationidentified by the givenerpCode.Methods in org.openwms.wms.transport.impl with parameters of type TransportUnitModifier and TypeMethodDescription@NotNull TransportUnitTransportUnitServiceImpl.create(@NotNull TransportUnit transportUnit) Create a newTransportUnit.private TransportUnitTransportUnitServiceImpl.createTransportUnitInternal(TransportUnit result) @NotNull TransportUnitTransportUnitServiceImpl.save(@NotNull TransportUnit tu) Save an existingTransportUnit.@NotNull TransportUnitTransportUnitSynchronizerImpl.synchronize(@NotNull TransportUnit transportUnit) private voidTransportUnitServiceImpl.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.transportUnitSynchronizerConstructor parameters in org.openwms.wms.transport.listeners with type arguments of type TransportUnitModifierConstructorDescription(package private)TransportUnitCommandListener(Synchronizer<TransportUnit> transportUnitSynchronizer, TransportUnitMapper transportUnitMapper)