com.retek.component.payment.impl.persistence.db.oracle
Class OraclePaymentDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.payment.impl.persistence.db.oracle.OraclePaymentDao
All Implemented Interfaces:
PaymentDao

public class OraclePaymentDao
extends AbstractOracleDao
implements PaymentDao


Constructor Summary
OraclePaymentDao()
           
 
Method Summary
 java.lang.String getNextPaymentAuthorizationId()
          Retrieves the next unique payment authorization id.
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache, getDaoResourceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OraclePaymentDao

public OraclePaymentDao()
Method Detail

getNextPaymentAuthorizationId

public java.lang.String getNextPaymentAuthorizationId()
                                               throws SystemException
Description copied from interface: PaymentDao
Retrieves the next unique payment authorization id.

Specified by:
getNextPaymentAuthorizationId in interface PaymentDao
Returns:
paymentAuthrizationId
Throws:
SystemException


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