Uses of Class
net.sf.oness.party.model.contact.bo.ContactInfo

Packages that use ContactInfo
net.sf.oness.party.model.contact.bo   
net.sf.oness.party.model.facade   
net.sf.oness.party.model.party.bo   
 

Uses of ContactInfo in net.sf.oness.party.model.contact.bo
 

Subclasses of ContactInfo in net.sf.oness.party.model.contact.bo
 class EmailAddress
          e-mail address
 class PhoneNumber
          Phone number
 class PostalAddress
          Postal address
 class WebAddress
          Web address
 

Uses of ContactInfo in net.sf.oness.party.model.facade
 

Methods in net.sf.oness.party.model.facade that return ContactInfo
 ContactInfo PartySpringFacadeDelegate.createContactInfo(ContactInfo contactInfo)
           
 ContactInfo PartySpringFacadeDelegate.updateContactInfo(ContactInfo contactInfo)
           
 ContactInfo PartySpringFacadeDelegate.findContactInfo(java.lang.Long id)
           
 ContactInfo PartyFacadeDelegate.createContactInfo(ContactInfo contactInfo)
          Create a contact info
 ContactInfo PartyFacadeDelegate.updateContactInfo(ContactInfo contactInfo)
          Update a contact info
 ContactInfo PartyFacadeDelegate.findContactInfo(java.lang.Long id)
          View a contact info
 

Methods in net.sf.oness.party.model.facade with parameters of type ContactInfo
 ContactInfo PartySpringFacadeDelegate.createContactInfo(ContactInfo contactInfo)
           
 ContactInfo PartySpringFacadeDelegate.updateContactInfo(ContactInfo contactInfo)
           
 net.sf.oness.common.model.util.PaginatedList PartySpringFacadeDelegate.findContactInfo(ContactInfo contactInfo, int firstElement, int maxElements)
           
 ContactInfo PartyFacadeDelegate.createContactInfo(ContactInfo contactInfo)
          Create a contact info
 ContactInfo PartyFacadeDelegate.updateContactInfo(ContactInfo contactInfo)
          Update a contact info
 net.sf.oness.common.model.util.PaginatedList PartyFacadeDelegate.findContactInfo(ContactInfo contactInfo, int firstElement, int maxElements)
          Retrieves a list of contact infos, filtering with properties on a contact info object
 

Uses of ContactInfo in net.sf.oness.party.model.party.bo
 

Methods in net.sf.oness.party.model.party.bo with parameters of type ContactInfo
 void Party.addContactInfo(ContactInfo contactInfo)
           
 



Copyright © 2003-2005 ONess Project. All Rights Reserved.