Uses of Class
overit.geocallapp.wfm.catalogs.rs1.catalogcode.DTOCatalogCode
Packages that use DTOCatalogCode
-
Uses of DTOCatalogCode in overit.geocallapp.wfm.catalogs.rs1.catalogcode
Methods in overit.geocallapp.wfm.catalogs.rs1.catalogcode that return types with arguments of type DTOCatalogCodeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCatalogCode> CatalogCodeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOCatalogCodeby calling theCatalogCodeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCatalogCode>> CatalogCodeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogCodeFilter filter) Returns the collection of all the stored catalog codes by calling theCatalogCodeSearchEvent.