Uses of Class
org.melati.example.contacts.Contact

Packages that use Contact
org.melati.example.contacts A very simple Contacts Management System. 
org.melati.example.contacts.generated The POEM-generated support classes for org.melati.example.contacts. 
 

Uses of Contact in org.melati.example.contacts
 

Methods in org.melati.example.contacts that return Contact
 Contact ContactTable.ensure(String name, Contact owner, String address)
           
 

Methods in org.melati.example.contacts with parameters of type Contact
 void ContactView.deleteCategories(ContactsDatabase db, Contact contact)
          Remove all categories associated with a Contact.
 Contact ContactTable.ensure(String name, Contact owner, String address)
           
 void Contact.setOwner(Contact cooked)
           
 

Uses of Contact in org.melati.example.contacts.generated
 

Methods in org.melati.example.contacts.generated that return Contact
 Contact ContactCategoryBase.getContact()
          Retrieves the Contact object referred to.
 Contact ContactTableBase.getContactObject(int troid)
          Retrieve the Contact as a Contact.
 Contact ContactTableBase.getContactObject(Integer troid)
          Retrieve the Contact as a Contact.
 Contact ContactBase.getOwner()
          Retrieves the Owner object referred to.
 

Methods in org.melati.example.contacts.generated with parameters of type Contact
 void ContactCategoryBase.setContact(Contact cooked)
          Set the Contact.
 void ContactBase.setOwner(Contact cooked)
          Set the Owner.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.