Uses of Class
overit.geocallapp.wfm.bundler.rs1.skill.DTOBundleSkill
Packages that use DTOBundleSkill
-
Uses of DTOBundleSkill in overit.geocallapp.wfm.bundler.rs1.skill
Methods in overit.geocallapp.wfm.bundler.rs1.skill that return types with arguments of type DTOBundleSkillModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleSkill> BundleSkillService.get(Long bundleId, Long bundleSkillId, Collection<String> fields) Retrieves the required bundle skill by calling theBundleSkillLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleSkill>> BundleSkillService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleSkillFilter filter) Returns the collection of all the stored bundles skills by calling theBundleSkillSearchEvent.