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