Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao.prefixes |
URL prefix related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.prefixes |
Page components for the URL Prefix management section related pages.
|
Modifier and Type | Method and Description |
---|---|
Prefix |
PrefixRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<Prefix> |
PrefixDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
void |
PrefixDao.delete(Prefix item) |
void |
PrefixDao.save(Prefix item) |
Modifier and Type | Method and Description |
---|---|
protected Prefix |
DetachablePrefixModel.load() |
Modifier and Type | Method and Description |
---|---|
Iterator<Prefix> |
SortablePrefixDataProvider.iterator(int first,
int count)
Returns an iterator over the represented collection of URI prefixes.
|
org.apache.wicket.model.IModel<Prefix> |
SortablePrefixDataProvider.model(Prefix object)
Returns the given URI prefix encapsulated into a loadable-detachable
model.
|
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel<Prefix> |
SortablePrefixDataProvider.model(Prefix object)
Returns the given URI prefix encapsulated into a loadable-detachable
model.
|
Constructor and Description |
---|
DetachablePrefixModel(PrefixDao dao,
Prefix item) |
Copyright © 2013. All Rights Reserved.