Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao.oi |
Object Identification related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.oi |
Page components for the Object Identification rules management section related pages.
|
Modifier and Type | Method and Description |
---|---|
OIOutput |
OIOutputDao.load(Integer id) |
OIOutput |
OIOutputRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<OIOutput> |
OIOutputDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
void |
OIOutputUncommittedDao.save(OIOutput output) |
void |
OIOutputDao.save(OIOutput output) |
void |
OIOutputUncommittedDao.update(OIOutput output) |
void |
OIOutputDao.update(OIOutput output) |
Modifier and Type | Method and Description |
---|---|
Iterator<OIOutput> |
OIOutputDataProvider.iterator(int first,
int count)
Returns an iterator over the represented collection of oi-outputs.
|
org.apache.wicket.model.IModel<OIOutput> |
OIOutputDataProvider.model(OIOutput object)
Returns the given oi-output encapsulated into a loadable-detachable
model instance.
|
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel<OIOutput> |
OIOutputDataProvider.model(OIOutput object)
Returns the given oi-output encapsulated into a loadable-detachable
model instance.
|
Copyright © 2013. All Rights Reserved.