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

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

Uses of BusinessIdentifier in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type BusinessIdentifier
static void MappingApiToModel.mapBusinessIdentifiers(IdentifierBag apiIdentifierBag, List<BusinessIdentifier> modelIdentifierList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapBusinessIdentifiers(List<BusinessIdentifier> modelIdentifierList, IdentifierBag apiIdentifierBag, BusinessEntity apiBusinessEntity)
           
 

Uses of BusinessIdentifier in org.apache.juddi.model
 

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

Method parameters in org.apache.juddi.model with type arguments of type BusinessIdentifier
 void BusinessEntity.setBusinessIdentifiers(List<BusinessIdentifier> businessIdentifiers)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type BusinessIdentifier
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.