Uses of Class
org.openwms.common.location.LocationGroup
Packages that use 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
Fields in org.openwms.common.location declared as LocationGroupModifier and TypeFieldDescriptionprivate LocationGroupLocation.locationGroupTheLocationGrouptheLocationbelongs to.private LocationGroupLocationGroup.parentParentLocationGroup.private LocationGroupLocationGroup.stateInLockerReferences theLocationGroupthat locked thisLocationGroupfor infeed.private LocationGroupLocationGroup.stateOutLockerReferences theLocationGroupthat locked thisLocationGroupfor outfeed.Fields in org.openwms.common.location with type parameters of type LocationGroupModifier and TypeFieldDescriptionprivate Set<LocationGroup> LocationGroup.locationGroupsChildLocationGroups.Methods in org.openwms.common.location that return LocationGroupModifier and TypeMethodDescriptionLocationGroupMapper.convertFromName(String name) @NotNull LocationGroupLocationGroupService.create(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroupbased on the providedLocationGroupVOrepresentation.@NotNull LocationGroupLocationGroupService.findByNameOrThrow(@NotBlank String name) Find and return aLocationGroupidentified by its uniquename.Location.getLocationGroup()Return theLocationGroupwhere the Location belongs to.LocationGroup.getParent()Returns the parentLocationGroup.@NotNull LocationGroupLocationGroupService.update(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVOrepresentation.Methods in org.openwms.common.location that return types with arguments of type LocationGroupModifier and TypeMethodDescription@NotNull List<LocationGroup> LocationGroupService.findAll()Find and return allLocationGroups.LocationGroupService.findByName(@NotBlank String name) Find and return aLocationGroupidentified by its uniquename.@NotNull List<LocationGroup> LocationGroupService.findByNames(@NotEmpty List<String> locationGroupNames) Find and return allLocationGroups with the givenlocationGroupNames.LocationGroup.getLocationGroups()Return all childLocationGroup.Methods in org.openwms.common.location with parameters of type LocationGroupModifier and TypeMethodDescriptionbooleanLocationGroup.addLocationGroup(LocationGroup locationGroup) Add aLocationGroupto the list of children.private voidLocationGroup.changeGroupStateIn(LocationGroupState newGroupStateIn, LocationGroup lockLG) Change the infeed state of theLocationGroup.(package private) voidLocationGroup.changeGroupStateOut(LocationGroupState gStateOut, LocationGroup lockLg) Set the outfeed state of theLocationGroup.private voidTargetController.changeLocationGroupMode(LockMode mode, LocationGroup target, BiConsumer<LocationGroup, String> fnc) abstract LocationGroupMOLocationGroupMapper.convertToMO(LocationGroup eo) LocationGroupMapperImpl.convertToMO(LocationGroup eo) abstract LocationGroupVOLocationGroupMapper.convertToVO(LocationGroup eo) LocationGroupMapperImpl.convertToVO(LocationGroup eo) private StringLocationGroupMapperImpl.eoAccountIdentifier(LocationGroup locationGroup) private StringLocationGroupMapperImpl.eoParentName(LocationGroup locationGroup) booleanLocationGroup.removeLocationGroup(@NotNull LocationGroup locationGroup) Remove aLocationGroupfrom the list of children.(package private) voidLocation.setLocationGroup(LocationGroup locationGroup) Add thisLocationto the locationGroup.voidLocationGroup.setParent(LocationGroup parent) Sets the parentLocationGroupof thisLocationGroup.Location.LocationBuilder.withLocationGroup(LocationGroup locationGroup) Method parameters in org.openwms.common.location with type arguments of type LocationGroupModifier and TypeMethodDescriptionprivate voidTargetController.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) voidLocationGroup.setLocationGroups(Set<LocationGroup> locationGroups) Sets the childLocationGroup.Constructors in org.openwms.common.location with parameters of type LocationGroupModifierConstructorDescription(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
Methods in org.openwms.common.location.impl that return LocationGroupModifier and TypeMethodDescription@NotNull LocationGroupLocationGroupServiceImpl.create(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroupbased on the providedLocationGroupVOrepresentation.private LocationGroupLocationGroupServiceImpl.createLocationGroup(LocationGroupVO vo) @NotNull LocationGroupLocationGroupServiceImpl.findByNameOrThrow(@NotBlank String name) Find and return aLocationGroupidentified by its uniquename.private LocationGroupLocationGroupServiceImpl.findByNameOrThrowInternal(String name) private LocationGroupLocationGroupServiceImpl.findInternalByPKey(String pKey) @NotNull LocationGroupLocationGroupServiceImpl.update(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVOrepresentation.Methods in org.openwms.common.location.impl that return types with arguments of type LocationGroupModifier and TypeMethodDescriptionLocationGroupRepository.findAll()@NotNull List<LocationGroup> LocationGroupServiceImpl.findAll()Find and return allLocationGroups.LocationGroupRepository.findByName(String name) LocationGroupServiceImpl.findByName(@NotBlank String name) Find and return aLocationGroupidentified by its uniquename.LocationGroupRepository.findByNameIn(List<String> names) @NotNull List<LocationGroup> LocationGroupServiceImpl.findByNames(@NotEmpty List<String> locationGroupNames) Find and return allLocationGroups with the givenlocationGroupNames.LocationGroupRepository.findBypKey(String persistentKey) Methods in org.openwms.common.location.impl with parameters of type LocationGroupModifier and TypeMethodDescriptionprivate voidLocationGroupServiceImpl.delete(LocationGroup locationGroup) private voidLocationGroupServiceImpl.deleteOnlyGroups(LocationGroup locationGroup) LocationGroupServiceImpl.getLocationKeys(LocationGroup locationGroup)