org.apache.juddi.query
Class FindTModelByPublisherQuery

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

public class FindTModelByPublisherQuery
extends Object

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

Author:
Jeff Faath

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

Constructor Detail

FindTModelByPublisherQuery

public FindTModelByPublisherQuery()
Method Detail

select

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


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