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