|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
org.apache.juddi.mapping | |
org.apache.juddi.model |
Uses of Address in org.apache.juddi.mapping |
---|
Methods in org.apache.juddi.mapping with parameters of type Address | |
---|---|
static void |
MappingApiToModel.mapAddressLines(List<org.uddi.api_v3.AddressLine> apiAddressLineList,
List<AddressLine> modelAddressLineList,
Address modelAddress,
String businessKey,
Long contactId)
|
Method parameters in org.apache.juddi.mapping with type arguments of type Address | |
---|---|
static void |
MappingModelToApi.mapContactAddresses(List<Address> modelAddressList,
List<org.uddi.api_v3.Address> apiAddressList)
|
static void |
MappingApiToModel.mapContactAddresses(List<org.uddi.api_v3.Address> apiAddressList,
List<Address> modelAddressList,
Contact modelContact,
String businessKey)
|
Uses of Address in org.apache.juddi.model |
---|
Methods in org.apache.juddi.model that return Address | |
---|---|
Address |
AddressLine.getAddress()
|
Methods in org.apache.juddi.model that return types with arguments of type Address | |
---|---|
List<Address> |
Contact.getAddresses()
|
Methods in org.apache.juddi.model with parameters of type Address | |
---|---|
void |
AddressLine.setAddress(Address address)
|
Method parameters in org.apache.juddi.model with type arguments of type Address | |
---|---|
void |
Contact.setAddresses(List<Address> addresses)
|
Constructors in org.apache.juddi.model with parameters of type Address | |
---|---|
AddressLine(Address address,
String line)
|
|
AddressLine(Address address,
String line,
String keyName,
String keyValue)
|
Constructor parameters in org.apache.juddi.model with type arguments of type Address | |
---|---|
Contact(BusinessEntity businessEntity,
String useType,
List<PersonName> personNames,
List<ContactDescr> contactDescrs,
List<Email> emails,
List<Phone> phones,
List<Address> addresses)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |