Package | Description |
---|---|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapContact(Contact modelContact,
org.uddi.api_v3.Contact apiContact) |
static void |
MappingApiToModel.mapContactAddresses(List<org.uddi.api_v3.Address> apiAddressList,
List<Address> modelAddressList,
Contact modelContact) |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Contact |
Address.getContact() |
Contact |
ContactDescr.getContact() |
Contact |
Email.getContact() |
Contact |
PersonName.getContact() |
Contact |
Phone.getContact() |
Contact |
ReplicationConfiguration.getContact()
Gets the value of the contact property.
|
Modifier and Type | Method and Description |
---|---|
List<Contact> |
Operator.getContact() |
List<Contact> |
BusinessEntity.getContacts() |
Modifier and Type | Method and Description |
---|---|
void |
Address.setContact(Contact contact) |
void |
ContactDescr.setContact(Contact contact) |
void |
Email.setContact(Contact contact) |
void |
PersonName.setContact(Contact contact) |
void |
Phone.setContact(Contact contact) |
void |
ReplicationConfiguration.setContact(Contact value)
Sets the value of the contact property.
|
Modifier and Type | Method and Description |
---|---|
void |
Operator.setContact(List<Contact> c) |
void |
BusinessEntity.setContacts(List<Contact> contacts) |
Constructor and Description |
---|
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 and Description |
---|
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) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.