Uses of Class
overit.geocallapp.wfm.projects.rs1.timerangeconfiguration.DTOTimeRangeConfiguration
Packages that use DTOTimeRangeConfiguration
-
Uses of DTOTimeRangeConfiguration in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration
Methods in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration that return types with arguments of type DTOTimeRangeConfigurationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTimeRangeConfiguration> TimeRangeConfigurationService.get(Long id, String language, Collection<String> fields) Retrieves the required time range configuration by calling theTimeRangeConfigurationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTimeRangeConfiguration>> TimeRangeConfigurationService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOTimeRangeConfigurationFilter filter) Returns the collection of all the calendar by calling theTimeRangeConfigurationSearchEvent.