Uses of Class
org.openwms.wms.movements.impl.Movement
Packages that use Movement
Package
Description
This package contains the internal types of the microservice implementation.
This package contains only the different handler implementations for different Movement types.
This package contains types to connect to other services (Service Provider Interfaces).
-
Uses of Movement in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as MovementModifier and TypeFieldDescriptionprivate MovementProblemHistory.movementReference to theMovementit belongs to.Fields in org.openwms.wms.movements.impl with type parameters of type MovementModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Movement> Movement_.class_static jakarta.persistence.metamodel.SingularAttribute<Movement, ZonedDateTime> Movement_.endDatestatic jakarta.persistence.metamodel.SingularAttribute<Movement, MovementGroup> Movement_.groupMovement_.initiatorstatic jakarta.persistence.metamodel.SingularAttribute<Movement, ZonedDateTime> Movement_.latestDueDateMovement_.messageMovement_.modestatic jakarta.persistence.metamodel.SingularAttribute<ProblemHistory, Movement> ProblemHistory_.movementstatic jakarta.persistence.metamodel.SetAttribute<MovementGroup, Movement> MovementGroup_.movementsMovementGroup.movementsTheMovements that belong to theMovementGroup.static jakarta.persistence.metamodel.SingularAttribute<Movement, PriorityLevel> Movement_.prioritystatic jakarta.persistence.metamodel.ListAttribute<Movement, ProblemHistory> Movement_.problemsMovement_.skuMovement_.sourceLocationMovement_.sourceLocationGroupNamestatic jakarta.persistence.metamodel.SingularAttribute<Movement, ZonedDateTime> Movement_.startDatestatic jakarta.persistence.metamodel.SingularAttribute<Movement, ZonedDateTime> Movement_.startEarliestDatestatic jakarta.persistence.metamodel.SingularAttribute<Movement, DefaultMovementState> Movement_.stateMovement_.targetLocationMovement_.targetLocationGroupMovement_.transportUnitBkstatic jakarta.persistence.metamodel.SingularAttribute<Movement, MovementType> Movement_.typeMethods in org.openwms.wms.movements.impl that return MovementModifier and TypeMethodDescriptionabstract MovementMovementMapper.convertTo(MovementVO vo) MovementMapperImpl.convertTo(MovementVO vo) Create and return aMovement.private MovementMovementServiceImpl.findInternal(String pKey) ProblemHistory.getMovement()Get the correspondingMovement.MovementEvent.getSource()MovementTargetChangedEvent.getSource()Methods in org.openwms.wms.movements.impl that return types with arguments of type MovementModifier and TypeMethodDescriptionMovementRepository.findBypKey(String pKey) MovementRepository.findByTransportUnitBkAndTypeInAndStateIn(Barcode transportUnitBk, List<MovementType> types, List<DefaultMovementState> states) MovementRepository.findByTypeAndStateAndSource(MovementType type, MovementState state, List<String> sources) MovementHandler.findInStateAndSource(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovements.MovementGroup.getMovements()Methods in org.openwms.wms.movements.impl with parameters of type MovementModifier and TypeMethodDescriptionprivate MovementVOabstract MovementVOMovementMapper.convertToVO(Movement eo) MovementMapperImpl.convertToVO(Movement eo) Create and return aMovement.private StringMovementMapperImpl.eoTransportUnitBkValue(Movement movement) Method parameters in org.openwms.wms.movements.impl with type arguments of type MovementConstructors in org.openwms.wms.movements.impl with parameters of type MovementModifierConstructorDescriptionMovementEvent(Movement movement, MovementEvent.Type type) MovementEvent(Movement movement, MovementEvent.Type type, String previousLocation) MovementTargetChangedEvent(Movement source) ProblemHistory(Movement movement, Message problem) Full constructor. -
Uses of Movement in org.openwms.wms.movements.impl.handler
Methods in org.openwms.wms.movements.impl.handler that return MovementModifier and TypeMethodDescriptionCreate and return aMovement.Methods in org.openwms.wms.movements.impl.handler that return types with arguments of type MovementModifier and TypeMethodDescriptionAbstractMovementHandler.findInState(MovementState state, List<String> sources, MovementType type) InboundMovementHandler.findInStateAndSource(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovements.ManualMovementHandler.findInStateAndSource(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovements.RelocationMovementHandler.findInStateAndSource(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovements.ReplenishmentMovementHandler.findInStateAndSource(@NotNull MovementState state, @NotEmpty List<String> sources) Find and returnMovements.Methods in org.openwms.wms.movements.impl.handler with parameters of type Movement -
Uses of Movement in org.openwms.wms.movements.spi
Methods in org.openwms.wms.movements.spi that return MovementModifier and TypeMethodDescriptionDefaultValidatorsImpl.onMove(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovementto the newlocationmust be validated if it is allowed to be moved.default MovementValidators.onMove(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovementto the newlocationmust be validated if it is allowed to be moved.Methods in org.openwms.wms.movements.spi with parameters of type MovementModifier and TypeMethodDescriptionDefaultValidatorsImpl.onMove(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovementto the newlocationmust be validated if it is allowed to be moved.default MovementValidators.onMove(@NotNull Movement existingMovement, @NotBlank String location, @NotNull Movement movement) AnexistingMovementto the newlocationmust be validated if it is allowed to be moved.