Uses of Class
overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement.DTORoughPlanningOrderMovement
Packages that use DTORoughPlanningOrderMovement
-
Uses of DTORoughPlanningOrderMovement in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement that return types with arguments of type DTORoughPlanningOrderMovementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORoughPlanningOrderMovement> RoughPlanningOrderMovementService.get(Long roughPlanningOrderMovementId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningOrderMovement>> RoughPlanningOrderMovementService.getCollection(Long roughPlanningId, @Valid Page page, String language, Collection<String> fields, String order, @Valid @NotNull DTORoughPlanningOrderMovementFilter filter)