Uses of Class
overit.geocallapp.wfm.roughplanning.rs1.weight.rule.DTOWorkloadDistributionRule
Packages that use DTOWorkloadDistributionRule
-
Uses of DTOWorkloadDistributionRule in overit.geocallapp.wfm.roughplanning.rs1.weight.rule
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.rule that return types with arguments of type DTOWorkloadDistributionRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkloadDistributionRule> WorkloadDistributionRuleService.get(Long workLoadDistributionRuleId, String language, Collection<String> fields) Retrieves the requiredDTOWorkloadDistributionRuleby calling theWorkloadDistributionRuleLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkloadDistributionRule>> WorkloadDistributionRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkloadDistributionRuleFilter filter) Returns the collection of all the storedDTOWorkloadDistributionRuleby calling theWorkloadDistributionRuleSearchEvent.