OrderLine_Price_CRUD Class

com.beasys.commerce.ebusiness.order
OrderLine_Price_CRUD Class

public class OrderLine_Price_CRUD

    extends Object

CRUD for entity bean OrderLine_msrp_Money


Hierarchy
Object
  OrderLine_Price_CRUD

Constructor Summary

OrderLine_Price_CRUD()

 

Method Summary

public 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
public 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 from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

OrderLine_Price_CRUD

public OrderLine_Price_CRUD()
 

Method Detail

refresh(Connection, Object, Object) Method

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
containerKey
for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.

Exceptions

BMPException

update(Connection, Object, Object) Method

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
containerKey
for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.

Exceptions

BMPException