Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.bo.oi |
Object Identification related business objects.
|
cz.cuni.mff.odcleanstore.webfrontend.core.components |
Custom Wicket components.
|
cz.cuni.mff.odcleanstore.webfrontend.dao.oi |
Object Identification related DAO classes.
|
Modifier and Type | Method and Description |
---|---|
List<OIRule> |
OIRulesGroup.getRules() |
Modifier and Type | Method and Description |
---|---|
void |
OIRulesGroup.setRules(List<OIRule> rules) |
Constructor and Description |
---|
OIRuleExportButton(OIRule rule,
String compName) |
Constructor and Description |
---|
OIRuleImportButton(org.apache.wicket.markup.html.form.upload.FileUploadField fileUpload,
org.apache.wicket.markup.html.form.Form<OIRule> form,
String compName) |
Modifier and Type | Method and Description |
---|---|
OIRule |
OIRuleRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<OIRule> |
OIRuleDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
void |
OIRuleUncommittedDao.save(OIRule item) |
void |
OIRuleUncommittedDao.update(OIRule item) |
Copyright © 2013. All Rights Reserved.