Uses of Class
com.retek.component.customer.CatalogTypeSearchCriteria

Packages that use CatalogTypeSearchCriteria
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.impl.persistence   
com.retek.component.customer.impl.persistence.cache   
com.retek.component.customer.impl.persistence.db.oracle   
com.retek.component.customer.impl.remote   
 

Uses of CatalogTypeSearchCriteria in com.retek.component.customer
 

Methods in com.retek.component.customer with parameters of type CatalogTypeSearchCriteria
 java.util.Set CustomerManager.find(CatalogTypeSearchCriteria criteria)
          Finds all CatalogTypes based on search criteria
 

Uses of CatalogTypeSearchCriteria in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl with parameters of type CatalogTypeSearchCriteria
static void CatalogTypeFindValidator.validate(CatalogTypeSearchCriteria criteria)
           
 java.util.Set CustomerManagerImpl.find(CatalogTypeSearchCriteria criteria)
           
 

Uses of CatalogTypeSearchCriteria in com.retek.component.customer.impl.persistence
 

Methods in com.retek.component.customer.impl.persistence with parameters of type CatalogTypeSearchCriteria
 java.util.Set CatalogTypeDao.find(CatalogTypeSearchCriteria criteria)
          Finds all catalog types in the system based on criteria.
 

Uses of CatalogTypeSearchCriteria in com.retek.component.customer.impl.persistence.cache
 

Methods in com.retek.component.customer.impl.persistence.cache with parameters of type CatalogTypeSearchCriteria
 java.util.Set CacheCatalogTypeDao.find(CatalogTypeSearchCriteria criteria)
           
 

Uses of CatalogTypeSearchCriteria in com.retek.component.customer.impl.persistence.db.oracle
 

Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type CatalogTypeSearchCriteria
 java.util.Set OracleCatalogTypeDao.find(CatalogTypeSearchCriteria criteria)
           
 java.util.Set OracleCatalogTypeFinder.find(CatalogTypeSearchCriteria criteria)
           
 

Uses of CatalogTypeSearchCriteria in com.retek.component.customer.impl.remote
 

Methods in com.retek.component.customer.impl.remote with parameters of type CatalogTypeSearchCriteria
 java.util.Set CustomerServicesRemote.find(CatalogTypeSearchCriteria criteria)
           
 java.util.Set CustomerServicesEjb.find(CatalogTypeSearchCriteria criteria)
           
 



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