Uses of Class
overit.geocallapp.wfm.assets.rs1.operationcenter.DTOAssetOperationCenter
Packages that use DTOAssetOperationCenter
-
Uses of DTOAssetOperationCenter in overit.geocallapp.wfm.assets.rs1.operationcenter
Methods in overit.geocallapp.wfm.assets.rs1.operationcenter that return types with arguments of type DTOAssetOperationCenterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetOperationCenter> AssetOperationCenterService.get(Long assetId, Long assetOperationCenterId, Collection<String> fields) Retrieves the required asset operation center by calling theAssetOperationCenterLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAssetOperationCenter>> AssetOperationCenterService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetOperationCenterFilter filter) Returns the collection of all the storedDTOAssetOperationCenterby calling theAssetOperationCenterSearchEvent.