Uses of Class
overit.geocallapp.wfm.bundler.rs1.bundlingrule.DTOBundlingRule
Packages that use DTOBundlingRule
-
Uses of DTOBundlingRule in overit.geocallapp.wfm.bundler.rs1.bundlingrule
Methods in overit.geocallapp.wfm.bundler.rs1.bundlingrule that return types with arguments of type DTOBundlingRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundlingRule> BundlingRuleService.get(Long ruleId, Collection<String> fields) Retrieves the required bundling rule by calling theBundlingRuleHeaderLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundlingRule>> BundlingRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundlingRuleFilter filter) Returns the collection of all the stored bundling rules by calling theBundlingRuleHeaderSearchEvent.