Uses of Class
overit.geocallapp.wfm.skills.rs1.skilldivision.DTOSkillDivision
Packages that use DTOSkillDivision
-
Uses of DTOSkillDivision in overit.geocallapp.wfm.skills.rs1.skilldivision
Methods in overit.geocallapp.wfm.skills.rs1.skilldivision that return types with arguments of type DTOSkillDivisionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkillDivision> SkillDivisionService.get(Long id, String language, Collection<String> fields) Retrieves the required skill division by calling theSkillDivisionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkillDivision>> SkillDivisionService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOSkillDivisionFilter filter) Returns the collection of all the stored skill divisions by calling theSkillDivisionSearchEvent.