Uses of Class
com.retek.component.pend.impl.remote.PendRuleDto

Packages that use PendRuleDto
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.persistence.db.oracle   
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 PendRuleDto in com.retek.component.customerorder.impl.persistence
 

Methods in com.retek.component.customerorder.impl.persistence that return PendRuleDto
static PendRuleDto CustomerOrderDbObjectMaster.getCustomerOrderFraudRuleDto(DistributedContext context, java.lang.String fraudRuleId)
           
 

Uses of PendRuleDto in com.retek.component.customerorder.impl.persistence.db.oracle
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type PendRuleDto
 void CustomerOrderOracleTestCase.assertPendRuleEqual(PendRuleDto expectedDto, PendRuleDto actualDto)
           
 

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

Methods in com.retek.component.pend.impl that return PendRuleDto
 PendRuleDto PendRuleImpl.getDto()
           
 

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

Methods in com.retek.component.pend.impl.persistence that return PendRuleDto
static PendRuleDto PendDbObjectMaster.getPendRuleDto(DistributedContext context)
           
 PendRuleDto PendRuleDao.read(DistributedReference ref)
           
 PendRuleDto PendRuleDao.persist(PendRuleDto dto)
           
 

Methods in com.retek.component.pend.impl.persistence with parameters of type PendRuleDto
 PendRuleDto PendRuleDao.persist(PendRuleDto dto)
           
 

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

Methods in com.retek.component.pend.impl.persistence.cache that return PendRuleDto
 PendRuleDto CachePendRuleDao.read(DistributedReference ref)
           
 PendRuleDto CachePendRuleDao.persist(PendRuleDto dto)
           
 

Methods in com.retek.component.pend.impl.persistence.cache with parameters of type PendRuleDto
 PendRuleDto CachePendRuleDao.persist(PendRuleDto dto)
           
 

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

Methods in com.retek.component.pend.impl.persistence.db.oracle that return PendRuleDto
 PendRuleDto OraclePendRuleDao.persist(PendRuleDto dto)
           
 PendRuleDto OraclePendRuleDao.read(DistributedReference ref)
           
 PendRuleDto OraclePendRuleReader.read(DistributedReference ref)
           
 

Methods in com.retek.component.pend.impl.persistence.db.oracle with parameters of type PendRuleDto
 void PendOracleTestCase.assertPendRulesAreEqual(PendRuleDto expectedDto, PendRuleDto actualDto)
           
 void PendOracleTestCase.modifyPendRuleDto(PendRuleDto dto)
           
 void OraclePendRuleUpdater.update(PendRuleDto dto)
           
 void OraclePendRuleCreator.create(PendRuleDto dto)
           
 PendRuleDto OraclePendRuleDao.persist(PendRuleDto dto)
           
 

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

Methods in com.retek.component.pend.impl.remote that return PendRuleDto
 PendRuleDto PendServicesRemote.readFraudRule(DistributedReference ref, long version)
           
 PendRuleDto PendServicesRemote.submit(PendRuleDto dto)
           
 PendRuleDto PendServicesEjb.submit(PendRuleDto dto)
           
 PendRuleDto PendServicesEjb.readFraudRule(DistributedReference ref, long version)
           
 

Methods in com.retek.component.pend.impl.remote with parameters of type PendRuleDto
 PendRuleDto PendServicesRemote.submit(PendRuleDto dto)
           
 PendRuleDto PendServicesEjb.submit(PendRuleDto dto)
           
 



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