Uses of Record Class
com.v1rex.liftnexus.loadunit.dto.LoadUnitRequest
Packages that use LoadUnitRequest
Package
Description
-
Uses of LoadUnitRequest in com.v1rex.liftnexus.loadunit.controller
Methods in com.v1rex.liftnexus.loadunit.controller with parameters of type LoadUnitRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LoadUnitResponse> LoadUnitController.createLoadUnit(@Valid LoadUnitRequest request) -
Uses of LoadUnitRequest in com.v1rex.liftnexus.loadunit.mapper
Methods in com.v1rex.liftnexus.loadunit.mapper with parameters of type LoadUnitRequestModifier and TypeMethodDescriptionLoadUnitMapper.toEntity(LoadUnitRequest request, StorageBin currentBin) -
Uses of LoadUnitRequest in com.v1rex.liftnexus.loadunit.service
Methods in com.v1rex.liftnexus.loadunit.service with parameters of type LoadUnitRequestModifier and TypeMethodDescriptionLoadUnitService.createLoadUnit(LoadUnitRequest request) Creates a new load unit and persists it to the database.