Uses of Class
com.retek.component.payment.impl.remote.TenderTypeGroupDto

Packages that use TenderTypeGroupDto
com.retek.component.payment.impl.persistence   
com.retek.component.payment.impl.persistence.cache   
com.retek.component.payment.impl.persistence.db.oracle   
com.retek.component.payment.impl.remote   
 

Uses of TenderTypeGroupDto in com.retek.component.payment.impl.persistence
 

Methods in com.retek.component.payment.impl.persistence that return TenderTypeGroupDto
 TenderTypeGroupDto TenderTypeDao.readTenderTypeGroup(DistributedReference ref)
          Reads a specific tender type group based on the reference.
static TenderTypeGroupDto PaymentDbObjectMaster.getCashTenderTypeGroup()
           
static TenderTypeGroupDto PaymentDbObjectMaster.getCheckTenderTypeGroup()
           
static TenderTypeGroupDto PaymentDbObjectMaster.getVoucherTenderTypeGroup()
           
static TenderTypeGroupDto PaymentDbObjectMaster.getVoucherRedemptionTenderTypeGroup()
           
static TenderTypeGroupDto PaymentDbObjectMaster.getMoneyOrderTenderTypeGroup()
           
static TenderTypeGroupDto PaymentDbObjectMaster.getCreditCardTenderTypeGroup()
           
 

Uses of TenderTypeGroupDto in com.retek.component.payment.impl.persistence.cache
 

Methods in com.retek.component.payment.impl.persistence.cache that return TenderTypeGroupDto
 TenderTypeGroupDto CacheTenderTypeDao.readTenderTypeGroup(DistributedReference ref)
           
 

Uses of TenderTypeGroupDto in com.retek.component.payment.impl.persistence.db.oracle
 

Methods in com.retek.component.payment.impl.persistence.db.oracle that return TenderTypeGroupDto
 TenderTypeGroupDto OracleTenderTypeGroupReader.read(DistributedReference tenderTypeGroupRef)
           
 TenderTypeGroupDto OracleTenderTypeDao.readTenderTypeGroup(DistributedReference ref)
           
 

Methods in com.retek.component.payment.impl.persistence.db.oracle with parameters of type TenderTypeGroupDto
 void PaymentOracleTestCase.assertTenderTypeGroupDtosEqual(TenderTypeGroupDto expectedDto, TenderTypeGroupDto dto)
           
 

Uses of TenderTypeGroupDto in com.retek.component.payment.impl.remote
 

Methods in com.retek.component.payment.impl.remote that return TenderTypeGroupDto
 TenderTypeGroupDto TenderTypeServicesRemote.readTenderTypeGroup(DistributedReference ref, long version)
           
 TenderTypeGroupDto TenderTypeServicesEjb.readTenderTypeGroup(DistributedReference ref, long version)
           
 



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