OpMath

Uses of Class
com.opmath.test.j2ee.contact.ContactVO

Packages that use ContactVO
com.opmath.test.j2ee.book A stateful session EJB that models a contact book. 
com.opmath.test.j2ee.contact An entity EJB that encapsulates contact book entries. 
 

Uses of ContactVO in com.opmath.test.j2ee.book
 

Methods in com.opmath.test.j2ee.book with parameters of type ContactVO
 Contact ContactBook.createContact(ContactVO data)
          Requests that a new Contact EJB is created in this contact book.
 Contact ContactBook.updateContact(ContactPK key, ContactVO data)
          Requests that the state of the specified Contact EJB is set using the given value object.
 Contact ContactBookBean.createContact(ContactVO data)
          Creates a new contact in this book.
 Contact ContactBookBean.updateContact(ContactPK key, ContactVO data)
          Sets the state of the specified Contact EJB using the given value object.
 

Uses of ContactVO in com.opmath.test.j2ee.contact
 

Methods in com.opmath.test.j2ee.contact that return ContactVO
 ContactVO ContactVO.getData()
          Returns a copy of this ContactPK.
 ContactVO ContactBean.getData()
          Returns the value object for this Contact EJB.
 ContactVO Contact.getData()
          Returns the value object, carrying the state of this Contact EJB.
 

Methods in com.opmath.test.j2ee.contact with parameters of type ContactVO
 void ContactVO.setData(ContactVO cVO)
          Sets the state of this ContactVO instance to the values found in the given ContactVO instance.
 void ContactBean.setData(ContactVO data)
          Sets the state for this Contact EJB, according to the given ContactVO object.
 ContactPK ContactBean.ejbCreate(ContactPK key, ContactVO data)
          Creates a new Contact EJB instance.
 void ContactBean.ejbPostCreate(ContactPK key, ContactVO data)
          Executed after the create operation has completed.
 void Contact.setData(ContactVO data)
          Sets the state of this Contact EJB with the given value object.
 Contact ContactHome.create(ContactPK key, ContactVO data)
          Requests that a new Contact EJB is created, with the given unique key and given data.
 

Constructors in com.opmath.test.j2ee.contact with parameters of type ContactVO
ContactVO(ContactVO cVO)
          Constructs a new ContactVO.
 


OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK