Uses of Class
overit.geocallapp.wfm.accounts.rs1.convertertype.DTOConverterType
Packages that use DTOConverterType
-
Uses of DTOConverterType in overit.geocallapp.wfm.accounts.rs1.convertertype
Methods in overit.geocallapp.wfm.accounts.rs1.convertertype that return types with arguments of type DTOConverterTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOConverterType> ConverterTypeService.get(Long converterTypeId, Collection<String> fields) Retrieves the requiredDTOConverterTypeby calling theConverterTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOConverterType>> ConverterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOConverterTypeFilter filter) Returns the collection of all the stored converter type by calling theConverterTypeSearchEvent.