com.retek.component.payment.impl.persistence
Class PaymentDbObjectMaster
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.DbObjectMaster
com.retek.component.payment.impl.persistence.PaymentDbObjectMaster
- public class PaymentDbObjectMaster
- extends DbObjectMaster
Method Summary |
static TenderTypeGroupDto |
getCashTenderTypeGroup()
|
static TenderTypeGroupDto |
getCheckTenderTypeGroup()
|
static TenderTypeGroupDto |
getCreditCardTenderTypeGroup()
|
static TenderTypeDto |
getGiftCardTenderType()
|
static TenderTypeDto |
getGiftCertificateTenderType()
|
static TenderTypeDto |
getMerchandiseCardRedemptionTenderType()
|
static TenderTypeDto |
getMerchandiseCardTenderType()
|
static TenderTypeDto |
getMerchandiseVoucherTenderType()
|
static TenderTypeGroupDto |
getMoneyOrderTenderTypeGroup()
|
static int |
getNegativeInt()
|
static PaymentSettlementCustomerDto |
getPaymentSettlementCustomerDto()
|
static PaymentSettlementFileDto |
getPaymentSettlementFileDto(DistributedContext context)
|
static PaymentSettlementItemDto |
getPaymentSettlementItemDto()
|
static PaymentSettlementPaymentDto |
getPaymentSettlementPaymentDto()
|
static PaymentSettlementTransactionContainerDto |
getPaymentSettlementTransactionContainerDto(DistributedContext context)
|
static PaymentSettlementTransactionDto |
getPaymentSettlementTransactionDto()
|
static AvsCodeDto |
getPersistedAvsCodeDto(java.lang.String avsCode,
java.lang.String avsDesc,
boolean domesticFlag,
boolean globalFlag)
|
static PaymentPlanCodeDto |
getPersistedPaymentPlanDto(DistributedContext context,
DistributedReference ref,
java.lang.String planCode,
java.lang.String planDesc)
|
static int |
getPositiveInt()
|
static TenderTypeCreditCardDto |
getPrivateLabelCreditCardTenderTypeDtoWithOnePlanCode()
|
static TenderTypeCreditCardDto |
getPrivateLabelCreditCardTenderTypeDtoWithTwoPlanCodes()
|
static RewardCertificateAuthorizationRequest |
getRewardCertificateAuthorizationRequest(java.lang.String controlNumber,
java.math.BigDecimal requestAmt)
|
static java.util.Map |
getTenderTypeAuthPeriods()
|
static TenderTypeDto |
getTenderTypeDto(java.lang.String tenderTypeId,
java.lang.String tenderTypeDesc,
DistributedReference tenderTypeGroupRef,
int settlementOrder)
|
static java.lang.String |
getUnique10DigitCode()
|
static java.lang.String |
getUnique6DigitCode()
|
static TenderTypeCreditCardDto |
getVisaCreditCardTenderTypeDto()
|
static TenderTypeGroupDto |
getVoucherRedemptionTenderTypeGroup()
|
static TenderTypeGroupDto |
getVoucherTenderTypeGroup()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentDbObjectMaster
public PaymentDbObjectMaster()
getUnique6DigitCode
public static java.lang.String getUnique6DigitCode()
getUnique10DigitCode
public static java.lang.String getUnique10DigitCode()
getPositiveInt
public static int getPositiveInt()
getNegativeInt
public static int getNegativeInt()
getCashTenderTypeGroup
public static TenderTypeGroupDto getCashTenderTypeGroup()
throws java.lang.Exception
- Throws:
java.lang.Exception
getCheckTenderTypeGroup
public static TenderTypeGroupDto getCheckTenderTypeGroup()
throws java.lang.Exception
- Throws:
java.lang.Exception
getMerchandiseVoucherTenderType
public static TenderTypeDto getMerchandiseVoucherTenderType()
throws java.lang.Exception
- Throws:
java.lang.Exception
getGiftCertificateTenderType
public static TenderTypeDto getGiftCertificateTenderType()
throws java.lang.Exception
- Throws:
java.lang.Exception
getGiftCardTenderType
public static TenderTypeDto getGiftCardTenderType()
throws java.lang.Exception
- Throws:
java.lang.Exception
getMerchandiseCardTenderType
public static TenderTypeDto getMerchandiseCardTenderType()
throws java.lang.Exception
- Throws:
java.lang.Exception
getVoucherTenderTypeGroup
public static TenderTypeGroupDto getVoucherTenderTypeGroup()
throws java.lang.Exception
- Throws:
java.lang.Exception
getMerchandiseCardRedemptionTenderType
public static TenderTypeDto getMerchandiseCardRedemptionTenderType()
throws java.lang.Exception
- Throws:
java.lang.Exception
getVoucherRedemptionTenderTypeGroup
public static TenderTypeGroupDto getVoucherRedemptionTenderTypeGroup()
throws java.lang.Exception
- Throws:
java.lang.Exception
getMoneyOrderTenderTypeGroup
public static TenderTypeGroupDto getMoneyOrderTenderTypeGroup()
throws java.lang.Exception
- Throws:
java.lang.Exception
getCreditCardTenderTypeGroup
public static TenderTypeGroupDto getCreditCardTenderTypeGroup()
throws java.lang.Exception
- Throws:
java.lang.Exception
getVisaCreditCardTenderTypeDto
public static TenderTypeCreditCardDto getVisaCreditCardTenderTypeDto()
getTenderTypeAuthPeriods
public static java.util.Map getTenderTypeAuthPeriods()
throws java.lang.Exception
- Throws:
java.lang.Exception
getPrivateLabelCreditCardTenderTypeDtoWithOnePlanCode
public static TenderTypeCreditCardDto getPrivateLabelCreditCardTenderTypeDtoWithOnePlanCode()
getPrivateLabelCreditCardTenderTypeDtoWithTwoPlanCodes
public static TenderTypeCreditCardDto getPrivateLabelCreditCardTenderTypeDtoWithTwoPlanCodes()
getTenderTypeDto
public static TenderTypeDto getTenderTypeDto(java.lang.String tenderTypeId,
java.lang.String tenderTypeDesc,
DistributedReference tenderTypeGroupRef,
int settlementOrder)
getRewardCertificateAuthorizationRequest
public static RewardCertificateAuthorizationRequest getRewardCertificateAuthorizationRequest(java.lang.String controlNumber,
java.math.BigDecimal requestAmt)
getPersistedAvsCodeDto
public static AvsCodeDto getPersistedAvsCodeDto(java.lang.String avsCode,
java.lang.String avsDesc,
boolean domesticFlag,
boolean globalFlag)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPersistedPaymentPlanDto
public static PaymentPlanCodeDto getPersistedPaymentPlanDto(DistributedContext context,
DistributedReference ref,
java.lang.String planCode,
java.lang.String planDesc)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPaymentSettlementFileDto
public static PaymentSettlementFileDto getPaymentSettlementFileDto(DistributedContext context)
getPaymentSettlementTransactionContainerDto
public static PaymentSettlementTransactionContainerDto getPaymentSettlementTransactionContainerDto(DistributedContext context)
getPaymentSettlementCustomerDto
public static PaymentSettlementCustomerDto getPaymentSettlementCustomerDto()
getPaymentSettlementTransactionDto
public static PaymentSettlementTransactionDto getPaymentSettlementTransactionDto()
getPaymentSettlementItemDto
public static PaymentSettlementItemDto getPaymentSettlementItemDto()
getPaymentSettlementPaymentDto
public static PaymentSettlementPaymentDto getPaymentSettlementPaymentDto()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28