org.fm.addressbook.delegate
Class ContactDelegate
java.lang.Object
org.fm.addressbook.delegate.ContactDelegate
public class ContactDelegate
- extends java.lang.Object
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
ContactDelegate class.
- Author:
- Tennyson Varghese
Aneesh S
Constructor Summary |
ContactDelegate()
constructor which initialise the contactService with ServiceLocator |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactDelegate
public ContactDelegate()
- constructor which initialise the contactService with ServiceLocator
saveContact
public void saveContact(Contact contact)
updateContact
public void updateContact(Contact contact)
deleteContact
public void deleteContact(Contact contact)
searchContact
public void searchContact(java.lang.String searchKey)
getAllContacts
public java.util.List<Contact> getAllContacts()
contactService
public void contactService()
deleteAllContacts
public void deleteAllContacts(java.util.List<Contact> contacts)