Uses of Class
org.openwms.common.location.api.ErrorCodeVO
Package
Description
This package contains all types to describe locations.
This package contains the public API to deal with Locations and LocationGroups.
This package contains internal implementation classes.
-
Uses of ErrorCodeVO in org.openwms.common.location
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> LocationGroupController.changeGroupState
(String name, String op, ErrorCodeVO errorCode) org.springframework.http.ResponseEntity
<Void> LocationController.changeState
(String pKey, String op, ErrorCodeVO errorCode) org.springframework.http.ResponseEntity
<Void> LocationController.changeState
(String locationId, ErrorCodeVO errorCode) void
LocationService.changeState
(@NotBlank String pKey, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocation
in respect of the accordingLocationGroup
.void
LocationService.changeState
(@NotNull LocationPK bk, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocation
in respect of the accordingLocationGroup
.Modifier and TypeMethodDescriptionprivate void
LocationController.changeLocation
(LockMode mode, Target target, Integer plcState, BiConsumer<Target, ErrorCodeVO> fnc) private void
TargetController.changeLocation
(LockMode mode, Target target, BiConsumer<Target, ErrorCodeVO> fnc) -
Uses of ErrorCodeVO in org.openwms.common.location.api
Modifier and TypeFieldDescriptionstatic final ErrorCodeVO
ErrorCodeVO.LOCK_STATE_IN
static final ErrorCodeVO
ErrorCodeVO.LOCK_STATE_IN_AND_OUT
static final ErrorCodeVO
ErrorCodeVO.LOCK_STATE_OUT
static final ErrorCodeVO
ErrorCodeVO.UNLOCK_STATE_IN
static final ErrorCodeVO
ErrorCodeVO.UNLOCK_STATE_IN_AND_OUT
static final ErrorCodeVO
ErrorCodeVO.UNLOCK_STATE_OUT
Modifier and TypeMethodDescriptionvoid
LocationGroupApi.changeGroupState
(String name, String op, ErrorCodeVO errorCode) Change the state of an existingLocationGroup
.void
LocationApi.changeState
(String pKey, String op, ErrorCodeVO errorCode) Change the state of aLocation
.void
LocationApi.changeState
(String locationId, ErrorCodeVO errorCode) Change the state of aLocation
. -
Uses of ErrorCodeVO in org.openwms.common.location.impl
Modifier and TypeMethodDescriptionvoid
LocationServiceImpl.changeState
(@NotBlank String pKey, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocation
in respect of the accordingLocationGroup
.void
LocationServiceImpl.changeState
(@NotNull LocationPK locationId, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocation
in respect of the accordingLocationGroup
.private void
LocationServiceImpl.changeStateInternal
(Location location, ErrorCodeVO errorCode)