|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact | |
---|---|
org.apache.juddi.mapping | |
org.apache.juddi.model |
Uses of Contact in org.apache.juddi.mapping |
---|
Methods in org.apache.juddi.mapping with parameters of type Contact | |
---|---|
static void |
MappingApiToModel.mapContactAddresses(List<org.uddi.api_v3.Address> apiAddressList,
List<Address> modelAddressList,
Contact modelContact,
String businessKey)
|
static void |
MappingApiToModel.mapContactDescriptions(List<org.uddi.api_v3.Description> apiDescList,
List<ContactDescr> modelDescList,
Contact modelContact,
String businessKey)
|
static void |
MappingApiToModel.mapContactEmails(List<org.uddi.api_v3.Email> apiEmailList,
List<Email> modelEmailList,
Contact modelContact,
String businessKey)
|
static void |
MappingApiToModel.mapContactPhones(List<org.uddi.api_v3.Phone> apiPhoneList,
List<Phone> modelPhoneList,
Contact modelContact,
String businessKey)
|
static void |
MappingApiToModel.mapPersonNames(List<org.uddi.api_v3.PersonName> apiPersonNameList,
List<PersonName> modelPersonNameList,
Contact modelContact,
String businessKey)
|
Method parameters in org.apache.juddi.mapping with type arguments of type Contact | |
---|---|
static void |
MappingApiToModel.mapContacts(org.uddi.api_v3.Contacts apiContacts,
List<Contact> modelContactList,
BusinessEntity modelBusinessEntity)
|
static void |
MappingModelToApi.mapContacts(List<Contact> modelContactList,
org.uddi.api_v3.Contacts apiContacts,
org.uddi.api_v3.BusinessEntity apiBusinessEntity)
|
Uses of Contact in org.apache.juddi.model |
---|
Methods in org.apache.juddi.model that return Contact | |
---|---|
Contact |
Phone.getContact()
|
Contact |
PersonName.getContact()
|
Contact |
Email.getContact()
|
Contact |
ContactDescr.getContact()
|
Contact |
Address.getContact()
|
Methods in org.apache.juddi.model that return types with arguments of type Contact | |
---|---|
List<Contact> |
BusinessEntity.getContacts()
|
Methods in org.apache.juddi.model with parameters of type Contact | |
---|---|
void |
Phone.setContact(Contact contact)
|
void |
PersonName.setContact(Contact contact)
|
void |
Email.setContact(Contact contact)
|
void |
ContactDescr.setContact(Contact contact)
|
void |
Address.setContact(Contact contact)
|
Method parameters in org.apache.juddi.model with type arguments of type Contact | |
---|---|
void |
BusinessEntity.setContacts(List<Contact> contacts)
|
Constructors in org.apache.juddi.model with parameters of type Contact | |
---|---|
Address(Contact contact)
|
|
Address(Long id,
Contact contact,
String useType,
String sortCode,
String tmodelKey,
List<AddressLine> addressLines)
|
|
ContactDescr(Contact contact,
String descr)
|
|
ContactDescr(Contact contact,
String langCode,
String descr)
|
|
Email(Contact contact,
String emailAddress)
|
|
Email(Contact contact,
String useType,
String emailAddress)
|
|
PersonName(Contact contact,
String name)
|
|
PersonName(Contact contact,
String langCode,
String name)
|
|
Phone(Contact contact,
String phoneNumber)
|
|
Phone(Contact contact,
String useType,
String phoneNumber)
|
Constructor parameters in org.apache.juddi.model with type arguments of type Contact | |
---|---|
BusinessEntity(String entityKey,
String authorizedName,
String operator,
Date modified,
List<Contact> contacts,
List<BusinessIdentifier> businessIdentifiers,
List<PublisherAssertion> publisherAssertionsForFromKey,
List<DiscoveryUrl> discoveryUrls,
List<BusinessName> businessNames,
List<PublisherAssertion> publisherAssertionsForToKey,
BusinessCategoryBag categoryBag,
List<BusinessService> businessServices,
List<BusinessDescr> businessDescrs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |