|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contact | |
| com.opmath.test.j2ee.book | A stateful session EJB that models a contact book. |
| com.opmath.test.j2ee.client | Stand-alone clients and servlet clients of the contact book EJB. |
| com.opmath.test.j2ee.contact | An entity EJB that encapsulates contact book entries. |
| Uses of Contact in com.opmath.test.j2ee.book |
| Methods in com.opmath.test.j2ee.book that return Contact | |
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 |
ContactBook.getContact(ContactPK key)
Finds the specified Contact EJB in this contact book. |
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. |
Contact |
ContactBookBean.getContact(ContactPK key)
Finds the specified Contact EJB in this contact book. |
| Uses of Contact in com.opmath.test.j2ee.client |
| Methods in com.opmath.test.j2ee.client that return Contact | |
Contact |
ContactClient.newContact(long id)
|
Contact |
ContactClient.findContact(long id)
|
| Uses of Contact in com.opmath.test.j2ee.contact |
| Methods in com.opmath.test.j2ee.contact that return Contact | |
Contact |
ContactHome.create(ContactPK key,
ContactVO data)
Requests that a new Contact EJB is created, with the given unique key and given data. |
Contact |
ContactHome.findByPrimaryKey(ContactPK key)
Finds the Contact EJB with the given unique key. |
|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||