Uses of Class
overit.geocallapp.wfm.calendars.rs1.availabilitytypes.DTOAvailabilityType
Packages that use DTOAvailabilityType
-
Uses of DTOAvailabilityType in overit.geocallapp.wfm.calendars.rs1.availabilitytypes
Methods in overit.geocallapp.wfm.calendars.rs1.availabilitytypes that return types with arguments of type DTOAvailabilityTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAvailabilityType> AvailabilityTypeService.get(Long id, Collection<String> fields) Retrieves the required availability type by calling theAvailabilityTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAvailabilityType>> AvailabilityTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAvailabilityTypeFilter filter) Returns the collection of all the stored availability types by calling theAvailabilityTypeSearchEvent.