Uses of Class
overit.geocallapp.wfm.catalogs.rs1.cataloggroup.DTOCatalogGroup
Packages that use DTOCatalogGroup
-
Uses of DTOCatalogGroup in overit.geocallapp.wfm.catalogs.rs1.cataloggroup
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroup that return types with arguments of type DTOCatalogGroupModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCatalogGroup> CatalogGroupService.get(Long catalogGroupId, Collection<String> fields) Retrieves the requiredDTOCatalogGroupby calling theCatalogGroupLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCatalogGroup>> CatalogGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogGroupFilter filter) Returns the collection of all the stored catalog groups by calling theCatalogGroupSearchEvent.