Uses of Class
overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight.DTOWorkloadDistributionWeight
Packages that use DTOWorkloadDistributionWeight
-
Uses of DTOWorkloadDistributionWeight in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight that return types with arguments of type DTOWorkloadDistributionWeightModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkloadDistributionWeight> WorkloadDistributionWeightService.get(Long workLoadDistributionRuleId, Long workloadDistributionWeightId, Collection<String> fields) Retrieves the requiredDTOWorkloadDistributionWeightby calling theWorkloadDistributionWeightLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkloadDistributionWeight>> WorkloadDistributionWeightService.getCollection(@Valid Page page, Collection<String> fields, String order, Long workLoadDistributionRuleId, @Valid @NotNull DTOWorkloadDistributionWeightFilter filter) Returns the collection of all the storedDTOWorkloadDistributionWeightby calling theWorkloadDistributionWeightSearchEvent.