Uses of Class
overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination.DTOWorkloadRuleWOCombination
Packages that use DTOWorkloadRuleWOCombination
-
Uses of DTOWorkloadRuleWOCombination in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination that return types with arguments of type DTOWorkloadRuleWOCombinationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkloadRuleWOCombination> WorkloadRuleWOCombinationService.get(Long workloadRuleWorkOrderCombinationId, Collection<String> fields) Retrieves the requiredDTOWorkloadRuleWOCombinationby calling theWorkloadRuleWOCombinationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkloadRuleWOCombination>> WorkloadRuleWOCombinationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkloadRuleWOCombinationFilter filter) Returns the collection of all the storedDTOWorkloadRuleWOCombinationby calling theWorkloadRuleWOCombinationSearchEvent.