Package | Description |
---|---|
wicket.contrib.phonebook | |
wicket.contrib.phonebook.web |
Application level classes.
|
Modifier and Type | Method and Description |
---|---|
protected org.hibernate.Query |
HibernateContactDao.buildFindQuery(QueryParam qp,
Contact filter,
boolean count)
builds a query object to satisfy the provided parameters
|
Iterator<Contact> |
ContactDao.find(QueryParam qp,
Contact filter)
Query the DB, using the supplied query details.
|
Iterator<Contact> |
ShadesContactDao.find(QueryParam qp,
Contact filter) |
Iterator<Contact> |
HibernateContactDao.find(QueryParam qp,
Contact filter)
Query the DB, using the supplied query details.
|
void |
HibernateContactFinderQueryBuilder.setQueryParam(QueryParam queryParam) |
Modifier and Type | Method and Description |
---|---|
void |
ContactsDataProvider.setQueryParam(QueryParam queryParam) |
Copyright © 2015. All rights reserved.