Uses of Class
overit.geocallapp.wfm.accounts.rs1.contact.DTOAccountContact
Packages that use DTOAccountContact
-
Uses of DTOAccountContact in overit.geocallapp.wfm.accounts.rs1.contact
Methods in overit.geocallapp.wfm.accounts.rs1.contact that return types with arguments of type DTOAccountContactModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountContact> AccountContactService.get(Long accountId, Long contactId, Collection<String> fields) Retrieves the requiredDTOAccountContactby calling from theAccountContactLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccountContact>> AccountContactService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAccountContactFilter filter) Returns the collection of all the stored account contacts by calling theAccountContactSearchEvent.