Uses of Class
com.retek.component.customer.impl.remote.MatchRuleDto

Packages that use MatchRuleDto
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 MatchRuleDto in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl that return MatchRuleDto
 MatchRuleDto MatchRuleImpl.getDto()
           
 

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

Methods in com.retek.component.customer.impl.persistence that return MatchRuleDto
 MatchRuleDto CustomerDao.update(MatchRuleDto matchRuleDto)
          Persists changes to a match rule.
 

Methods in com.retek.component.customer.impl.persistence with parameters of type MatchRuleDto
 MatchRuleDto CustomerDao.update(MatchRuleDto matchRuleDto)
          Persists changes to a match rule.
 

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

Methods in com.retek.component.customer.impl.persistence.cache that return MatchRuleDto
 MatchRuleDto CacheCustomerDao.update(MatchRuleDto matchRuleDto)
           
 

Methods in com.retek.component.customer.impl.persistence.cache with parameters of type MatchRuleDto
 MatchRuleDto CacheCustomerDao.update(MatchRuleDto matchRuleDto)
           
 

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

Methods in com.retek.component.customer.impl.persistence.db.oracle that return MatchRuleDto
 MatchRuleDto OracleCustomerDao.update(MatchRuleDto dto)
           
 

Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type MatchRuleDto
 MatchRuleDto OracleCustomerDao.update(MatchRuleDto dto)
           
 void OracleMatchCodeUpdater.update(MatchRuleDto dto)
           
 

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

Methods in com.retek.component.customer.impl.remote that return MatchRuleDto
 MatchRuleDto CustomerServicesRemote.submit(MatchRuleDto matchRuleDto)
           
 MatchRuleDto CustomerServicesEjb.submit(MatchRuleDto matchRuleDto)
           
 

Methods in com.retek.component.customer.impl.remote with parameters of type MatchRuleDto
 MatchRuleDto CustomerServicesRemote.submit(MatchRuleDto matchRuleDto)
           
 MatchRuleDto CustomerServicesEjb.submit(MatchRuleDto matchRuleDto)
           
 



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