|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contact | |
|---|---|
| org.apache.wicket.examples.spring.annot.web | |
| org.apache.wicket.examples.spring.common | |
| org.apache.wicket.examples.spring.common.web | |
| Uses of Contact in org.apache.wicket.examples.spring.annot.web |
|---|
| Constructors in org.apache.wicket.examples.spring.annot.web with parameters of type Contact | |
|---|---|
ProxyModel(Contact contact,
ContactDao dao)
|
|
| Uses of Contact in org.apache.wicket.examples.spring.common |
|---|
| Methods in org.apache.wicket.examples.spring.common that return Contact | |
|---|---|
Contact |
ContactGenerator.generate()
generates a new contact |
Contact |
ContactDaoImpl.get(long id)
find contact by id |
Contact |
ContactDao.get(long id)
|
| Methods in org.apache.wicket.examples.spring.common that return types with arguments of type Contact | |
|---|---|
Iterator<Contact> |
ContactDaoImpl.find(QueryParam qp)
select contacts and apply sort |
protected List<Contact> |
ContactDaoImpl.getIndex(SortParam sort)
|
| Methods in org.apache.wicket.examples.spring.common with parameters of type Contact | |
|---|---|
protected void |
ContactDaoImpl.add(Contact contact)
|
void |
ContactDaoImpl.delete(Contact contact)
delete contact from the database |
void |
ContactDaoImpl.save(Contact contact)
add contact to the database |
| Uses of Contact in org.apache.wicket.examples.spring.common.web |
|---|
| Methods in org.apache.wicket.examples.spring.common.web that return Contact | |
|---|---|
protected Contact |
ContactDetachableModel.load()
|
| Constructors in org.apache.wicket.examples.spring.common.web with parameters of type Contact | |
|---|---|
ContactDetachableModel(Contact contact)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||