Uses of Class
overit.geocallapp.wfm.execution.rs1.outcomeclass.DTOOutcomeClass
Packages that use DTOOutcomeClass
-
Uses of DTOOutcomeClass in overit.geocallapp.wfm.execution.rs1.outcomeclass
Methods in overit.geocallapp.wfm.execution.rs1.outcomeclass that return types with arguments of type DTOOutcomeClassModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeClass> OutcomeClassService.get(Long outcomeClassId, Collection<String> fields) Retrieves the required outcome class by calling from theOutcomeClassLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeClass>> OutcomeClassService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeClassFilter filter) Returns the collection of all the stored outcome classes by calling theOutcomeClassSearchEvent.