Uses of Class
org.uddi.api_v3.ListDescription

Packages that use ListDescription
org.apache.juddi.query   
org.uddi.api_v3   
 

Uses of ListDescription in org.apache.juddi.query
 

Methods in org.apache.juddi.query with parameters of type ListDescription
static List<?> EntityQuery.getPagedResult(javax.persistence.EntityManager em, DynamicQuery dynamicQry, Integer maxRowsUser, Integer listHead, ListDescription listDesc)
           
static List<?> FetchTModelsQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, List<?> keysIn, Integer maxRowsUser, Integer listHead, ListDescription listDesc, DynamicQuery.Parameter... restrictions)
           
static List<?> FetchBusinessServicesQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, List<?> keysIn, Integer maxRowsUser, Integer listHead, ListDescription listDesc, DynamicQuery.Parameter... restrictions)
           
static List<?> FetchBusinessEntitiesQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, List<?> keysIn, Integer maxRowsUser, Integer listHead, ListDescription listDesc, DynamicQuery.Parameter... restrictions)
           
static List<?> FetchBindingTemplatesQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, List<?> keysIn, Integer maxRowsUser, Integer listHead, ListDescription listDesc, DynamicQuery.Parameter... restrictions)
           
 

Uses of ListDescription in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as ListDescription
protected  ListDescription TModelList.listDescription
           
protected  ListDescription ServiceList.listDescription
           
protected  ListDescription RelatedBusinessesList.listDescription
           
protected  ListDescription BusinessList.listDescription
           
protected  ListDescription BindingDetail.listDescription
           
 

Methods in org.uddi.api_v3 that return ListDescription
 ListDescription ObjectFactory.createListDescription()
          Create an instance of ListDescription
 ListDescription TModelList.getListDescription()
          Gets the value of the listDescription property.
 ListDescription ServiceList.getListDescription()
          Gets the value of the listDescription property.
 ListDescription RelatedBusinessesList.getListDescription()
          Gets the value of the listDescription property.
 ListDescription BusinessList.getListDescription()
          Gets the value of the listDescription property.
 ListDescription BindingDetail.getListDescription()
          Gets the value of the listDescription property.
 

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

Methods in org.uddi.api_v3 with parameters of type ListDescription
 javax.xml.bind.JAXBElement<ListDescription> ObjectFactory.createListDescription(ListDescription value)
          Create an instance of JAXBElement<ListDescription>}
 void TModelList.setListDescription(ListDescription value)
          Sets the value of the listDescription property.
 void ServiceList.setListDescription(ListDescription value)
          Sets the value of the listDescription property.
 void RelatedBusinessesList.setListDescription(ListDescription value)
          Sets the value of the listDescription property.
 void BusinessList.setListDescription(ListDescription value)
          Sets the value of the listDescription property.
 void BindingDetail.setListDescription(ListDescription value)
          Sets the value of the listDescription property.
 



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