Uses of Class
overit.geocallapp.wfm.bundler.rs1.skilldivision.DTOBundleSkillDivision
Packages that use DTOBundleSkillDivision
-
Uses of DTOBundleSkillDivision in overit.geocallapp.wfm.bundler.rs1.skilldivision
Methods in overit.geocallapp.wfm.bundler.rs1.skilldivision that return types with arguments of type DTOBundleSkillDivisionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleSkillDivision> BundleSkillDivisionService.get(Long bundleId, Long bundleSkillDivisionId, Collection<String> fields) Retrieves the required bundle skill division by calling theBundleSkillDivisionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleSkillDivision>> BundleSkillDivisionService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleSkillDivisionFilter filter) Returns the collection of all the stored bundles skill divisions by calling theBundleSkillDivisionSearchEvent.