Uses of Class
org.apache.juddi.model.BusinessName

Packages that use BusinessName
org.apache.juddi.mapping   
org.apache.juddi.model   
 

Uses of BusinessName in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type BusinessName
static void MappingModelToApi.mapBusinessNames(List<BusinessName> modelNameList, List<org.uddi.api_v3.Name> apiNameList)
           
static void MappingApiToModel.mapBusinessNames(List<org.uddi.api_v3.Name> apiNameList, List<BusinessName> modelNameList, BusinessEntity modelBusinessEntity)
           
 

Uses of BusinessName in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type BusinessName
 List<BusinessName> BusinessEntity.getBusinessNames()
           
 

Method parameters in org.apache.juddi.model with type arguments of type BusinessName
 void BusinessEntity.setBusinessNames(List<BusinessName> businessNames)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type BusinessName
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-2013 The Apache Software Foundation. All Rights Reserved.