Uses of Class
overit.geocallapp.wfm.workorders.rs1.activity.DTOActivity
Packages that use DTOActivity
-
Uses of DTOActivity in overit.geocallapp.wfm.workorders.rs1.activity
Methods in overit.geocallapp.wfm.workorders.rs1.activity that return types with arguments of type DTOActivityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOActivity> ActivityService.get(Long activityId, String language, Collection<String> fields) Retrieves the requiredDTOActivityby calling theActivityLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOActivity>> ActivityService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOActivityFilter filter) Returns the collection of all the storedDTOActivityby calling theActivitySearchEvent.