org.apache.juddi.query
Class FindBusinessByPublisherQuery

java.lang.Object
  extended by org.apache.juddi.query.FindBusinessByPublisherQuery

public class FindBusinessByPublisherQuery
extends java.lang.Object

Returns the list of business keys possessing the publisherId in the passed UddiEntityPublisher. Output is restricted by list of business keys passed in. If null, all businesses are searched. Output is produced by building the appropriate JPA query based on input and find qualifiers.

Author:
Jeff Faath

Constructor Summary
FindBusinessByPublisherQuery()
           
 
Method Summary
static java.util.List<?> select(javax.persistence.EntityManager em, FindQualifiers fq, UddiEntityPublisher publisher, java.util.List<?> keysIn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindBusinessByPublisherQuery

public FindBusinessByPublisherQuery()
Method Detail

select

public static java.util.List<?> select(javax.persistence.EntityManager em,
                                       FindQualifiers fq,
                                       UddiEntityPublisher publisher,
                                       java.util.List<?> keysIn)


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