Package | Description |
---|---|
org.wicketstuff.javaee.example.dao |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactDaoBean.getContact(Long id)
Returns a specific Contact from DB
|
Contact |
ContactDaoLocal.getContact(Long id)
Returns a specific Contact from DB
|
Modifier and Type | Method and Description |
---|---|
List<Contact> |
ContactDaoBean.getContacts()
Returns the currently available contacts
|
List<Contact> |
ContactDaoLocal.getContacts()
Returns the currently available contacts
|
Modifier and Type | Method and Description |
---|---|
void |
ContactDaoBean.remove(Contact modelObject)
Removes a specific item from the DB
|
void |
ContactDaoLocal.remove(Contact modelObject)
Removes a specific item from the DB
|
Copyright © 2015. All rights reserved.