Uses of Class
org.apache.shale.usecases.rolodex.Contact

Packages that use Contact
org.apache.shale.usecases.rolodex   
 

Uses of Contact in org.apache.shale.usecases.rolodex
 

Methods in org.apache.shale.usecases.rolodex that return Contact
 Contact RolodexDao.findContact(String name)
           Returns the latest copy of the Contact by primary key.
 Contact Rolodex.getSelectedContact()
           Returns the selected contact for edit.
 

Methods in org.apache.shale.usecases.rolodex with parameters of type Contact
 void RolodexDao.deleteContact(Contact entity)
           Removes the contact from the mock data store.
 int RolodexDao.findTabForContact(Contact contact)
          This function will find the tabIndex that the Contact will be located on.
 int RolodexDao.saveContact(Contact entity)
           Saves a Contact to the mock data store.
 void Rolodex.setSelectedContact(Contact contact)
           Sets the selected contact for edit.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.