Uses of Interface
ecmwf.ecpds.master.plugin.http.model.datafile.MetaData
Packages that use MetaData
Package
Description
-
Uses of MetaData in ecmwf.ecpds.master.plugin.http.controller.datafile.metadata
Methods in ecmwf.ecpds.master.plugin.http.controller.datafile.metadata with parameters of type MetaDataModifier and TypeMethodDescriptionprotected void
MetaDataActionForm.populateFromMetaData
(MetaData h) Populate from meta data.protected void
MetaDataActionForm.populateMetaData
(MetaData h) Populate meta data. -
Uses of MetaData in ecmwf.ecpds.master.plugin.http.dao.datafile
Classes in ecmwf.ecpds.master.plugin.http.dao.datafile that implement MetaDataMethods in ecmwf.ecpds.master.plugin.http.dao.datafile that return MetaDataModifier and TypeMethodDescriptionMetaDataDAOHandler.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.dao.datafile that return types with arguments of type MetaDataModifier and TypeMethodDescriptionMetaDataDAOHandler.find
(ecmwf.web.model.ModelSearch search) Find. -
Uses of MetaData in ecmwf.ecpds.master.plugin.http.dao.transfer
Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type MetaData -
Uses of MetaData in ecmwf.ecpds.master.plugin.http.home.datafile
Methods in ecmwf.ecpds.master.plugin.http.home.datafile that return MetaDataModifier and TypeMethodDescriptionstatic final MetaData
MetaDataHome.create()
Creates the.static final MetaData
MetaDataHome.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.datafile that return types with arguments of type MetaDataModifier and TypeMethodDescriptionstatic final Collection
<MetaData> MetaDataHome.find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<MetaData> MetaDataHome.findAll()
Find all.static final Collection
<MetaData> MetaDataHome.findAllMetaDataNames()
Find all meta data names.static final Collection
<MetaData> MetaDataHome.findByAttributeName
(String attribute) Find by attribute name.static final Collection
<MetaData> MetaDataHome.findByDataFile
(DataFile d) Find by data file.static final Collection
<MetaData> MetaDataHome.findByDataFileId
(String id) Find by data file id. -
Uses of MetaData in ecmwf.ecpds.master.plugin.http.model.datafile
Methods in ecmwf.ecpds.master.plugin.http.model.datafile that return types with arguments of type MetaData