org.apache.juddi.query
Class BusinessEntityQuery

java.lang.Object
  extended by org.apache.juddi.query.EntityQuery
      extended by org.apache.juddi.query.BusinessEntityQuery
Direct Known Subclasses:
FetchBusinessEntitiesQuery, FindBusinessByDiscoveryURLQuery, FindBusinessByTModelKeyQuery

public class BusinessEntityQuery
extends EntityQuery

Author:
Jeff Faath

Field Summary
static String ENTITY_ALIAS
           
static String ENTITY_FIELD
           
static String ENTITY_NAME
           
protected static String selectSQL
           
static String SIGNATURE_PRESENT
           
 
Fields inherited from class org.apache.juddi.query.EntityQuery
DEFAULT_MAXINCLAUSE, DEFAULT_MAXROWS, KEY_NAME, SIGNATURE_FIELD, TEMP_ENTITY_ALIAS, TEMP_ENTITY_NAME, TEMP_ENTITY_PK_KEY_NAME, TEMP_ENTITY_PK_TXID_NAME
 
Constructor Summary
BusinessEntityQuery()
           
 
Method Summary
static String getSelectSQL()
           
 
Methods inherited from class org.apache.juddi.query.EntityQuery
buildAlias, getPagedResult, getQueryResult, storeIntermediateKeySetResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY_NAME

public static final String ENTITY_NAME
See Also:
Constant Field Values

ENTITY_ALIAS

public static final String ENTITY_ALIAS
See Also:
Constant Field Values

ENTITY_FIELD

public static final String ENTITY_FIELD
See Also:
Constant Field Values

SIGNATURE_PRESENT

public static final String SIGNATURE_PRESENT
See Also:
Constant Field Values

selectSQL

protected static String selectSQL
Constructor Detail

BusinessEntityQuery

public BusinessEntityQuery()
Method Detail

getSelectSQL

public static String getSelectSQL()


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