Uses of Class
com.v1rex.liftnexus.forklift.domain.Forklift
Packages that use Forklift
Package
Description
-
Uses of Forklift in com.v1rex.liftnexus.forklift.mapper
Methods in com.v1rex.liftnexus.forklift.mapper that return ForkliftMethods in com.v1rex.liftnexus.forklift.mapper with parameters of type Forklift -
Uses of Forklift in com.v1rex.liftnexus.forklift.repository
Methods in com.v1rex.liftnexus.forklift.repository that return types with arguments of type ForkliftModifier and TypeMethodDescriptionForkliftRepository.findAll()org.springframework.data.domain.Page<Forklift> ForkliftRepository.findAll(org.springframework.data.domain.Pageable pageable) ForkliftRepository.findAllForPlanning()org.springframework.data.domain.Page<Forklift> ForkliftRepository.findByForkliftType_MaxCapacityKgGreaterThanEqual(Integer minCapacity, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Forklift> ForkliftRepository.findByStatus(OperationalStatus status, org.springframework.data.domain.Pageable pageable) -
Uses of Forklift in com.v1rex.liftnexus.forklift.service
Methods in com.v1rex.liftnexus.forklift.service that return ForkliftModifier and TypeMethodDescriptionForkliftService.findEntityById(Long id) Internal domain-level lookup: retrieves the managedForkliftentity by its ID.Methods in com.v1rex.liftnexus.forklift.service that return types with arguments of type ForkliftModifier and TypeMethodDescriptionForkliftService.findAllEntities()Returns allForkliftentities without pagination for solver consumption.org.springframework.data.domain.Page<Forklift> ForkliftService.findAllEntities(org.springframework.data.domain.Pageable pageable) Returns a paginated list of rawForkliftentities for internal domain usage.ForkliftService.findAllEntitiesForPlanning()Retrieves allForkliftentities with the object graph required by the Timefold solver.Method parameters in com.v1rex.liftnexus.forklift.service with type arguments of type ForkliftModifier and TypeMethodDescriptionvoidForkliftService.updateAssignedOrders(List<Forklift> forklifts) Deprecated.