public class OIConfigJDBCHelperBean extends BaseJDBCHelper
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
OIConfigJDBCHelperBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | findConfigurationByOrderItemId(long orderItemId)
This method queries OICONFIG table to retrieve configuration by order item id.
|
javax.ejb.SessionContext | getSessionContext()
getSessionContext method comment
|
int | insertOrderItemConfiguration(long oiConfigId, long orderItemId, java.lang.String configurationXML)
This method inserts a new row into OICONFIG table with the specified oiConfigId, orderItemId and configuration.
|
int | updateOrderItemConfiguration(long orderItemId, java.lang.String configurationXML)
This method updates CONFIGURATION column of OICONFIG table for the specified order item id.
|
public static final java.lang.String COPYRIGHT
public javax.ejb.SessionContext getSessionContext()
public java.lang.String findConfigurationByOrderItemId(long orderItemId) throws ECSystemException, javax.naming.NamingException, java.sql.SQLException
public int updateOrderItemConfiguration(long orderItemId, java.lang.String configurationXML) throws ECSystemException, javax.naming.NamingException, java.sql.SQLException
public int insertOrderItemConfiguration(long oiConfigId, long orderItemId, java.lang.String configurationXML) throws ECSystemException, javax.naming.NamingException, java.sql.SQLException