Uses of Class
overit.geocallapp.wfm.skills.rs1.skill.DTOSkill
Packages that use DTOSkill
-
Uses of DTOSkill in overit.geocallapp.wfm.skills.rs1.skill
Methods in overit.geocallapp.wfm.skills.rs1.skill that return types with arguments of type DTOSkillModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkill> SkillService.get(Long skillId, Collection<String> fields) Retrieves the requiredDTOSkillby calling theSkillLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkill>> SkillService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOSkillFilter filter) Returns the collection of all the stored skills by calling theSkillSearchEvent.