Package | Description |
---|---|
org.apache.juddi.query |
JPA Queries for all UDDI functions
|
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static List<?> |
EntityQuery.getPagedResult(javax.persistence.EntityManager em,
DynamicQuery dynamicQry,
Integer maxRowsUser,
Integer listHead,
ListDescription listDesc) |
static List<?> |
FetchBindingTemplatesQuery.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<?> |
FetchBusinessServicesQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
List<?> keysIn,
Integer maxRowsUser,
Integer listHead,
ListDescription listDesc,
DynamicQuery.Parameter... restrictions) |
static List<?> |
FetchTModelsQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
List<?> keysIn,
Integer maxRowsUser,
Integer listHead,
ListDescription listDesc,
DynamicQuery.Parameter... restrictions) |
Modifier and Type | Field and Description |
---|---|
protected ListDescription |
BindingDetail.listDescription |
protected ListDescription |
BusinessList.listDescription |
protected ListDescription |
RelatedBusinessesList.listDescription |
protected ListDescription |
ServiceList.listDescription |
protected ListDescription |
TModelList.listDescription |
Modifier and Type | Method and Description |
---|---|
ListDescription |
ObjectFactory.createListDescription()
Create an instance of
ListDescription |
ListDescription |
BindingDetail.getListDescription()
Gets the value of the listDescription property.
|
ListDescription |
BusinessList.getListDescription()
Gets the value of the listDescription property.
|
ListDescription |
RelatedBusinessesList.getListDescription()
Gets the value of the listDescription property.
|
ListDescription |
ServiceList.getListDescription()
Gets the value of the listDescription property.
|
ListDescription |
TModelList.getListDescription()
Gets the value of the listDescription property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ListDescription> |
ObjectFactory.createListDescription(ListDescription value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ListDescription> |
ObjectFactory.createListDescription(ListDescription value)
|
void |
BindingDetail.setListDescription(ListDescription value)
Sets the value of the listDescription property.
|
void |
BusinessList.setListDescription(ListDescription value)
Sets the value of the listDescription property.
|
void |
RelatedBusinessesList.setListDescription(ListDescription value)
Sets the value of the listDescription property.
|
void |
ServiceList.setListDescription(ListDescription value)
Sets the value of the listDescription property.
|
void |
TModelList.setListDescription(ListDescription value)
Sets the value of the listDescription property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.