Interface ImportCockpitMappingDao
-
- All Superinterfaces:
GenericDao<ImportCockpitMappingModel>
- All Known Implementing Classes:
DefaultImportCockpitMappingDao
public interface ImportCockpitMappingDao extends GenericDao<ImportCockpitMappingModel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ImportCockpitMappingModel>
findMappingsWithUrl()
Retrieves all mappings with a URL from the database.
-
-
-
Method Detail
-
findMappingsWithUrl
java.util.List<ImportCockpitMappingModel> findMappingsWithUrl()
Retrieves all mappings with a URL from the database. Used by the "load mapping" functionality.- Returns:
- list of ImportCockpitMapping objects
-
-