Uses of Class
org.uddi.api_v3.CategoryBag

Packages that use CategoryBag
org.apache.juddi.mapping   
org.apache.juddi.query   
org.apache.juddi.v3.annotations   
org.apache.juddi.v3.tck   
org.apache.juddi.validation   
org.uddi.api_v3   
 

Uses of CategoryBag in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping that return CategoryBag
static CategoryBag MappingModelToApi.mapCategoryBag(CategoryBag modelCategoryBag, CategoryBag apiCategoryBag)
           
 

Methods in org.apache.juddi.mapping with parameters of type CategoryBag
static CategoryBag MappingModelToApi.mapCategoryBag(CategoryBag modelCategoryBag, CategoryBag apiCategoryBag)
           
static void MappingApiToModel.mapCategoryBag(CategoryBag apiCategoryBag, CategoryBag modelCategoryBag)
           
 

Uses of CategoryBag in org.apache.juddi.query
 

Methods in org.apache.juddi.query with parameters of type CategoryBag
static List<?> FindTModelByCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn)
           
static List<?> FindTModelByCategoryGroupQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn)
           
static List<?> FindBusinessByCombinedCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn)
           
static List<?> FindBusinessByCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn)
           
static List<?> FindBusinessByCategoryGroupQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn)
           
 List<?> FindEntityByCombinedCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn, DynamicQuery.Parameter... restrictions)
           
 List<?> FindEntityByCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn, DynamicQuery.Parameter... restrictions)
           
 List<?> FindEntityByCategoryGroupQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, List<?> keysIn, DynamicQuery.Parameter... restrictions)
           
static List<?> FindServiceByCombinedCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, String parentKey, List<?> keysIn)
           
static List<?> FindServiceByCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, String parentKey, List<?> keysIn)
           
static List<?> FindServiceByCategoryGroupQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, String parentKey, List<?> keysIn)
           
static List<?> FindBindingByCategoryQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, String parentKey, List<?> keysIn)
           
static List<?> FindBindingByCategoryGroupQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, CategoryBag categoryBag, String parentKey, List<?> keysIn)
           
 

Uses of CategoryBag in org.apache.juddi.v3.annotations
 

Methods in org.apache.juddi.v3.annotations that return CategoryBag
protected  CategoryBag AnnotationProcessor.parseCategoryBag(String categoryBagStr)
          parse something like: [keyName=uddi-org:types:wsdl,keyValue=wsdlDeployment,tModelKey=uddi:uddi.org:categorization:types]
 

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

Methods in org.apache.juddi.v3.tck with parameters of type CategoryBag
static void TckValidator.checkCategories(CategoryBag cbag1, CategoryBag cbag2)
           
 

Uses of CategoryBag in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type CategoryBag
 void ValidateInquiry.validateCategoryBag(CategoryBag categories)
           
 void ValidatePublish.validateCategoryBag(CategoryBag categories, org.apache.commons.configuration.Configuration config)
           
 

Uses of CategoryBag in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as CategoryBag
protected  CategoryBag TModel.categoryBag
           
protected  CategoryBag FindTModel.categoryBag
           
protected  CategoryBag FindService.categoryBag
           
protected  CategoryBag FindBusiness.categoryBag
           
protected  CategoryBag FindBinding.categoryBag
           
protected  CategoryBag BusinessService.categoryBag
           
protected  CategoryBag BusinessEntity.categoryBag
           
protected  CategoryBag BindingTemplate.categoryBag
           
 

Methods in org.uddi.api_v3 that return CategoryBag
 CategoryBag ObjectFactory.createCategoryBag()
          Create an instance of CategoryBag
 CategoryBag TModel.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag FindTModel.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag FindService.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag FindBusiness.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag FindBinding.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag BusinessService.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag BusinessEntity.getCategoryBag()
          Gets the value of the categoryBag property.
 CategoryBag BindingTemplate.getCategoryBag()
          Gets the value of the categoryBag property.
 

Methods in org.uddi.api_v3 that return types with arguments of type CategoryBag
 javax.xml.bind.JAXBElement<CategoryBag> ObjectFactory.createCategoryBag(CategoryBag value)
          Create an instance of JAXBElement<CategoryBag>}
 

Methods in org.uddi.api_v3 with parameters of type CategoryBag
 javax.xml.bind.JAXBElement<CategoryBag> ObjectFactory.createCategoryBag(CategoryBag value)
          Create an instance of JAXBElement<CategoryBag>}
 void TModel.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void FindTModel.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void FindService.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void FindBusiness.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void FindBinding.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void BusinessService.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void BusinessEntity.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 void BindingTemplate.setCategoryBag(CategoryBag value)
          Sets the value of the categoryBag property.
 



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