com.retek.component.customerorder.impl.persistence.db.oracle
Class CustomerOrderPaymentTypeDbConverter

java.lang.Object
  extended bycom.retek.component.customerorder.impl.persistence.db.oracle.CustomerOrderPaymentTypeDbConverter

public class CustomerOrderPaymentTypeDbConverter
extends java.lang.Object


Field Summary
static java.lang.String EXCEPTION_SOURCE
           
 
Constructor Summary
CustomerOrderPaymentTypeDbConverter()
           
 
Method Summary
static CustomerOrderPaymentDto buildCustomerOrderPaymentDto(int paymentTypeId, java.lang.String id, long version)
           
static DistributedReference buildCustomerOrderPaymentReference(java.lang.String customerOrderPaymentId, int paymentTypeId)
           
static int getPaymentTypeId(CustomerOrderPaymentDto dto)
           
static int getPaymentTypeId(DistributedReference paymentRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEPTION_SOURCE

public static final java.lang.String EXCEPTION_SOURCE
See Also:
Constant Field Values
Constructor Detail

CustomerOrderPaymentTypeDbConverter

public CustomerOrderPaymentTypeDbConverter()
Method Detail

getPaymentTypeId

public static int getPaymentTypeId(CustomerOrderPaymentDto dto)
                            throws SystemException
Throws:
SystemException

getPaymentTypeId

public static int getPaymentTypeId(DistributedReference paymentRef)
                            throws SystemException
Throws:
SystemException

buildCustomerOrderPaymentReference

public static DistributedReference buildCustomerOrderPaymentReference(java.lang.String customerOrderPaymentId,
                                                                      int paymentTypeId)

buildCustomerOrderPaymentDto

public static CustomerOrderPaymentDto buildCustomerOrderPaymentDto(int paymentTypeId,
                                                                   java.lang.String id,
                                                                   long version)


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