Uses of Class
com.v1rex.liftnexus.loadunit.domain.LoadUnit
Packages that use LoadUnit
Package
Description
-
Uses of LoadUnit in com.v1rex.liftnexus.loadunit.mapper
Methods in com.v1rex.liftnexus.loadunit.mapper that return LoadUnitModifier and TypeMethodDescriptionLoadUnitMapper.toEntity(LoadUnitRequest request, StorageBin currentBin) Methods in com.v1rex.liftnexus.loadunit.mapper with parameters of type LoadUnit -
Uses of LoadUnit in com.v1rex.liftnexus.loadunit.repository
Methods in com.v1rex.liftnexus.loadunit.repository that return types with arguments of type LoadUnitModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<LoadUnit> LoadUnitRepository.findByStatus(LoadUnitStatus status, org.springframework.data.domain.Pageable pageable) LoadUnitRepository.findByTrackingCode(String trackingCode) -
Uses of LoadUnit in com.v1rex.liftnexus.loadunit.service
Methods in com.v1rex.liftnexus.loadunit.service that return LoadUnitModifier and TypeMethodDescriptionLoadUnitService.findEntityById(Long id) Finds a load unit entity by its database ID.LoadUnitService.findEntityByTrackingCode(String trackingCode) Finds a load unit entity by its unique tracking code.Methods in com.v1rex.liftnexus.loadunit.service that return types with arguments of type LoadUnitModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<LoadUnit> LoadUnitService.findAllEntities(org.springframework.data.domain.Pageable pageable) Returns a paginated list of all load unit entities.org.springframework.data.domain.Page<LoadUnit> LoadUnitService.findEntitiesByStatus(LoadUnitStatus status, org.springframework.data.domain.Pageable pageable) Returns a paginated list of load unit entities filtered by the givenLoadUnitStatus.