© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.shipping
Class ShippingMethodCRUD

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

public class ShippingMethodCRUD
extends Object

CRUD for entity bean ShippingMethod


Constructor Summary
ShippingMethodCRUD()
           
 
Method Summary
static void create(Connection connection, Object key)
          Creates a single row in the database, ONLY using primary key information.
static void delete(Connection connection, Object key)
          Deletes a single row in the database, ONLY using primary key information.
static boolean exists(Connection connection, Object key)
          Deletes a single row in the database, ONLY using primary key information.
static Enumeration findAll(Connection connection)
           
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

ShippingMethodCRUD

public ShippingMethodCRUD()
Method Detail

create

public static void create(Connection connection,
                          Object key)
                   throws BMPException
Creates a single row in the database, ONLY using primary key information. The database provides well-defined default values for the non-null fields.

Parameters:
connection - the database connection
Throws:
BMPException

delete

public static void delete(Connection connection,
                          Object key)
                   throws BMPException
Deletes a single row in the database, ONLY using primary key information.

Parameters:
connection - the database connection
Throws:
BMPException

exists

public static boolean exists(Connection connection,
                             Object key)
                      throws BMPException
Deletes a single row in the database, ONLY using primary key information.

Parameters:
connection - the database connection
Throws:
BMPException

findAll

public static Enumeration findAll(Connection connection)
                           throws BMPException
Throws:
BMPException

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved