Uses of Class
overit.geocallapp.wfm.accounts.rs1.account.DTOAccount
Packages that use DTOAccount
-
Uses of DTOAccount in overit.geocallapp.wfm.accounts.rs1.account
Methods in overit.geocallapp.wfm.accounts.rs1.account that return types with arguments of type DTOAccountModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccount> AccountService.get(Long accountId, Collection<String> fields) Retrieves the requiredDTOAccountby calling theAccountLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccount>> AccountService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountFilter filter) Returns the collection of all the stored accounts by calling theAccountSearchEvent.