Uses of Class
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail.DTOForecastResourceDetail
Packages that use DTOForecastResourceDetail
-
Uses of DTOForecastResourceDetail in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail that return types with arguments of type DTOForecastResourceDetailModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOForecastResourceDetail> ForecastResourceDetailService.get(Long forecastHeaderId, Long id, Collection<String> fields) Retrieves the requiredBOForecastResourceDetailobject by calling theForecastResourceDetailLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastResourceDetail>> ForecastResourceDetailService.getCollection(Long forecastHeaderId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastResourceDetailSearchFilter filter) Returns the collection of all the storedBOForecastResourceDetailobjects by calling theForecastResourceDetailSearchEventevent