|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactDAO
JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/
Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html
ContactDAO interface
| Method Summary | |
|---|---|
void |
deleteAllContacts(java.util.List<Contact> contacts)
|
void |
deleteContact(Contact contact)
|
java.util.List<Contact> |
getAllContacts()
|
java.util.List<Contact> |
getAllContactsByIndex(java.lang.String index)
|
void |
saveContact(Contact contact)
|
void |
searchContacts(java.lang.String searchKey)
|
void |
updateContact(Contact contact)
|
| Method Detail |
|---|
void saveContact(Contact contact)
void updateContact(Contact contact)
void deleteContact(Contact contact)
java.util.List<Contact> getAllContacts()
java.util.List<Contact> getAllContactsByIndex(java.lang.String index)
void searchContacts(java.lang.String searchKey)
void deleteAllContacts(java.util.List<Contact> contacts)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||