Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao.onto |
Ontology management related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.ontologies |
Page components for the Ontology management section related pages.
|
Modifier and Type | Method and Description |
---|---|
Mapping |
MappingRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
List<Mapping> |
OntologyMappingDao.loadAll(Integer ontologyId) |
Modifier and Type | Method and Description |
---|---|
void |
OntologyMappingDao.addMapping(Integer ontologyId,
Mapping mapping) |
void |
OntologyMappingDao.delete(Integer ontologyId,
Mapping mapping) |
Modifier and Type | Method and Description |
---|---|
Iterator<Mapping> |
MappingDataProvider.iterator(int first,
int count) |
org.apache.wicket.model.IModel<Mapping> |
MappingDataProvider.model(Mapping object) |
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel<Mapping> |
MappingDataProvider.model(Mapping object) |
Copyright © 2013. All Rights Reserved.