java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean | +--com.ibm.commerce.marketingcenter.campaign.objects.MCCollateralDescriptionJDBCHelperAccessBean
From JavaDoc Build Script : Cannot find description for this AccessBean
Constructor Summary | |
---|---|
MCCollateralDescriptionJDBCHelperAccessBean() Zero argument constructor used to initialize the access bean. | |
MCCollateralDescriptionJDBCHelperAccessBean(javax.ejb.EJBObject o) This method was generated by the VisualAge for Java Access Bean SmartGuide. |
Method Summary | |
---|---|
protected
java.lang.String |
defaultJNDIName() This method was generated by the VisualAge for Java Access Bean SmartGuide. |
java.lang.String |
findCollateralDescriptionMarketingText(java.lang.Integer arg0,
java.lang.Integer arg1) This method gets the collateral marketing text of the given collateral. |
java.lang.String |
findCollateralDescriptionMarketingText(java.lang.Integer arg0,
java.lang.Integer arg1, boolean arg2) This method gets the collateral marketing text of the given collateral. |
protected
void |
instantiateEJB() This method was generated by the VisualAge for Java Access Bean SmartGuide. |
int |
updateCollateralDescriptionMarketingText(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.String arg2) This method updates the collateral marketing text of the given collateral. |
int |
updateCollateralDescriptionMarketingText(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.String arg2, boolean arg3) This method updates the collateral marketing text of the given collateral. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public MCCollateralDescriptionJDBCHelperAccessBean()
public MCCollateralDescriptionJDBCHelperAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
---|
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public int updateCollateralDescriptionMarketingText(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.naming.NamingException, java.sql.SQLException, java.rmi.RemoteException, javax.ejb.CreateException
javax.naming.NamingException
- - Thrown when a naming
exception is encountered.java.sql.SQLException
- - Thrown when an error occurs during
the execution of the SQL prepared statement.java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.CreateException
public int updateCollateralDescriptionMarketingText(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.String arg2, boolean arg3) throws javax.naming.NamingException, java.sql.SQLException, java.rmi.RemoteException, javax.ejb.CreateException
javax.naming.NamingException
- - Thrown when a naming
exception is encountered.java.sql.SQLException
- - Thrown when an error occurs during
the execution of the SQL prepared statement.java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.CreateException
public java.lang.String findCollateralDescriptionMarketingText(java.lang.Integer arg0, java.lang.Integer arg1) throws javax.naming.NamingException, java.sql.SQLException, java.rmi.RemoteException, javax.ejb.CreateException
javax.naming.NamingException
- - Thrown when a naming
exception is encountered.java.sql.SQLException
- - Thrown when an error occurs during
the execution of the SQL prepared statement.java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.CreateException
public java.lang.String findCollateralDescriptionMarketingText(java.lang.Integer arg0, java.lang.Integer arg1, boolean arg2) throws javax.naming.NamingException, java.sql.SQLException, java.rmi.RemoteException, javax.ejb.CreateException
javax.naming.NamingException
- - Thrown when a naming
exception is encountered.java.sql.SQLException
- - Thrown when an error occurs during
the execution of the SQL prepared statement.java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.CreateException