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) voidLocationService.changeState(@NotBlank String pKey, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocationin respect of the accordingLocationGroup.voidLocationService.changeState(@NotNull LocationPK bk, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocationin respect of the accordingLocationGroup.Method parameters in org.openwms.common.location with type arguments of type ErrorCodeVOModifier and TypeMethodDescriptionprivate voidLocationController.changeLocation(LockMode mode, Target target, Integer plcState, BiConsumer<Target, ErrorCodeVO> fnc) private voidTargetController.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 ErrorCodeVOErrorCodeVO.LOCK_STATE_INstatic final ErrorCodeVOErrorCodeVO.LOCK_STATE_IN_AND_OUTstatic final ErrorCodeVOErrorCodeVO.LOCK_STATE_OUTstatic final ErrorCodeVOErrorCodeVO.UNLOCK_STATE_INstatic final ErrorCodeVOErrorCodeVO.UNLOCK_STATE_IN_AND_OUTstatic final ErrorCodeVOErrorCodeVO.UNLOCK_STATE_OUTMethods in org.openwms.common.location.api with parameters of type ErrorCodeVOModifier and TypeMethodDescriptionvoidLocationGroupApi.changeGroupState(String name, String op, ErrorCodeVO errorCode) Change the state of an existingLocationGroup.voidLocationApi.changeState(String pKey, String op, ErrorCodeVO errorCode) Change the state of aLocation.voidLocationApi.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 TypeMethodDescriptionvoidLocationServiceImpl.changeState(@NotBlank String pKey, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocationin respect of the accordingLocationGroup.voidLocationServiceImpl.changeState(@NotNull LocationPK locationId, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocationin respect of the accordingLocationGroup.private voidLocationServiceImpl.changeStateInternal(Location location, ErrorCodeVO errorCode)