Uses of Class
overit.geocallapp.wfm.execution.rs1.outcomereasontype.DTOOutcomeReasonType
Packages that use DTOOutcomeReasonType
-
Uses of DTOOutcomeReasonType in overit.geocallapp.wfm.execution.rs1.outcomereasontype
Methods in overit.geocallapp.wfm.execution.rs1.outcomereasontype that return types with arguments of type DTOOutcomeReasonTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeReasonType> OutcomeReasonTypeService.get(Long outcomeReasonTypeId, String language, Collection<String> fields) Retrieves the requiredDTOOutcomeReasonTypeby calling from theOutcomeReasonTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReasonType>> OutcomeReasonTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOOutcomeReasonTypeFilter filter) Returns the collection of all the stored outcome reason types by calling theOutcomeReasonTypeSearchEvent.