Uses of Enum Class
org.openwms.common.location.api.LocationGroupState
Packages that use LocationGroupState
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.
This package contains types for extension points and hooks (SPI - Service Provider Interface)
-
Uses of LocationGroupState in org.openwms.common.location
Fields in org.openwms.common.location declared as LocationGroupStateModifier and TypeFieldDescriptionprivate @NotNull LocationGroupState
LocationGroup.groupStateIn
State of infeed, controlled by the subsystem only.private @NotNull LocationGroupState
LocationGroup.groupStateOut
State of outfeed.Methods in org.openwms.common.location that return LocationGroupStateModifier and TypeMethodDescriptionLocationGroup.getGroupStateIn()
Returns the infeed state of theLocationGroup
.LocationGroup.getGroupStateOut()
Return the outfeed state of theLocationGroup
.Methods in org.openwms.common.location with parameters of type LocationGroupStateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> LocationGroupController.changeGroupState
(String pKey, String op, LocationGroupState stateIn, LocationGroupState stateOut) void
LocationGroupService.changeGroupState
(@NotBlank String pKey, @NotNull LocationGroupState stateIn, @NotNull LocationGroupState stateOut) Change the infeed and outfeed state of aLocationGroup
.void
LocationGroup.changeGroupStateIn
(LocationGroupState newGroupStateIn) Change the infeed state of theLocationGroup
.private void
LocationGroup.changeGroupStateIn
(LocationGroupState newGroupStateIn, LocationGroup lockLG) Change the infeed state of theLocationGroup
.void
LocationGroup.changeGroupStateOut
(LocationGroupState newGroupStateOut) Change the outfeed state of theLocationGroup
.(package private) void
LocationGroup.changeGroupStateOut
(LocationGroupState gStateOut, LocationGroup lockLg) Set the outfeed state of theLocationGroup
.void
LocationGroup.changeState
(LocationGroupState stateIn, LocationGroupState stateOut) Tries to change thegroupStateIn
andgroupStateOut
of theLocationGroup
.Method parameters in org.openwms.common.location with type arguments of type LocationGroupStateModifier and TypeMethodDescriptionvoid
LocationGroupService.changeGroupStates
(@NotBlank String name, Optional<LocationGroupState> stateIn, Optional<LocationGroupState> stateOut) Change the infeed and outfeed state of aLocationGroup
. -
Uses of LocationGroupState in org.openwms.common.location.api
Fields in org.openwms.common.location.api declared as LocationGroupStateModifier and TypeFieldDescriptionprivate LocationGroupState
LocationGroupVO.groupStateIn
Infeed state, controlled by the subsystem only.private LocationGroupState
LocationGroupVO.groupStateOut
Outfeed state.Methods in org.openwms.common.location.api that return LocationGroupStateModifier and TypeMethodDescriptionLocationGroupVO.getGroupStateIn()
LocationGroupVO.getGroupStateOut()
static LocationGroupState
Returns the enum constant of this class with the specified name.static LocationGroupState[]
LocationGroupState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openwms.common.location.api that return types with arguments of type LocationGroupStateModifier and TypeMethodDescriptionMethods in org.openwms.common.location.api with parameters of type LocationGroupStateModifier and TypeMethodDescriptionvoid
LocationGroupApi.changeGroupState
(String pKey, String op, LocationGroupState stateIn, LocationGroupState stateOut) Change the state of an existingLocationGroup
.void
LocationGroupVO.setGroupStateIn
(LocationGroupState groupStateIn) void
LocationGroupVO.setGroupStateOut
(LocationGroupState groupStateOut) Constructors in org.openwms.common.location.api with parameters of type LocationGroupStateModifierConstructorDescriptionLocationGroupVO
(String name, LocationGroupState groupStateIn, LocationGroupState groupStateOut) -
Uses of LocationGroupState in org.openwms.common.location.impl
Methods in org.openwms.common.location.impl that return LocationGroupStateMethods in org.openwms.common.location.impl with parameters of type LocationGroupStateModifier and TypeMethodDescriptionvoid
LocationGroupServiceImpl.changeGroupState
(@NotBlank String pKey, @NotNull LocationGroupState stateIn, @NotNull LocationGroupState stateOut) Change the infeed and outfeed state of aLocationGroup
.default Boolean
LocationGroupStateConverter.convertFrom
(LocationGroupState source) Method parameters in org.openwms.common.location.impl with type arguments of type LocationGroupStateModifier and TypeMethodDescriptionvoid
LocationGroupServiceImpl.changeGroupStates
(@NotBlank String name, Optional<LocationGroupState> stateIn, Optional<LocationGroupState> stateOut) Change the infeed and outfeed state of aLocationGroup
. -
Uses of LocationGroupState in org.openwms.common.location.spi
Methods in org.openwms.common.location.spi that return types with arguments of type LocationGroupStateModifier and TypeMethodDescription