org.fm.addressbook.service.impl
Class AddressBookServiceImpl
java.lang.Object
org.fm.addressbook.service.impl.AddressBookServiceImpl
- All Implemented Interfaces:
- AdrressBookService
public class AddressBookServiceImpl
- extends java.lang.Object
- implements AdrressBookService
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
AddressBookService implementation class.
- Author:
- Tennyson Varghese
Aneesh S
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressBookServiceImpl
public AddressBookServiceImpl()
deleteAddressBook
public void deleteAddressBook(AddressBook addressBook)
- Specified by:
deleteAddressBook
in interface AdrressBookService
saveAddressBook
public void saveAddressBook(AddressBook addressBook)
- Specified by:
saveAddressBook
in interface AdrressBookService
updateAddressBook
public void updateAddressBook(AddressBook addressBook)
- Specified by:
updateAddressBook
in interface AdrressBookService
getAllAddressBook
public java.util.List<AddressBook> getAllAddressBook()
- Specified by:
getAllAddressBook
in interface AdrressBookService
getAddressBookDAO
public AddressBookDAO getAddressBookDAO()
setAddressBookDAO
public void setAddressBookDAO(AddressBookDAO addressBookDAO)
getAllContacts
public java.util.List<Contact> getAllContacts(AddressBook addressBook)
- Specified by:
getAllContacts
in interface AdrressBookService
findAddressBook
public AddressBook findAddressBook(java.lang.String searchKey)
- Specified by:
findAddressBook
in interface AdrressBookService