com.retek.component.payment
Class PaymentManagerFactory

java.lang.Object
  extended bycom.retek.component.payment.PaymentManagerFactory

public final class PaymentManagerFactory
extends java.lang.Object

A factory class that gets instances of PaymentManager classes.

Retek Inc. Copyright (c) 2003


Method Summary
static PaymentManager getPaymentManager()
           
static PaymentSettlementManager getPaymentSettlementManager(DistributedContext context)
           
static TenderTypeManager getTenderTypeManager()
          Deprecated. pass in a context
static TenderTypeManager getTenderTypeManager(DistributedContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPaymentManager

public static PaymentManager getPaymentManager()
                                        throws SystemException
Throws:
SystemException

getTenderTypeManager

public static TenderTypeManager getTenderTypeManager()
                                              throws SystemException
Deprecated. pass in a context

Throws:
SystemException

getTenderTypeManager

public static TenderTypeManager getTenderTypeManager(DistributedContext context)
                                              throws SystemException
Throws:
SystemException

getPaymentSettlementManager

public static PaymentSettlementManager getPaymentSettlementManager(DistributedContext context)
                                                            throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25