|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContactInformation in com.sun.j2ee.blueprints.customer.account.ejb |
Methods in com.sun.j2ee.blueprints.customer.account.ejb that return ContactInformation | |
ContactInformation |
AccountDAO.getContactInformation()
|
Methods in com.sun.j2ee.blueprints.customer.account.ejb with parameters of type ContactInformation | |
Account |
AccountHome.create(java.lang.String userId,
java.lang.String status,
ContactInformation info)
|
void |
AccountDAO.setContactInformation(ContactInformation info)
|
void |
Account.changeContactInformation(ContactInformation info)
updates the contact information for the specified account |
java.lang.String |
AccountEJB.ejbCreate(java.lang.String userId,
java.lang.String status,
ContactInformation info)
|
void |
AccountEJB.ejbPostCreate(java.lang.String userId,
java.lang.String status,
ContactInformation info)
|
void |
AccountEJB.changeContactInformation(ContactInformation info)
|
Uses of ContactInformation in com.sun.j2ee.blueprints.customer.account.model |
Methods in com.sun.j2ee.blueprints.customer.account.model that return ContactInformation | |
ContactInformation |
AccountModel.getContactInformation()
|
Constructors in com.sun.j2ee.blueprints.customer.account.model with parameters of type ContactInformation | |
AccountModel.AccountModel(java.lang.String userId,
java.lang.String status,
ContactInformation info)
|
Uses of ContactInformation in com.sun.j2ee.blueprints.customer.customer.ejb |
Methods in com.sun.j2ee.blueprints.customer.customer.ejb with parameters of type ContactInformation | |
void |
Customer.changeContactInformation(ContactInformation info)
updates the contact information for the specified account |
boolean |
Customer.createAccount(java.lang.String userId,
java.lang.String status,
ContactInformation info)
Create interface of AccountHome component |
void |
CustomerEJB.changeContactInformation(ContactInformation info)
|
boolean |
CustomerEJB.createAccount(java.lang.String userId,
java.lang.String status,
ContactInformation info)
|
Uses of ContactInformation in com.sun.j2ee.blueprints.petstore.control.event |
Methods in com.sun.j2ee.blueprints.petstore.control.event that return ContactInformation | |
ContactInformation |
AccountEvent.getContactInformation()
|
Methods in com.sun.j2ee.blueprints.petstore.control.event with parameters of type ContactInformation | |
void |
AccountEvent.setInfo(java.lang.String userId,
java.lang.String password,
java.lang.String status,
ContactInformation info,
ExplicitInformation eInfo)
|
void |
AccountEvent.setInfo(java.lang.String userId,
ContactInformation info,
ExplicitInformation eInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |