Uses of Class
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail.DTOForecastShiftModelDetail
Packages that use DTOForecastShiftModelDetail
-
Uses of DTOForecastShiftModelDetail in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail that return types with arguments of type DTOForecastShiftModelDetailModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOForecastShiftModelDetail> ForecastShiftModelDetailService.get(Long forecastShiftModelId, Long id, Collection<String> fields) Retrieves the requiredBOForecastShiftModelDetailobject (i.e., the row of an existing shift model) by calling theForecastShiftModelDetailLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastShiftModelDetail>> ForecastShiftModelDetailService.getCollection(Long forecastShiftModelId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastShiftModelDetailSearchFilter filter) Returns the collection of all the storedBOForecastShiftModelDetailobjects (i.e., the rows of an existing shift model) by calling theForecastShiftModelDetailSearchEventevent