Uses of Class
org.openwms.common.location.api.ErrorCodeVO
Packages that use 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
Methods in org.openwms.common.location with parameters of type ErrorCodeVOModifier 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
.Method parameters in org.openwms.common.location with type arguments of type ErrorCodeVOModifier 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
Fields in org.openwms.common.location.api declared as ErrorCodeVOModifier 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
Methods in org.openwms.common.location.api with parameters of type ErrorCodeVOModifier 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
Methods in org.openwms.common.location.impl with parameters of type ErrorCodeVOModifier 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)