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 LocationGroupStateLocationGroup.groupStateInState of infeed, controlled by the subsystem only.private @NotNull LocationGroupStateLocationGroup.groupStateOutState 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) voidLocationGroupService.changeGroupState(@NotBlank String pKey, @NotNull LocationGroupState stateIn, @NotNull LocationGroupState stateOut) Change the infeed and outfeed state of aLocationGroup.voidLocationGroup.changeGroupStateIn(LocationGroupState newGroupStateIn) Change the infeed state of theLocationGroup.private voidLocationGroup.changeGroupStateIn(LocationGroupState newGroupStateIn, LocationGroup lockLG) Change the infeed state of theLocationGroup.voidLocationGroup.changeGroupStateOut(LocationGroupState newGroupStateOut) Change the outfeed state of theLocationGroup.(package private) voidLocationGroup.changeGroupStateOut(LocationGroupState gStateOut, LocationGroup lockLg) Set the outfeed state of theLocationGroup.voidLocationGroup.changeState(LocationGroupState stateIn, LocationGroupState stateOut) Tries to change thegroupStateInandgroupStateOutof theLocationGroup.Method parameters in org.openwms.common.location with type arguments of type LocationGroupStateModifier and TypeMethodDescriptionvoidLocationGroupService.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 LocationGroupStateLocationGroupVO.groupStateInInfeed state, controlled by the subsystem only.private LocationGroupStateLocationGroupVO.groupStateOutOutfeed state.Methods in org.openwms.common.location.api that return LocationGroupStateModifier and TypeMethodDescriptionLocationGroupVO.getGroupStateIn()LocationGroupVO.getGroupStateOut()static LocationGroupStateReturns 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 TypeMethodDescriptionvoidLocationGroupApi.changeGroupState(String pKey, String op, LocationGroupState stateIn, LocationGroupState stateOut) Change the state of an existingLocationGroup.voidLocationGroupVO.setGroupStateIn(LocationGroupState groupStateIn) voidLocationGroupVO.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 TypeMethodDescriptionvoidLocationGroupServiceImpl.changeGroupState(@NotBlank String pKey, @NotNull LocationGroupState stateIn, @NotNull LocationGroupState stateOut) Change the infeed and outfeed state of aLocationGroup.default BooleanLocationGroupStateConverter.convertFrom(LocationGroupState source) Method parameters in org.openwms.common.location.impl with type arguments of type LocationGroupStateModifier and TypeMethodDescriptionvoidLocationGroupServiceImpl.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