com.beasys.commerce.ebusiness.order
Class Order_ShippingAddress_CRUD

java.lang.Object
  extended by com.beasys.commerce.ebusiness.order.Order_ShippingAddress_CRUD

Deprecated See BEA Commerce product offering

@Deprecated
public class Order_ShippingAddress_CRUD
extends Object

CRUD for Aggregate Mapping


Constructor Summary
Order_ShippingAddress_CRUD()
          Deprecated See BEA Commerce product offering
 
Method Summary
static void refresh(Connection connection, Object containerKey, Object container)
          Deprecated See BEA Commerce product offering
static void update(Connection connection, Object containerKey, Object container)
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Order_ShippingAddress_CRUD

public Order_ShippingAddress_CRUD()
Deprecated See BEA Commerce product offering

Method Detail

update

public static void update(Connection connection,
                          Object containerKey,
                          Object container)
                   throws BMPException
Deprecated See BEA Commerce product offering

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 See BEA Commerce product offering

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 © 2008 BEA Systems, Inc. All Rights Reserved