Uses of Class
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity.DTOForecastActivity
Packages that use DTOForecastActivity
Package
Description
-
Uses of DTOForecastActivity in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity that return types with arguments of type DTOForecastActivityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOForecastActivity> ForecastActivityService.get(Long forecastHeaderId, Long id, Collection<String> fields) Retrieves the requiredBOForecastActivityobject by calling theForecastActivityLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastActivity>> ForecastActivityService.getCollection(@Valid Page page, String order, Collection<String> fields, Long forecastHeaderId, @Valid DTOForecastActivitySearchFilter filter) Returns the collection of all the storedBOForecastActivityobjects by calling theForecastActivitySearchEventevent -
Uses of DTOForecastActivity in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header that return types with arguments of type DTOForecastActivityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOForecastActivity> ActivityForecastHeaderService.get(Long id, Collection<String> fields) Retrieves the requiredBOActivityForecastHeaderobject by calling theActivityForecastHeaderLoadEventevent