Uses of Class
org.openwms.wms.movements.api.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
Modifier and TypeMethodDescription@NotNull MovementVO
Cancel an existingMovement
.@NotNull MovementVO
MovementService.complete
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement
.@NotNull MovementVO
MovementService.create
(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO movement) Create a newMovement
for aTransportUnit
.@NotNull MovementVO
MovementService.move
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovement
to a new location.Modifier 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, javax.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<List<MovementVO>> MovementController.findAll()
@NotNull List
<MovementVO> MovementService.findAll()
Find and return all existingMovement
s.MovementService.findFor
(@NotNull MovementState state, @NotBlank String source, @NotEmpty MovementType... types) Find and returnMovements
in the givenstate
and 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 allMovement
s for aTransportUnit
with the givenbarcode
andstates
.org.springframework.http.ResponseEntity
<MovementVO> MovementController.move
(String pKey, @Valid MovementVO movement) Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MovementVO> MovementController.complete
(String pKey, @Valid MovementVO movement) @NotNull MovementVO
MovementService.complete
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement
.org.springframework.http.ResponseEntity
<MovementVO> MovementController.create
(String bk, @Valid MovementVO movement, javax.servlet.http.HttpServletRequest req) @NotNull MovementVO
MovementService.create
(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO movement) Create a newMovement
for aTransportUnit
.org.springframework.http.ResponseEntity
<MovementVO> MovementController.move
(String pKey, @Valid MovementVO movement) @NotNull MovementVO
MovementService.move
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovement
to a new location. -
Uses of MovementVO in org.openwms.wms.movements.api
Modifier and TypeMethodDescriptionMovementApi.create
(String bk, MovementVO movement) Create aMovement
for aTransportUnit
.Modifier and TypeMethodDescriptionMovementApi.findForStateAndTypes
(String state, MovementType... types) Find and returnMovement
s.Find and return allMovement
s order forTransportUnit
s.Modifier and TypeMethodDescriptionMovementApi.create
(String bk, MovementVO movement) Create aMovement
for aTransportUnit
. -
Uses of MovementVO in org.openwms.wms.movements.impl
Modifier and TypeMethodDescription@NotNull MovementVO
Cancel an existingMovement
.@NotNull MovementVO
MovementServiceImpl.complete
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement
.private MovementVO
@NotNull MovementVO
MovementServiceImpl.create
(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO vo) Create a newMovement
for aTransportUnit
.@NotNull MovementVO
MovementServiceImpl.move
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovement
to a new location.Modifier and TypeMethodDescription@NotNull List
<MovementVO> MovementServiceImpl.findAll()
Find and return all existingMovement
s.MovementServiceImpl.findFor
(@NotNull MovementState state, @NotBlank String source, @NotEmpty MovementType... types) Find and returnMovements
in the givenstate
and of one of thetypes
.MovementServiceImpl.findForTuAndTypesAndStates
(@NotBlank String barcode, @NotEmpty List<MovementType> types, @NotEmpty List<String> states) Find allMovement
s for aTransportUnit
with the givenbarcode
andstates
.Modifier and TypeMethodDescription@NotNull MovementVO
MovementServiceImpl.complete
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Complete aMovement
.@NotNull MovementVO
MovementServiceImpl.create
(@NotBlank(groups=Create.class) String bk, @NotNull(groups=Create.class) @Valid MovementVO vo) Create a newMovement
for aTransportUnit
.@NotNull MovementVO
MovementServiceImpl.move
(@NotBlank String pKey, @Valid @NotNull MovementVO vo) Move aMovement
to a new location.private void
MovementServiceImpl.validateAndResolveType
(MovementVO vo)