Uses of Class
org.openwms.common.location.LocationGroup
Package
Description
This package contains all types to describe locations.
This package contains internal implementation classes.
-
Uses of LocationGroup in org.openwms.common.location
Modifier and TypeFieldDescriptionprivate LocationGroup
Location.locationGroup
TheLocationGroup
theLocation
belongs to.private LocationGroup
LocationGroup.parent
ParentLocationGroup
.private LocationGroup
LocationGroup.stateInLocker
References theLocationGroup
that locked thisLocationGroup
for infeed.private LocationGroup
LocationGroup.stateOutLocker
References theLocationGroup
that locked thisLocationGroup
for outfeed.Modifier and TypeFieldDescriptionprivate Set
<LocationGroup> LocationGroup.locationGroups
ChildLocationGroup
s.Modifier and TypeMethodDescriptionLocationGroupMapper.convertFromName
(String name) @NotNull LocationGroup
LocationGroupService.create
(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroup
based on the providedLocationGroupVO
representation.@NotNull LocationGroup
LocationGroupService.findByNameOrThrow
(@NotBlank String name) Find and return aLocationGroup
identified by its uniquename
.Location.getLocationGroup()
Return theLocationGroup
where the Location belongs to.LocationGroup.getParent()
Returns the parentLocationGroup
.@NotNull LocationGroup
LocationGroupService.update
(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVO
representation.Modifier and TypeMethodDescription@NotNull List
<LocationGroup> LocationGroupService.findAll()
Find and return allLocationGroup
s.LocationGroupService.findByName
(@NotBlank String name) Find and return aLocationGroup
identified by its uniquename
.@NotNull List
<LocationGroup> LocationGroupService.findByNames
(@NotEmpty List<String> locationGroupNames) Find and return allLocationGroup
s with the givenlocationGroupNames
.LocationGroup.getLocationGroups()
Return all childLocationGroup
.Modifier and TypeMethodDescriptionboolean
LocationGroup.addLocationGroup
(LocationGroup locationGroup) Add aLocationGroup
to the list of children.private void
LocationGroup.changeGroupStateIn
(LocationGroupState newGroupStateIn, LocationGroup lockLG) Change the infeed state of theLocationGroup
.(package private) void
LocationGroup.changeGroupStateOut
(LocationGroupState gStateOut, LocationGroup lockLg) Set the outfeed state of theLocationGroup
.private void
TargetController.changeLocationGroupMode
(LockMode mode, LocationGroup target, BiConsumer<LocationGroup, String> fnc) abstract LocationGroupMO
LocationGroupMapper.convertToMO
(LocationGroup eo) LocationGroupMapperImpl.convertToMO
(LocationGroup eo) abstract LocationGroupVO
LocationGroupMapper.convertToVO
(LocationGroup eo) LocationGroupMapperImpl.convertToVO
(LocationGroup eo) private String
LocationGroupMapperImpl.eoAccountIdentifier
(LocationGroup locationGroup) private String
LocationGroupMapperImpl.eoParentName
(LocationGroup locationGroup) boolean
LocationGroup.removeLocationGroup
(@NotNull LocationGroup locationGroup) Remove aLocationGroup
from the list of children.(package private) void
Location.setLocationGroup
(LocationGroup locationGroup) Add thisLocation
to the locationGroup.void
LocationGroup.setParent
(LocationGroup parent) Sets the parentLocationGroup
of thisLocationGroup
.Location.LocationBuilder.withLocationGroup
(LocationGroup locationGroup) Modifier and TypeMethodDescriptionprivate void
TargetController.changeLocationGroupMode
(LockMode mode, LocationGroup target, BiConsumer<LocationGroup, String> fnc) abstract List
<LocationGroupVO> LocationGroupMapper.convertToVO
(List<LocationGroup> eo) LocationGroupMapperImpl.convertToVO
(List<LocationGroup> eo) protected List
<LocationGroupVO> LocationGroupMapperImpl.locationGroupSetToLocationGroupVOList
(Set<LocationGroup> set) void
LocationGroup.setLocationGroups
(Set<LocationGroup> locationGroups) Sets the childLocationGroup
.ModifierConstructorDescription(package private)
Location
(LocationPK locationId, Account account, LocationGroup locationGroup, LocationType locationType, String erpCode, String plcCode, Integer sortOrder, String stockZone) Create a new Location. -
Uses of LocationGroup in org.openwms.common.location.impl
Modifier and TypeMethodDescription@NotNull LocationGroup
LocationGroupServiceImpl.create
(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroup
based on the providedLocationGroupVO
representation.private LocationGroup
LocationGroupServiceImpl.createLocationGroup
(LocationGroupVO vo) @NotNull LocationGroup
LocationGroupServiceImpl.findByNameOrThrow
(@NotBlank String name) Find and return aLocationGroup
identified by its uniquename
.private LocationGroup
LocationGroupServiceImpl.findByNameOrThrowInternal
(String name) private LocationGroup
LocationGroupServiceImpl.findInternalByPKey
(String pKey) @NotNull LocationGroup
LocationGroupServiceImpl.update
(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVO
representation.Modifier and TypeMethodDescriptionLocationGroupRepository.findAll()
@NotNull List
<LocationGroup> LocationGroupServiceImpl.findAll()
Find and return allLocationGroup
s.LocationGroupRepository.findByName
(String name) LocationGroupServiceImpl.findByName
(@NotBlank String name) Find and return aLocationGroup
identified by its uniquename
.LocationGroupRepository.findByNameIn
(List<String> names) @NotNull List
<LocationGroup> LocationGroupServiceImpl.findByNames
(@NotEmpty List<String> locationGroupNames) Find and return allLocationGroup
s with the givenlocationGroupNames
.LocationGroupRepository.findBypKey
(String persistentKey) Modifier and TypeMethodDescriptionprivate void
LocationGroupServiceImpl.delete
(LocationGroup locationGroup) private void
LocationGroupServiceImpl.deleteOnlyGroups
(LocationGroup locationGroup) LocationGroupServiceImpl.getLocationKeys
(LocationGroup locationGroup)