Uses of Class
org.uddi.api_v3.BusinessEntity

Packages that use BusinessEntity
org.apache.juddi.config   
org.apache.juddi.mapping   
org.apache.juddi.v3.client.config   
org.apache.juddi.validation   
org.uddi.api_v3   
org.uddi.repl_v3   
org.uddi.vs_v3   
 

Uses of BusinessEntity in org.apache.juddi.config
 

Methods in org.apache.juddi.config that return BusinessEntity
static BusinessEntity Install.getNodeBusinessEntity(String businessKey)
          Public convenience method that allows one to retrieve the node business entity (perhaps to display during an install process, or even to initiate the install process).
 

Uses of BusinessEntity in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type BusinessEntity
static void MappingModelToApi.mapBusinessEntity(BusinessEntity modelBusinessEntity, BusinessEntity apiBusinessEntity)
           
static void MappingApiToModel.mapBusinessEntity(BusinessEntity apiBusinessEntity, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapBusinessIdentifiers(List<BusinessIdentifier> modelIdentifierList, IdentifierBag apiIdentifierBag, BusinessEntity apiBusinessEntity)
           
static void MappingModelToApi.mapBusinessServices(List<BusinessService> modelBusinessServiceList, List<ServiceProjection> modelServiceProjectionList, BusinessServices apiBusinessServices, BusinessEntity apiBusinessEntity)
           
static void MappingModelToApi.mapContacts(List<Contact> modelContactList, Contacts apiContacts, BusinessEntity apiBusinessEntity)
           
static void MappingModelToApi.mapDiscoveryUrls(List<DiscoveryUrl> modelDiscUrlList, DiscoveryURLs apiDiscUrls, BusinessEntity apiBusinessEntity)
           
 

Uses of BusinessEntity in org.apache.juddi.v3.client.config
 

Methods in org.apache.juddi.v3.client.config that return BusinessEntity
 BusinessEntity UDDIClerk.findBusiness(String businessKey)
           
 BusinessEntity UDDIClerk.findBusiness(String businessKey, Node node)
          Looks up the BusinessEntiry in the registry, will return null if is not found.
 BusinessEntity UDDIClerk.register(BusinessEntity business)
           
 BusinessEntity UDDIClerk.register(BusinessEntity business, Node node)
          Register a service.
 

Methods in org.apache.juddi.v3.client.config with parameters of type BusinessEntity
 BusinessEntity UDDIClerk.register(BusinessEntity business)
           
 BusinessEntity UDDIClerk.register(BusinessEntity business, Node node)
          Register a service.
 

Uses of BusinessEntity in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type BusinessEntity
 void ValidatePublish.validateBusinessEntity(javax.persistence.EntityManager em, BusinessEntity businessEntity, org.apache.commons.configuration.Configuration config)
           
 void ValidatePublish.validateBusinessService(javax.persistence.EntityManager em, BusinessService businessService, BusinessEntity parent, org.apache.commons.configuration.Configuration config)
           
 void ValidatePublish.validateBusinessServices(javax.persistence.EntityManager em, BusinessServices businessServices, BusinessEntity parent, org.apache.commons.configuration.Configuration config)
           
 

Uses of BusinessEntity in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type BusinessEntity
protected  List<BusinessEntity> SaveBusiness.businessEntity
           
protected  List<BusinessEntity> BusinessDetail.businessEntity
           
 

Methods in org.uddi.api_v3 that return BusinessEntity
 BusinessEntity ObjectFactory.createBusinessEntity()
          Create an instance of BusinessEntity
 

Methods in org.uddi.api_v3 that return types with arguments of type BusinessEntity
 javax.xml.bind.JAXBElement<BusinessEntity> ObjectFactory.createBusinessEntity(BusinessEntity value)
          Create an instance of JAXBElement<BusinessEntity>}
 List<BusinessEntity> SaveBusiness.getBusinessEntity()
          Gets the value of the businessEntity property.
 List<BusinessEntity> BusinessDetail.getBusinessEntity()
          Gets the value of the businessEntity property.
 

Methods in org.uddi.api_v3 with parameters of type BusinessEntity
 javax.xml.bind.JAXBElement<BusinessEntity> ObjectFactory.createBusinessEntity(BusinessEntity value)
          Create an instance of JAXBElement<BusinessEntity>}
 

Uses of BusinessEntity in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as BusinessEntity
protected  BusinessEntity ChangeRecordNewData.businessEntity
           
 

Methods in org.uddi.repl_v3 that return BusinessEntity
 BusinessEntity ChangeRecordNewData.getBusinessEntity()
          Gets the value of the businessEntity property.
 

Methods in org.uddi.repl_v3 with parameters of type BusinessEntity
 void ChangeRecordNewData.setBusinessEntity(BusinessEntity value)
          Sets the value of the businessEntity property.
 

Uses of BusinessEntity in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type BusinessEntity
protected  List<BusinessEntity> ValidateValues.businessEntity
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type BusinessEntity
 List<BusinessEntity> ValidateValues.getBusinessEntity()
          Gets the value of the businessEntity property.
 



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