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 java.lang.String ENTITY_ALIAS
           
static java.lang.String ENTITY_FIELD
           
static java.lang.String ENTITY_NAME
           
protected static java.lang.String selectSQL
           
 
Fields inherited from class org.apache.juddi.query.EntityQuery
DEFAULT_MAXINCLAUSE, DEFAULT_MAXROWS, KEY_NAME
 
Constructor Summary
BusinessEntityQuery()
           
 
Method Summary
static java.lang.String getSelectSQL()
           
 
Methods inherited from class org.apache.juddi.query.EntityQuery
buildAlias, getPagedResult, getQueryResult
 
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 java.lang.String ENTITY_NAME
See Also:
Constant Field Values

ENTITY_ALIAS

public static final java.lang.String ENTITY_ALIAS
See Also:
Constant Field Values

ENTITY_FIELD

public static final java.lang.String ENTITY_FIELD
See Also:
Constant Field Values

selectSQL

protected static java.lang.String selectSQL
Constructor Detail

BusinessEntityQuery

public BusinessEntityQuery()
Method Detail

getSelectSQL

public static java.lang.String getSelectSQL()


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