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