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