Uses of Class
com.retek.component.pend.NegativeCustomerRecordSearchCriteria

Packages that use NegativeCustomerRecordSearchCriteria
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.pend.impl.persistence   
com.retek.component.pend.impl.persistence.cache   
com.retek.component.pend.impl.persistence.db.oracle   
com.retek.component.pend.impl.remote   
 

Uses of NegativeCustomerRecordSearchCriteria in com.retek.component.pend
 

Methods in com.retek.component.pend with parameters of type NegativeCustomerRecordSearchCriteria
 java.util.Set PendManager.findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria1, boolean checkMaximumResultSize)
          Find negative customer record referencess for a specified search criteria.
 java.util.Set PendManager.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 

Uses of NegativeCustomerRecordSearchCriteria in com.retek.component.pend.impl
 

Methods in com.retek.component.pend.impl with parameters of type NegativeCustomerRecordSearchCriteria
 java.util.Set PendManagerImpl.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set PendManagerImpl.findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria, boolean checkMaximumResultSize)
           
static void NegativeCustomerRecordFindValidator.validate(NegativeCustomerRecordSearchCriteria criteria)
           
 

Uses of NegativeCustomerRecordSearchCriteria in com.retek.component.pend.impl.persistence
 

Methods in com.retek.component.pend.impl.persistence with parameters of type NegativeCustomerRecordSearchCriteria
 java.util.Set NegativeCustomerRecordDao.findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set NegativeCustomerRecordDao.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 

Uses of NegativeCustomerRecordSearchCriteria in com.retek.component.pend.impl.persistence.cache
 

Methods in com.retek.component.pend.impl.persistence.cache with parameters of type NegativeCustomerRecordSearchCriteria
 java.util.Set CacheNegativeCustomerRecordDao.findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set CacheNegativeCustomerRecordDao.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 

Uses of NegativeCustomerRecordSearchCriteria in com.retek.component.pend.impl.persistence.db.oracle
 

Fields in com.retek.component.pend.impl.persistence.db.oracle declared as NegativeCustomerRecordSearchCriteria
protected  NegativeCustomerRecordSearchCriteria BaseOracleNegativeCustomerRecordRetriever.criteria
           
 

Methods in com.retek.component.pend.impl.persistence.db.oracle with parameters of type NegativeCustomerRecordSearchCriteria
 java.util.Set OracleNegativeCustomerRecordReferenceFinder.find(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set OracleNegativeCustomerRecordRetriever.find(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set OracleNegativeCustomerRecordDao.findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set OracleNegativeCustomerRecordDao.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 

Uses of NegativeCustomerRecordSearchCriteria in com.retek.component.pend.impl.remote
 

Methods in com.retek.component.pend.impl.remote with parameters of type NegativeCustomerRecordSearchCriteria
 java.util.Set PendServicesRemote.findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set PendServicesRemote.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set PendServicesEjb.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set PendServicesEjb.findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28