© 2004 BEA Systems, Inc.

com.beasys.commerce.ebusiness.payment
Class PaymentTransaction_creditCard_CreditCard_billingAddress_AddressCRUD

java.lang.Object
  extended bycom.beasys.commerce.ebusiness.payment.PaymentTransaction_creditCard_CreditCard_billingAddress_AddressCRUD

public class PaymentTransaction_creditCard_CreditCard_billingAddress_AddressCRUD
extends Object

CRUD for entity bean PaymentTransaction_creditCard_CreditCard_billingAddress_Address


Constructor Summary
PaymentTransaction_creditCard_CreditCard_billingAddress_AddressCRUD()
           
 
Method Summary
static void refresh(Connection connection, Object key, Object target)
          Updates the datbase, using using primary key information in the where clause.
static void refreshDirect(Connection connection, Object key, Object target)
          Refresh from database, using primary key information in the where clause.
static void update(Connection connection, Object key, Object source)
          Updates the datbase, using using primary key information in the where clause.
static void updateDirect(Connection connection, Object key, Object source)
          Updates the database, using primary key information in the where clause.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentTransaction_creditCard_CreditCard_billingAddress_AddressCRUD

public PaymentTransaction_creditCard_CreditCard_billingAddress_AddressCRUD()
Method Detail

refresh

public static void refresh(Connection connection,
                           Object key,
                           Object target)
                    throws BMPException
Updates the datbase, using using primary key information in the where clause.

Parameters:
connection - the database connection
Throws:
BMPException

refreshDirect

public static void refreshDirect(Connection connection,
                                 Object key,
                                 Object target)
                          throws BMPException
Refresh from database, using primary key information in the where clause.

Parameters:
connection - the database connection
Throws:
BMPException

update

public static void update(Connection connection,
                          Object key,
                          Object source)
                   throws BMPException
Updates the datbase, using using primary key information in the where clause.

Parameters:
connection - the database connection
source - for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Throws:
BMPException

updateDirect

public static void updateDirect(Connection connection,
                                Object key,
                                Object source)
                         throws BMPException
Updates the database, using primary key information in the where clause.

Parameters:
connection - the database connection
source - for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
Throws:
BMPException

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved