com.beasys.commerce.ebusiness.customer
Class CreditCard_Address_CRUD

java.lang.Object
  extended by com.beasys.commerce.ebusiness.customer.CreditCard_Address_CRUD

Deprecated

@Deprecated
public class CreditCard_Address_CRUD
extends Object


Constructor Summary
CreditCard_Address_CRUD()
          Deprecated  
 
Method Summary
static void refresh(Connection connection, Object containerKey, Object container)
          Deprecated Refresh Aggregate o refresh an instance of the target class and associate him with the container class
static void update(Connection connection, Object containerKey, Object container)
          Deprecated To update an aggregate, get the instance from the container and update him into the database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditCard_Address_CRUD

public CreditCard_Address_CRUD()
Deprecated 
Method Detail

update

public static void update(Connection connection,
                          Object containerKey,
                          Object container)
                   throws BMPException
Deprecated 
To update an aggregate, get the instance from the container and update him into the database

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

refresh

public static void refresh(Connection connection,
                           Object containerKey,
                           Object container)
                    throws BMPException
Deprecated 
Refresh Aggregate o refresh an instance of the target class and associate him with the container class

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


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.