|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.customer.CreditCardCRUD
Constructor Summary | |
CreditCardCRUD()
|
Method Summary | |
static void |
create(java.sql.Connection connection,
java.lang.Object key)
Creates a single row in the database, ONLY using primary key information. |
static void |
delete(java.sql.Connection connection,
java.lang.Object key)
Deletes a single row in the database, ONLY using primary key information. |
static boolean |
exists(java.sql.Connection connection,
java.lang.Object key)
Deletes a single row in the database, ONLY using primary key information. |
static void |
refresh(java.sql.Connection connection,
java.lang.Object key,
java.lang.Object target)
Updates the datbase, using using primary key information in the where clause. |
static void |
refreshDirect(java.sql.Connection connection,
java.lang.Object key,
java.lang.Object target)
Refresh from database, using primary key information in the where clause. |
static void |
update(java.sql.Connection connection,
java.lang.Object key,
java.lang.Object source)
Updates the datbase, using using primary key information in the where clause. |
static void |
updateDirect(java.sql.Connection connection,
java.lang.Object key,
java.lang.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 |
public CreditCardCRUD()
Method Detail |
public static void create(java.sql.Connection connection, java.lang.Object key) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.public static void refresh(java.sql.Connection connection, java.lang.Object key, java.lang.Object target) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.public static void update(java.sql.Connection connection, java.lang.Object key, java.lang.Object source) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.public static void delete(java.sql.Connection connection, java.lang.Object key) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.public static boolean exists(java.sql.Connection connection, java.lang.Object key) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.public static void updateDirect(java.sql.Connection connection, java.lang.Object key, java.lang.Object source) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.public static void refreshDirect(java.sql.Connection connection, java.lang.Object key, java.lang.Object target) throws BMPException
connection
- the database connectionsource
- for belongings, this is the Impl class for the belonging. for entity beans, this is the primary key class.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |