Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao.dn |
Data Normalization related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.dn |
Page components for the Data Normalization rules management section related pages.
|
Modifier and Type | Method and Description |
---|---|
DNRuleComponent |
DNRuleComponentDao.load(Integer id) |
DNRuleComponent |
DNRuleComponentRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<DNRuleComponent> |
DNRuleComponentDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
void |
DNRuleComponentUncommittedDao.save(DNRuleComponent item) |
void |
DNRuleComponentDao.save(DNRuleComponent item) |
void |
DNRuleComponentUncommittedDao.update(DNRuleComponent item) |
void |
DNRuleComponentDao.update(DNRuleComponent item) |
Modifier and Type | Method and Description |
---|---|
Iterator<DNRuleComponent> |
DNRuleComponentDataProvider.iterator(int first,
int count)
Returns an iterator over the represented collection.
|
org.apache.wicket.model.IModel<DNRuleComponent> |
DNRuleComponentDataProvider.model(DNRuleComponent object)
Returns the given component instance encapsulated into
a loadable-detachable model.
|
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel<DNRuleComponent> |
DNRuleComponentDataProvider.model(DNRuleComponent object)
Returns the given component instance encapsulated into
a loadable-detachable model.
|
Copyright © 2013. All Rights Reserved.