Uses of Class
overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state.DTOCapacityPlanningState
Packages that use DTOCapacityPlanningState
-
Uses of DTOCapacityPlanningState in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state that return types with arguments of type DTOCapacityPlanningStateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCapacityPlanningState> CapacityPlanningStateService.get(Long id, String language, Collection<String> fields) Retrieves the requiredBOCapacityPlanningStateobject by calling theCapacityPlanningStateLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningState>> CapacityPlanningStateService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOCapacityPlanningStateSearchFilter filter) Returns the collection of all the storedBOCapacityPlanningStateobjects by calling theCapacityPlanningStateSearchEventevent