Uses of Class
overit.geocallapp.wfm.systemsettings.rs1.externalsystem.DTOExternalSystem
Packages that use DTOExternalSystem
-
Uses of DTOExternalSystem in overit.geocallapp.wfm.systemsettings.rs1.externalsystem
Methods in overit.geocallapp.wfm.systemsettings.rs1.externalsystem that return types with arguments of type DTOExternalSystemModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOExternalSystem> ExternalSystemService.get(Long id, Collection<String> fields) Retrieves the requiredDTOExternalSystemby calling theExternalSystemLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOExternalSystem>> ExternalSystemService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOExternalSystemFilter filter) Returns the collection of all the stored external system by calling theExternalSystemSearchEvent.