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(java.util.List<BusinessDescr> modelDescList, java.util.List<Description> apiDescList)
           
static void MappingApiToModel.mapBusinessDescriptions(java.util.List<Description> apiDescList, java.util.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
 java.util.List<BusinessDescr> BusinessEntity.getBusinessDescrs()
           
 

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

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