© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.shipping
Class ShippingMethod_Money_CRUD

java.lang.Object
  extended bycom.beasys.commerce.ebusiness.shipping.ShippingMethod_Money_CRUD

public class ShippingMethod_Money_CRUD
extends Object

CRUD for Aggregate Mapping


Constructor Summary
ShippingMethod_Money_CRUD()
           
 
Method Summary
static void refresh(Connection connection, Object containerKey, Object container)
          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)
          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

ShippingMethod_Money_CRUD

public ShippingMethod_Money_CRUD()
Method Detail

refresh

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

Parameters:
connection - the database connection
Throws:
BMPException

update

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

Parameters:
connection - the database connection
Throws:
BMPException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved