Uses of Class
de.dlr.proseo.model.ProductFile
Packages that use ProductFile
Package
Description
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
This package contains data access object (DAO) classes for the common data model of prosEO.
-
Uses of ProductFile in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return ProductFileModifier and TypeMethodDescriptionDownloadHistory.getProductFile()Gets the product file, which was downloadedMethods in de.dlr.proseo.model that return types with arguments of type ProductFileModifier and TypeMethodDescriptionProduct.getProductFile()Gets the set of product files (at most one per existing processing facility)Methods in de.dlr.proseo.model with parameters of type ProductFileModifier and TypeMethodDescriptionvoidDownloadHistory.setProductFile(ProductFile productFile) Sets the product file, which was downloadedMethod parameters in de.dlr.proseo.model with type arguments of type ProductFileModifier and TypeMethodDescriptionvoidProduct.setProductFile(Set<ProductFile> productFile) Sets the set of product files (at most one per existing processing facility) -
Uses of ProductFile in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return types with arguments of type ProductFileModifier and TypeMethodDescriptionProductFileRepository.findByFileName(String fileName) Get all product files for a given file nameProductFileRepository.findByProcessingFacilityId(long facilityId) Get all product files for a given processing facility idProductFileRepository.findByProductId(long productId) Get all product files for a given product id