Uses of Class
overit.geocallapp.wfm.execution.rs1.outcomereason.DTOOutcomeReason
Packages that use DTOOutcomeReason
-
Uses of DTOOutcomeReason in overit.geocallapp.wfm.execution.rs1.outcomereason
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason that return types with arguments of type DTOOutcomeReasonModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeReason> OutcomeReasonService.get(Long outcomeReasonId, String language, Collection<String> fields) Retrieves the requiredDTOOutcomeReasonby calling from theOutcomeReasonLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReason>> OutcomeReasonService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOOutcomeReasonFilter filter) Returns the collection of all the stored outcome reasons by calling theOutcomeReasonSearchEvent.