Uses of Class
overit.geocallapp.wfm.materials.rs1.goodsgroup.DTOGoodsGroup
Packages that use DTOGoodsGroup
-
Uses of DTOGoodsGroup in overit.geocallapp.wfm.materials.rs1.goodsgroup
Methods in overit.geocallapp.wfm.materials.rs1.goodsgroup that return types with arguments of type DTOGoodsGroupModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOGoodsGroup> GoodsGroupService.get(Long id, Collection<String> fields, String language) Retrieves the requiredDTOGoodsGroupby calling from theGoodsGroupLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOGoodsGroup>> GoodsGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOGoodsGroupSearchFilter filter) Returns the collection of all the stored goods groups by calling theGoodsGroupSearchEvent.