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

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

Uses of BusinessDescr in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type BusinessDescr
static void MappingModelToApi.mapBusinessDescriptions(List<BusinessDescr> modelDescList, List<org.uddi.api_v3.Description> apiDescList)
           
static void MappingApiToModel.mapBusinessDescriptions(List<org.uddi.api_v3.Description> apiDescList, List<BusinessDescr> modelDescList, BusinessEntity modelBusinessEntity)
           
 

Uses of BusinessDescr in org.apache.juddi.model
 

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

Method parameters in org.apache.juddi.model with type arguments of type BusinessDescr
 void BusinessEntity.setBusinessDescrs(List<BusinessDescr> businessDescrs)
           
 

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