Uses of Class
org.openwms.common.transport.TransportUnit
Packages that use TransportUnit
Package
Description
This package contains all types required to describe transport unit items.
This package contains all types required for asynchronous event handling.
This package contains internal implementation classes.
This package contains types for extension points and hooks (SPI - Service Provider Interface).
-
Uses of TransportUnit in org.openwms.common.transport
Fields in org.openwms.common.transport declared as TransportUnitModifier and TypeFieldDescriptionprivate TransportUnitTransportUnit.parentOwningTransportUnit.private TransportUnitUnitError.Builder.transportUnitprivate TransportUnitUnitError.transportUnitFields in org.openwms.common.transport with type parameters of type TransportUnitModifier and TypeFieldDescriptionprivate Set<TransportUnit> TransportUnit.childrenA set of all childTransportUnits, ordered by id.private Set<TransportUnit> TransportUnitType.Builder.transportUnitsprivate Set<TransportUnit> TransportUnitType.transportUnitsA collection of allTransportUnits belonging to this type.Methods in org.openwms.common.transport that return TransportUnitModifier and TypeMethodDescription@NotNull TransportUnitTransportUnitService.changeTarget(@NotNull Barcode barcode, @NotBlank String targetLocationId) Change the target of theTransportUnitidentified with itsbarcodeto the Location identified by thetargetLocationId.abstract TransportUnitTransportUnitMapper.convert(TransportUnitVO vo) TransportUnitMapperImpl.convert(TransportUnitVO vo) @NotNull TransportUnitTransportUnitService.create(@NotBlank String transportUnitBK, @NotBlank String transportUnitType, @NotBlank String actualLocation, Boolean strict) @NotNull TransportUnitTransportUnitService.create(@NotBlank String transportUnitBK, @NotNull TransportUnitType transportUnitType, @NotNull LocationPK actualLocation, Boolean strict) @NotNull TransportUnit@NotNull TransportUnitTransportUnitService.findByBarcode(@NotBlank String transportUnitBK) Find and return aTransportUnitby it'stransportUnitBK.@NotNull TransportUnitTransportUnitService.findByPKey(@NotBlank String pKey) Find and return aTransportUnitidentified by the givenpKey.TransportUnit.getParent()Returns the parentTransportUnit.UnitError.getTransportUnit()@NotNull TransportUnitTransportUnitService.moveTransportUnit(@NotNull Barcode barcode, @NotBlank String targetLocation) Move aTransportUnitidentified by itsBarcodeto theLocationidentified by the giventargetLocationPK.@NotNull TransportUnitTransportUnitService.update(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittuand try to update it as-is in the persistent storage.Methods in org.openwms.common.transport that return types with arguments of type TransportUnitModifier and TypeMethodDescription@NotNull List<TransportUnit> TransportUnitService.findAll()Find and return all existingTransportUnits.@NotNull List<TransportUnit> TransportUnitService.findByBarcodes(@NotEmpty List<Barcode> barcodes) Find and return allTransportUnits identified by their particularBarcode.@NotNull List<TransportUnit> TransportUnitService.findOnLocation(@NotBlank String actualLocation) Find and return allTransportUnits that are located on theLocationidentified by the givenactualLocation.TransportUnit.getChildren()Get all childTransportUnits.TransportUnitType.getTransportUnits()Returns a Set of allTransportUnits belonging to theTransportUnitType.Methods in org.openwms.common.transport with parameters of type TransportUnitModifier and TypeMethodDescriptionvoidTransportUnit.addChild(TransportUnit transportUnit) Add aTransportUnitto the children.private TransportUnitVOTransportUnitController.convertAndLinks(TransportUnit entity) abstract TransportUnitMOTransportUnitMapper.convertToMO(TransportUnit eo) TransportUnitMapperImpl.convertToMO(TransportUnit eo) abstract TransportUnitVOTransportUnitMapper.convertToVO(TransportUnit eo) TransportUnitMapperImpl.convertToVO(TransportUnit eo) abstract voidTransportUnitMapper.copy(TransportUnit source, TransportUnit target) voidTransportUnitMapperImpl.copy(TransportUnit source, TransportUnit target) private StringTransportUnitMapperImpl.eoBarcodeValue(TransportUnit transportUnit) private StringTransportUnitMapperImpl.eoTransportUnitTypeType(TransportUnit transportUnit) voidTransportUnit.removeChild(TransportUnit transportUnit) Remove aTransportUnitfrom the list of children.voidTransportUnit.setParent(TransportUnit parent) Set a parentTransportUnit.(package private) voidUnitError.setTransportUnit(TransportUnit transportUnit) Set the TransportUnit for this error.UnitError.Builder.transportUnit(TransportUnit val) @NotNull TransportUnitTransportUnitService.update(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittuand try to update it as-is in the persistent storage.Method parameters in org.openwms.common.transport with type arguments of type TransportUnitModifier and TypeMethodDescriptionprivate List<TransportUnitVO> TransportUnitController.convertAndLinks(List<TransportUnit> entities) abstract List<TransportUnitVO> TransportUnitMapper.convertToVO(List<TransportUnit> eo) TransportUnitMapperImpl.convertToVO(List<TransportUnit> eo) voidTransportUnitService.deleteTransportUnits(@NotNull List<TransportUnit> transportUnits) Delete already persistedTransportUnits from the persistent storage.private voidTransportUnitType.setTransportUnits(Set<TransportUnit> transportUnits) Assign a Set ofTransportUnits to theTransportUnitType.TransportUnitType.Builder.transportUnits(Set<TransportUnit> val) Sets thetransportUnitsand returns a reference to this Builder so that the methods can be chained together. -
Uses of TransportUnit in org.openwms.common.transport.allocation.spi
Fields in org.openwms.common.transport.allocation.spi declared as TransportUnitModifier and TypeFieldDescriptionprivate TransportUnitTransportUnitAllocation.AllocationBuilder.transportUnitprivate TransportUnitTransportUnitAllocation.transportUnitMethods in org.openwms.common.transport.allocation.spi that return TransportUnitMethods in org.openwms.common.transport.allocation.spi with parameters of type TransportUnitModifier and TypeMethodDescriptionvoidTransportUnitAllocation.setTransportUnit(TransportUnit transportUnit) TransportUnitAllocation.AllocationBuilder.transportUnit(TransportUnit transportUnit) -
Uses of TransportUnit in org.openwms.common.transport.events
Methods in org.openwms.common.transport.events with parameters of type TransportUnitModifier and TypeMethodDescriptionstatic TransportUnitEventTransportUnitEvent.of(TransportUnit tu, TransportUnitEvent.TransportUnitEventType type) static TransportUnitTypeEventTransportUnitTypeEvent.of(TransportUnit tu, TransportUnitTypeEvent.TransportUnitTypeEventType type) TransportUnitEvent.Builder.tu(TransportUnit val) -
Uses of TransportUnit in org.openwms.common.transport.impl
Methods in org.openwms.common.transport.impl that return TransportUnitModifier and TypeMethodDescriptionTransportUnitServiceImpl.changeTarget(@NotNull Barcode barcode, @NotBlank String targetLocation) Change the target of theTransportUnitidentified with itsbarcodeto the Location identified by thetargetLocationId.@NotNull TransportUnitTransportUnitServiceImpl.create(@NotBlank String transportUnitBK, @NotBlank String transportUnitType, @NotBlank String actualLocation, Boolean strict) @NotNull TransportUnitTransportUnitServiceImpl.create(@NotBlank String transportUnitBK, @NotNull TransportUnitType transportUnitType, @NotNull LocationPK actualLocation, Boolean strict) private TransportUnitTransportUnitServiceImpl.createInternal(Barcode barcode, String transportUnitType, Boolean strict, Supplier<Location> locationResolver) @NotNull TransportUnitTransportUnitServiceImpl.createNew(@NotBlank String transportUnitType, @NotBlank String actualLocation) @NotNull TransportUnitTransportUnitServiceImpl.findByBarcode(@NotBlank String transportUnitBK) Find and return aTransportUnitby it'stransportUnitBK.private TransportUnitTransportUnitServiceImpl.findByBarcodeInternal(Barcode barcode) @NotNull TransportUnitTransportUnitServiceImpl.findByPKey(@NotBlank String pKey) Find and return aTransportUnitidentified by the givenpKey.private TransportUnitTransportUnitServiceImpl.findByPKeyInternal(String pKey) private TransportUnitTransportUnitServiceImpl.moveInternal(TransportUnit transportUnit, Location target) @NotNull TransportUnitTransportUnitServiceImpl.moveTransportUnit(@NotNull Barcode barcode, @NotBlank String targetLocation) Move aTransportUnitidentified by itsBarcodeto theLocationidentified by the giventargetLocationPK.@NotNull TransportUnitTransportUnitServiceImpl.update(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittuand try to update it as-is in the persistent storage.Methods in org.openwms.common.transport.impl that return types with arguments of type TransportUnitModifier and TypeMethodDescription@NotNull List<TransportUnit> TransportUnitServiceImpl.findAll()Find and return all existingTransportUnits.TransportUnitRepository.findByActualLocationOrderByActualLocationDate(Location actualLocation) TransportUnitRepository.findByBarcode(Barcode barcode) TransportUnitRepository.findByBarcodeIn(List<Barcode> barcodes) @NotNull List<TransportUnit> TransportUnitServiceImpl.findByBarcodes(@NotEmpty List<Barcode> barcodes) Find and return allTransportUnits identified by their particularBarcode.TransportUnitRepository.findByPKey(String pKey) @NotNull List<TransportUnit> TransportUnitServiceImpl.findOnLocation(@NotBlank String actualLocation) Find and return allTransportUnits that are located on theLocationidentified by the givenactualLocation.Methods in org.openwms.common.transport.impl with parameters of type TransportUnitModifier and TypeMethodDescriptionprivate voidTransportUnitServiceImpl.approveMove(TransportUnit transportUnit, Location newLocation) private voidTransportUnitServiceImpl.approveStateChange(TransportUnit transportUnit, String newState) private voidTransportUnitServiceImpl.delete(TransportUnit transportUnit) private TransportUnitTransportUnitServiceImpl.moveInternal(TransportUnit transportUnit, Location target) @NotNull TransportUnitTransportUnitServiceImpl.update(@NotNull Barcode barcode, @Valid @NotNull TransportUnit tu) Take the TransportUnittuand try to update it as-is in the persistent storage.Method parameters in org.openwms.common.transport.impl with type arguments of type TransportUnitModifier and TypeMethodDescriptionvoidTransportUnitServiceImpl.deleteTransportUnits(@NotNull List<TransportUnit> transportUnits) Delete already persistedTransportUnits from the persistent storage. -
Uses of TransportUnit in org.openwms.common.transport.reservation
Fields in org.openwms.common.transport.reservation declared as TransportUnitModifier and TypeFieldDescriptionprivate TransportUnitTransportUnitReservation.transportUnitTheTransportUnitinstance, theReservationbelongs to.Methods in org.openwms.common.transport.reservation that return TransportUnitMethods in org.openwms.common.transport.reservation with parameters of type TransportUnitModifier and TypeMethodDescriptionvoidTransportUnitReservation.setTransportUnit(TransportUnit transportUnit) Constructors in org.openwms.common.transport.reservation with parameters of type TransportUnitModifierConstructorDescriptionTransportUnitReservation(TransportUnit transportUnit, String reservedBy) -
Uses of TransportUnit in org.openwms.common.transport.spi
Methods in org.openwms.common.transport.spi with parameters of type TransportUnitModifier and TypeMethodDescriptionvoidTransportUnitMoveApproval.approve(@NotNull TransportUnit transportUnit, @NotBlank Location newLocation) Approve that the requested move of thetransportUnitto thenewLocationis permitted.voidTransportUnitStateChangeApproval.approve(@NotNull TransportUnit transportUnit, @NotBlank String newState) Validate whether changing the state of thetransportUnitintonewStateis permitted.