Uses of Class
overit.geocallapp.wfm.execution.rs1.outcometype.DTOOutcomeType
Packages that use DTOOutcomeType
-
Uses of DTOOutcomeType in overit.geocallapp.wfm.execution.rs1.outcometype
Methods in overit.geocallapp.wfm.execution.rs1.outcometype that return types with arguments of type DTOOutcomeTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeType> OutcomeTypeService.get(Long outcomeTypeId, String language, Collection<String> fields) Retrieves the required outcome type by calling from theOutcomeTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeType>> OutcomeTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeTypeFilter filter) Returns the collection of all the stored outcome types by calling theOutcomeTypeSearchEvent.