Uses of Class
org.uddi.api_v3.Name

Packages that use Name
org.apache.juddi.mapping   
org.apache.juddi.query   
org.apache.juddi.v3.client.i18n   
org.apache.juddi.v3.tck   
org.apache.juddi.validation   
org.uddi.api_v3   
 

Uses of Name in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type Name
static void MappingModelToApi.mapBusinessNames(List<BusinessName> modelNameList, List<Name> apiNameList)
           
static void MappingApiToModel.mapBusinessNames(List<Name> apiNameList, List<BusinessName> modelNameList, BusinessEntity modelBusinessEntity)
           
static void MappingApiToModel.mapServiceNames(List<Name> apiNameList, List<ServiceName> modelNameList, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapServiceNames(List<ServiceName> modelNameList, List<Name> apiNameList)
           
 

Uses of Name in org.apache.juddi.query
 

Methods in org.apache.juddi.query with parameters of type Name
static void FindTModelByNameQuery.appendConditions(DynamicQuery qry, FindQualifiers fq, Name name)
           
static List<?> FindTModelByNameQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, Name name, List<?> keysIn, DynamicQuery.Parameter... restrictions)
           
 

Method parameters in org.apache.juddi.query with type arguments of type Name
 void FindEntityByNamesQuery.appendConditions(DynamicQuery qry, FindQualifiers fq, List<Name> names)
           
 void FindEntityByNamesQuery.appendJoinTables(DynamicQuery qry, FindQualifiers fq, List<Name> names)
           
static List<?> FindBusinessByNameQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, List<Name> names, List<?> keysIn)
           
 List<?> FindEntityByNamesQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, List<Name> names, List<?> keysIn, DynamicQuery.Parameter... restrictions)
           
static List<?> FindServiceByNameQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, List<Name> names, String parentKey, List<?> keysIn)
           
 

Uses of Name in org.apache.juddi.v3.client.i18n
 

Methods in org.apache.juddi.v3.client.i18n that return Name
static Name EntityForLang.getName(List<Name> entityList, String lang)
           
 

Method parameters in org.apache.juddi.v3.client.i18n with type arguments of type Name
static Name EntityForLang.getName(List<Name> entityList, String lang)
           
 

Uses of Name in org.apache.juddi.v3.tck
 

Method parameters in org.apache.juddi.v3.tck with type arguments of type Name
static void TckValidator.checkNames(List<Name> names1, List<Name> names2)
           
static void TckValidator.checkNames(List<Name> names1, List<Name> names2)
           
 

Uses of Name in org.apache.juddi.validation
 

Method parameters in org.apache.juddi.validation with type arguments of type Name
 void ValidatePublish.validateNames(List<Name> names)
           
 void ValidateInquiry.validateNames(List<Name> names)
           
 

Uses of Name in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as Name
protected  Name TModelInfo.name
           
protected  Name TModel.name
           
protected  Name FindTModel.name
           
 

Fields in org.uddi.api_v3 with type parameters of type Name
protected  List<Name> ServiceInfo.name
           
protected  List<Name> RelatedBusinessInfo.name
           
protected  List<Name> FindService.name
           
protected  List<Name> FindBusiness.name
           
protected  List<Name> BusinessService.name
           
protected  List<Name> BusinessInfo.name
           
protected  List<Name> BusinessEntity.name
           
 

Methods in org.uddi.api_v3 that return Name
 Name ObjectFactory.createName()
          Create an instance of Name
 Name TModelInfo.getName()
          Gets the value of the name property.
 Name TModel.getName()
          Gets the value of the name property.
 Name FindTModel.getName()
          Gets the value of the name property.
 

Methods in org.uddi.api_v3 that return types with arguments of type Name
 javax.xml.bind.JAXBElement<Name> ObjectFactory.createName(Name value)
          Create an instance of JAXBElement<Name>}
 List<Name> ServiceInfo.getName()
          Gets the value of the name property.
 List<Name> RelatedBusinessInfo.getName()
          Gets the value of the name property.
 List<Name> FindService.getName()
          Gets the value of the name property.
 List<Name> FindBusiness.getName()
          Gets the value of the name property.
 List<Name> BusinessService.getName()
          Gets the value of the name property.
 List<Name> BusinessInfo.getName()
          Gets the value of the name property.
 List<Name> BusinessEntity.getName()
          Gets the value of the name property.
 

Methods in org.uddi.api_v3 with parameters of type Name
 javax.xml.bind.JAXBElement<Name> ObjectFactory.createName(Name value)
          Create an instance of JAXBElement<Name>}
 void TModelInfo.setName(Name value)
          Sets the value of the name property.
 void TModel.setName(Name value)
          Sets the value of the name property.
 void FindTModel.setName(Name value)
          Sets the value of the name property.
 



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