Uses of Class
com.v1rex.liftnexus.storagebin.domain.StorageBin
Packages that use StorageBin
Package
Description
-
Uses of StorageBin in com.v1rex.liftnexus.loadunit.mapper
Methods in com.v1rex.liftnexus.loadunit.mapper with parameters of type StorageBinModifier and TypeMethodDescriptionLoadUnitMapper.toEntity(LoadUnitRequest request, StorageBin currentBin) -
Uses of StorageBin in com.v1rex.liftnexus.storagebin.mapper
Methods in com.v1rex.liftnexus.storagebin.mapper that return StorageBinMethods in com.v1rex.liftnexus.storagebin.mapper with parameters of type StorageBin -
Uses of StorageBin in com.v1rex.liftnexus.storagebin.repository
Methods in com.v1rex.liftnexus.storagebin.repository that return types with arguments of type StorageBin -
Uses of StorageBin in com.v1rex.liftnexus.storagebin.service
Methods in com.v1rex.liftnexus.storagebin.service that return StorageBinModifier and TypeMethodDescriptionStorageBinService.findEntityById(Long id) Finds aStorageBinentity by its identifier.Methods in com.v1rex.liftnexus.storagebin.service that return types with arguments of type StorageBinModifier and TypeMethodDescriptionStorageBinService.findAllEntities()Retrieves allStorageBinentities without pagination.org.springframework.data.domain.Page<StorageBin> StorageBinService.findAllEntities(org.springframework.data.domain.Pageable pageable) Retrieves a paginated list of allStorageBinentities.StorageBinService.findAllEntitiesForPlanning()Retrieves allStorageBinentities without pagination.