Uses of Class
overit.geocallapp.wfm.skills.rs1.skilldivisionskill.DTOSkillDivisionSkill
Packages that use DTOSkillDivisionSkill
-
Uses of DTOSkillDivisionSkill in overit.geocallapp.wfm.skills.rs1.skilldivisionskill
Methods in overit.geocallapp.wfm.skills.rs1.skilldivisionskill that return types with arguments of type DTOSkillDivisionSkillModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkillDivisionSkill> SkillDivisionSkillService.get(Long divisionId, Long skillId, Collection<String> fields) Retrieves the requiredDTOSkillDivisionSkillby calling from theSkillDivisionSkillGroupedRelationSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkillDivisionSkill>> SkillDivisionSkillService.getCollection(Long divisionId, @Valid Page page, Collection<String> fields, String order, @Valid DTOSkillDivisionSkillFilter filter) Returns the collection of all the storedDTOSkillDivisionSkills by calling theSkillDivisionSkillGroupedRelationSearchEvent.