Verwendungen von Klasse
de.dlr.proseo.model.ProductFile
Packages, die ProductFile verwenden
Package
Beschreibung
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.
-
Verwendungen von ProductFile in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die ProductFile zurückgebenModifizierer und TypMethodeBeschreibungDownloadHistory.getProductFile()
Gets the product file, which was downloadedMethoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ ProductFile zurückgebenModifizierer und TypMethodeBeschreibungProduct.getProductFile()
Gets the set of product files (at most one per existing processing facility)Methoden in de.dlr.proseo.model mit Parametern vom Typ ProductFileModifizierer und TypMethodeBeschreibungvoid
DownloadHistory.setProductFile
(ProductFile productFile) Sets the product file, which was downloadedMethodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ ProductFileModifizierer und TypMethodeBeschreibungvoid
Product.setProductFile
(Set<ProductFile> productFile) Sets the set of product files (at most one per existing processing facility) -
Verwendungen von ProductFile in de.dlr.proseo.model.dao
Methoden in de.dlr.proseo.model.dao, die Typen mit Argumenten vom Typ ProductFile zurückgebenModifizierer und TypMethodeBeschreibungProductFileRepository.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