org.fm.addressbook.service.impl
Class ContactServiceImpl

java.lang.Object
  extended by org.fm.addressbook.service.impl.ContactServiceImpl
All Implemented Interfaces:
ContactService

public class ContactServiceImpl
extends java.lang.Object
implements ContactService

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

ContactService Implimentation class.

Author:
Tennyson Varghese
Aneesh S

Constructor Summary
ContactServiceImpl()
           
 
Method Summary
 void deleteAllContacts(java.util.List<Contact> contacts)
           
 void deleteContact(Contact contact)
           
 java.util.List<Contact> getAllContacts()
           
 ContactDAO getContactDAO()
           
 void saveContact(Contact contact)
           
 void setContactDAO(ContactDAO contactDAO)
           
 void updateContact(Contact contact)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactServiceImpl

public ContactServiceImpl()
Method Detail

deleteContact

public void deleteContact(Contact contact)
Specified by:
deleteContact in interface ContactService

saveContact

public void saveContact(Contact contact)
Specified by:
saveContact in interface ContactService

updateContact

public void updateContact(Contact contact)
Specified by:
updateContact in interface ContactService

deleteAllContacts

public void deleteAllContacts(java.util.List<Contact> contacts)
Specified by:
deleteAllContacts in interface ContactService

getAllContacts

public java.util.List<Contact> getAllContacts()
Specified by:
getAllContacts in interface ContactService

getContactDAO

public ContactDAO getContactDAO()

setContactDAO

public void setContactDAO(ContactDAO contactDAO)