Uses of Class
org.fm.addressbook.businessobject.Contact

Packages that use Contact
org.fm.addressbook.bean   
org.fm.addressbook.businessobject   
org.fm.addressbook.dao   
org.fm.addressbook.dao.hibernate   
org.fm.addressbook.delegate   
org.fm.addressbook.service   
org.fm.addressbook.service.impl   
 

Uses of Contact in org.fm.addressbook.bean
 

Methods in org.fm.addressbook.bean that return Contact
 Contact ContactBean.getCurrentContact()
           
 

Methods in org.fm.addressbook.bean that return types with arguments of type Contact
 java.util.List<Contact> ContactBean.getCurrentContactList()
           
 

Methods in org.fm.addressbook.bean with parameters of type Contact
 void ContactBean.setCurrentContact(Contact currentContact)
           
 

Method parameters in org.fm.addressbook.bean with type arguments of type Contact
 void ContactBean.setCurrentContactList(java.util.List<Contact> currentContactList)
           
 

Uses of Contact in org.fm.addressbook.businessobject
 

Fields in org.fm.addressbook.businessobject declared as Contact
 Contact Address.contact
           
 

Fields in org.fm.addressbook.businessobject with type parameters of type Contact
 java.util.List<Contact> Category.contacts
           
 java.util.List<Contact> AddressBook.contacts
           
 

Methods in org.fm.addressbook.businessobject that return Contact
 Contact Address.getContact()
           
 

Methods in org.fm.addressbook.businessobject that return types with arguments of type Contact
 java.util.List<Contact> Category.getContacts()
           
 java.util.List<Contact> AddressBook.getContacts()
           
 

Methods in org.fm.addressbook.businessobject with parameters of type Contact
 void Address.setContact(Contact contact)
           
 

Method parameters in org.fm.addressbook.businessobject with type arguments of type Contact
 void Category.setContacts(java.util.List<Contact> contacts)
           
 void AddressBook.setContacts(java.util.List<Contact> contacts)
           
 

Uses of Contact in org.fm.addressbook.dao
 

Methods in org.fm.addressbook.dao that return types with arguments of type Contact
 java.util.List<Contact> ContactDAO.getAllContacts()
           
 java.util.List<Contact> AddressBookDAO.getAllContacts(AddressBook addressBook)
           
 java.util.List<Contact> CategoryDAO.getAllContacts(AddressBook addressBook, Category category)
           
 java.util.List<Contact> CategoryDAO.getAllContacts(Category category)
           
 java.util.List<Contact> ContactDAO.getAllContactsByIndex(java.lang.String index)
           
 

Methods in org.fm.addressbook.dao with parameters of type Contact
 void ContactDAO.deleteContact(Contact contact)
           
 void ContactDAO.saveContact(Contact contact)
           
 void ContactDAO.updateContact(Contact contact)
           
 

Method parameters in org.fm.addressbook.dao with type arguments of type Contact
 void ContactDAO.deleteAllContacts(java.util.List<Contact> contacts)
           
 

Uses of Contact in org.fm.addressbook.dao.hibernate
 

Methods in org.fm.addressbook.dao.hibernate that return types with arguments of type Contact
 java.util.List<Contact> HibernateContactDAO.getAllContacts()
           
 java.util.List<Contact> HibernateAddressBookDAO.getAllContacts(AddressBook addressBook)
           
 java.util.List<Contact> HibernateCategoryDAO.getAllContacts(AddressBook addressBook, Category category)
           
 java.util.List<Contact> HibernateCategoryDAO.getAllContacts(Category category)
           
 java.util.List<Contact> HibernateContactDAO.getAllContactsByIndex(java.lang.String index)
           
 

Methods in org.fm.addressbook.dao.hibernate with parameters of type Contact
 void HibernateContactDAO.deleteContact(Contact contact)
           
 void HibernateContactDAO.saveContact(Contact contact)
           
 void HibernateContactDAO.updateContact(Contact contact)
           
 

Method parameters in org.fm.addressbook.dao.hibernate with type arguments of type Contact
 void HibernateContactDAO.deleteAllContacts(java.util.List<Contact> contacts)
           
 

Uses of Contact in org.fm.addressbook.delegate
 

Methods in org.fm.addressbook.delegate that return types with arguments of type Contact
 java.util.List<Contact> ContactDelegate.getAllContacts()
           
 java.util.List<Contact> CategoryDelegate.getAllContacts(AddressBook addressbook, Category category)
           
 java.util.List<Contact> AddressBookDelegate.getContacts(AddressBook addressBook)
           
 

Methods in org.fm.addressbook.delegate with parameters of type Contact
 void ContactDelegate.deleteContact(Contact contact)
           
 void ContactDelegate.saveContact(Contact contact)
           
 void ContactDelegate.updateContact(Contact contact)
           
 

Method parameters in org.fm.addressbook.delegate with type arguments of type Contact
 void ContactDelegate.deleteAllContacts(java.util.List<Contact> contacts)
           
 

Uses of Contact in org.fm.addressbook.service
 

Methods in org.fm.addressbook.service that return types with arguments of type Contact
 java.util.List<Contact> ContactService.getAllContacts()
           
 java.util.List<Contact> AdrressBookService.getAllContacts(AddressBook addressBook)
           
 java.util.List<Contact> CatagoryService.getAllContacts(AddressBook addressBook, Category category)
           
 

Methods in org.fm.addressbook.service with parameters of type Contact
 void ContactService.deleteContact(Contact contact)
           
 void ContactService.saveContact(Contact contact)
           
 void ContactService.updateContact(Contact contact)
           
 

Method parameters in org.fm.addressbook.service with type arguments of type Contact
 void ContactService.deleteAllContacts(java.util.List<Contact> contacts)
           
 

Uses of Contact in org.fm.addressbook.service.impl
 

Methods in org.fm.addressbook.service.impl that return types with arguments of type Contact
 java.util.List<Contact> ContactServiceImpl.getAllContacts()
           
 java.util.List<Contact> AddressBookServiceImpl.getAllContacts(AddressBook addressBook)
           
 java.util.List<Contact> CategoryServiceImpl.getAllContacts(AddressBook addressBook, Category category)
           
 

Methods in org.fm.addressbook.service.impl with parameters of type Contact
 void ContactServiceImpl.deleteContact(Contact contact)
           
 void ContactServiceImpl.saveContact(Contact contact)
           
 void ContactServiceImpl.updateContact(Contact contact)
           
 

Method parameters in org.fm.addressbook.service.impl with type arguments of type Contact
 void ContactServiceImpl.deleteAllContacts(java.util.List<Contact> contacts)