gov.nih.nci.common.persistence.enhanced
Class CommonQueryHelper

java.lang.Object
  extended by gov.nih.nci.common.persistence.enhanced.BaseQueryImpl
      extended by gov.nih.nci.common.persistence.enhanced.CommonQueryHelper

public final class CommonQueryHelper
extends BaseQueryImpl


Field Summary
 
Fields inherited from class gov.nih.nci.common.persistence.enhanced.BaseQueryImpl
EMPTY_LONG_COLLECTION
 
Constructor Summary
CommonQueryHelper()
           
 
Method Summary
 void findAllBioSamplesHelper(org.apache.ojb.broker.PersistenceBroker pBroker, java.util.Collection<java.lang.Long> idsFound, java.util.Collection<java.lang.Long> allIdsFound)
           
 void findAllPhysicalBioAssaysHelper(org.apache.ojb.broker.PersistenceBroker pBroker, java.util.Collection idsFound, java.util.Collection<java.lang.Long> allIdsFound)
           
protected  org.apache.ojb.broker.query.ReportQueryByCriteria query_findAllBioSamplesFromBioSamples(java.util.Collection<java.lang.Long> bioSampleIds)
           
protected  org.apache.ojb.broker.query.ReportQueryByCriteria query_findAllPhysicalBioAssaysFromPhysicalBioAssays(java.util.Collection idsFound)
           
 
Methods inherited from class gov.nih.nci.common.persistence.enhanced.BaseQueryImpl
buildLikeCriteria, buildLikeCriteria, getBroker, getCollectionByQuery, getCollectionByQuery, getConnection, getIds, getIdsAsCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonQueryHelper

public CommonQueryHelper()
Method Detail

findAllBioSamplesHelper

public void findAllBioSamplesHelper(org.apache.ojb.broker.PersistenceBroker pBroker,
                                    java.util.Collection<java.lang.Long> idsFound,
                                    java.util.Collection<java.lang.Long> allIdsFound)
Parameters:
pBroker -
idsFound -
allIdsFound -

query_findAllBioSamplesFromBioSamples

protected org.apache.ojb.broker.query.ReportQueryByCriteria query_findAllBioSamplesFromBioSamples(java.util.Collection<java.lang.Long> bioSampleIds)

findAllPhysicalBioAssaysHelper

public void findAllPhysicalBioAssaysHelper(org.apache.ojb.broker.PersistenceBroker pBroker,
                                           java.util.Collection idsFound,
                                           java.util.Collection<java.lang.Long> allIdsFound)
Parameters:
pBroker -
idsFound -
allIdsFound -

query_findAllPhysicalBioAssaysFromPhysicalBioAssays

protected org.apache.ojb.broker.query.ReportQueryByCriteria query_findAllPhysicalBioAssaysFromPhysicalBioAssays(java.util.Collection idsFound)
Parameters:
idsFound -
Returns: