org.fm.addressbook.delegate
Class ContactDelegate

java.lang.Object
  extended by 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
 
Method Summary
 void contactService()
           
 void deleteAllContacts(java.util.List<Contact> contacts)
           
 void deleteContact(Contact contact)
           
 java.util.List<Contact> getAllContacts()
           
 void saveContact(Contact contact)
           
 void searchContact(java.lang.String searchKey)
           
 void updateContact(Contact contact)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactDelegate

public ContactDelegate()
constructor which initialise the contactService with ServiceLocator

Method Detail

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)