Uses of Class
org.openwms.wms.movements.api.MovementVO
Packages that use MovementVO
Package
Description
This package contains the core types microservice implementation.
This package contains public api of the microservice.
This package contains the internal types of the microservice implementation.
-
Uses of MovementVO in org.openwms.wms.movements
Methods in org.openwms.wms.movements that return MovementVOModifier and TypeMethodDescription@NotNull MovementVOCancel an existingMovement.@NotNull MovementVOMovementService.complete(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement.@NotNull MovementVOMovementService.create(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO movement) Create a newMovementfor aTransportUnit.@NotNull MovementVOMovementService.move(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovementto a new location.Methods in org.openwms.wms.movements that return types with arguments of type MovementVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MovementVO> org.springframework.http.ResponseEntity<MovementVO> MovementController.complete(String pKey, @Valid MovementVO movement) org.springframework.http.ResponseEntity<MovementVO> MovementController.create(String bk, @Valid MovementVO movement, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity<List<MovementVO>> MovementController.findAll()@NotNull List<MovementVO> MovementService.findAll()Find and return all existingMovements.MovementService.findFor(@NotNull MovementState state, @NotBlank String source, @NotEmpty MovementType... types) Find and returnMovementsin the givenstateand of one of thetypes.org.springframework.http.ResponseEntity<List<MovementVO>> MovementController.findForStateAndTypesAndSource(String state, String source, MovementType... types) org.springframework.http.ResponseEntity<List<MovementVO>> MovementController.findForTuAndTypesAndStates(String barcode, List<MovementType> types, List<String> states) @NotNull List<MovementVO> MovementService.findForTuAndTypesAndStates(@NotBlank String barcode, @NotEmpty List<MovementType> types, @NotEmpty List<String> states) Find allMovements for aTransportUnitwith the givenbarcodeandstates.org.springframework.http.ResponseEntity<MovementVO> MovementController.move(String pKey, @Valid MovementVO movement) Methods in org.openwms.wms.movements with parameters of type MovementVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MovementVO> MovementController.complete(String pKey, @Valid MovementVO movement) @NotNull MovementVOMovementService.complete(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement.org.springframework.http.ResponseEntity<MovementVO> MovementController.create(String bk, @Valid MovementVO movement, jakarta.servlet.http.HttpServletRequest req) @NotNull MovementVOMovementService.create(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO movement) Create a newMovementfor aTransportUnit.org.springframework.http.ResponseEntity<MovementVO> MovementController.move(String pKey, @Valid MovementVO movement) @NotNull MovementVOMovementService.move(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovementto a new location. -
Uses of MovementVO in org.openwms.wms.movements.api
Methods in org.openwms.wms.movements.api that return MovementVOModifier and TypeMethodDescriptionMovementApi.create(String bk, MovementVO movement) Create aMovementfor aTransportUnit.Methods in org.openwms.wms.movements.api that return types with arguments of type MovementVOModifier and TypeMethodDescriptionMovementApi.findForStateAndTypes(String state, MovementType... types) Find and returnMovements.Find and return allMovements order forTransportUnits.Methods in org.openwms.wms.movements.api with parameters of type MovementVOModifier and TypeMethodDescriptionMovementApi.create(String bk, MovementVO movement) Create aMovementfor aTransportUnit. -
Uses of MovementVO in org.openwms.wms.movements.impl
Methods in org.openwms.wms.movements.impl that return MovementVOModifier and TypeMethodDescription@NotNull MovementVOCancel an existingMovement.@NotNull MovementVOMovementServiceImpl.complete(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement.private MovementVOabstract MovementVOMovementMapper.convertToVO(MovementMO mo) abstract MovementVOMovementMapper.convertToVO(Movement eo) MovementMapperImpl.convertToVO(MovementMO mo) MovementMapperImpl.convertToVO(Movement eo) @NotNull MovementVOMovementServiceImpl.create(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO vo) Create a newMovementfor aTransportUnit.@NotNull MovementVOMovementServiceImpl.move(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovementto a new location.Methods in org.openwms.wms.movements.impl that return types with arguments of type MovementVOModifier and TypeMethodDescription@NotNull List<MovementVO> MovementServiceImpl.findAll()Find and return all existingMovements.MovementServiceImpl.findFor(@NotNull MovementState state, @NotBlank String source, @NotEmpty MovementType... types) Find and returnMovementsin the givenstateand of one of thetypes.MovementServiceImpl.findForTuAndTypesAndStates(@NotBlank String barcode, @NotEmpty List<MovementType> types, @NotEmpty List<String> states) Find allMovements for aTransportUnitwith the givenbarcodeandstates.Methods in org.openwms.wms.movements.impl with parameters of type MovementVOModifier and TypeMethodDescription@NotNull MovementVOMovementServiceImpl.complete(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement.abstract MovementMovementMapper.convertTo(MovementVO vo) MovementMapperImpl.convertTo(MovementVO vo) @NotNull MovementVOMovementServiceImpl.create(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO vo) Create a newMovementfor aTransportUnit.@NotNull MovementVOMovementServiceImpl.move(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovementto a new location.private voidMovementServiceImpl.validateAndResolveType(MovementVO vo)