Package | Description |
---|---|
wicket.contrib.phonebook | |
wicket.contrib.phonebook.web |
Application level classes.
|
Modifier and Type | Method and Description |
---|---|
Contact |
ContactDao.load(long id)
Load a
Contact from the DB, given it's id. |
Contact |
ShadesContactDao.load(long id) |
Contact |
HibernateContactDao.load(long id)
Load a
Contact from the DB, given it's id . |
Contact |
ContactDao.save(Contact contact)
Save the contact to the DB
|
Contact |
ShadesContactDao.save(Contact contact) |
Contact |
HibernateContactDao.save(Contact contact)
Save the contact to the DB
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
|
int |
ContactDao.count(Contact filter)
Return the number of Contacts in the DB.
|
int |
ShadesContactDao.count(Contact filter) |
int |
HibernateContactDao.count(Contact filter)
Return the number of Contacts in the DB.
|
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.
|
Contact |
ContactDao.save(Contact contact)
Save the contact to the DB
|
Contact |
ShadesContactDao.save(Contact contact) |
Contact |
HibernateContactDao.save(Contact contact)
Save the contact to the DB
|
void |
HibernateContactFinderQueryBuilder.setFilter(Contact filter) |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactsDataProvider.getFilterState() |
protected Contact |
DetachableContactModel.load()
Loads the contact from the database
|
Modifier and Type | Method and Description |
---|---|
Iterator<Contact> |
ContactsDataProvider.iterator(long first,
long count)
Gets an iterator for the subset of contacts.
|
org.apache.wicket.model.IModel<Contact> |
ContactsDataProvider.model(Contact object)
Converts the object in the collection to its model representation.
|
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.model.IModel<Contact> |
ContactsDataProvider.model(Contact object)
Converts the object in the collection to its model representation.
|
void |
ContactsDataProvider.setFilterState(Contact state) |
Constructor and Description |
---|
DetachableContactModel(Contact contact,
ContactDao dao)
Constructor
|
Copyright © 2015. All rights reserved.