Uses of Class
overit.geocallapp.wfm.accounts.rs1.status.DTOAccountStatus
Packages that use DTOAccountStatus
-
Uses of DTOAccountStatus in overit.geocallapp.wfm.accounts.rs1.status
Methods in overit.geocallapp.wfm.accounts.rs1.status that return types with arguments of type DTOAccountStatusModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountStatus> AccountStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required account status.org.springframework.http.ResponseEntity<PageResponse<DTOAccountStatus>> AccountStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOAccountStatusSearchFilter filter) Retrieve the all stored account status.