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, java.util.List<BusinessIdentifier> modelIdentifierList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapBusinessIdentifiers(java.util.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
 java.util.List<BusinessIdentifier> BusinessEntity.getBusinessIdentifiers()
           
 

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

Constructor parameters in org.apache.juddi.model with type arguments of type BusinessIdentifier
BusinessEntity(java.lang.String entityKey, java.lang.String authorizedName, java.lang.String operator, java.util.Date modified, java.util.List<Contact> contacts, java.util.List<BusinessIdentifier> businessIdentifiers, java.util.List<PublisherAssertion> publisherAssertionsForFromKey, java.util.List<DiscoveryUrl> discoveryUrls, java.util.List<BusinessName> businessNames, java.util.List<PublisherAssertion> publisherAssertionsForToKey, BusinessCategoryBag categoryBag, java.util.List<BusinessService> businessServices, java.util.List<BusinessDescr> businessDescrs)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.