Uses of Class
overit.geocallapp.wfm.projects.rs1.profile.startdate.DTOProjectActivityStartDate
Packages that use DTOProjectActivityStartDate
-
Uses of DTOProjectActivityStartDate in overit.geocallapp.wfm.projects.rs1.profile.startdate
Methods in overit.geocallapp.wfm.projects.rs1.profile.startdate that return types with arguments of type DTOProjectActivityStartDateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityStartDate> ProjectActivityStartDateService.get(Long id, String language, Collection<String> fields) Retrieves the required project activity start dates by calling theProjectActivityStartDateLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityStartDate>> ProjectActivityStartDateService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityStartDateFilter filter) Returns the collection of all the project activity start date by calling theProjectActivityStartDateSearchEvent.