Uses of Class
overit.geocallapp.wfm.accounts.rs1.contacttype.DTOAccountContactType
Packages that use DTOAccountContactType
-
Uses of DTOAccountContactType in overit.geocallapp.wfm.accounts.rs1.contacttype
Methods in overit.geocallapp.wfm.accounts.rs1.contacttype that return types with arguments of type DTOAccountContactTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountContactType> AccountContactTypeService.get(Long accountContactTypeId, Collection<String> fields) Retrieves the requiredDTOAccountContactTypeby calling theContactTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccountContactType>> AccountContactTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountContactTypeFilter filter) Returns the collection of all the stored account contact type by calling theContactTypeSearchEvent.