com.ibm.commerce.marketingcenter.campaign.objects
Class MCCollateralDescriptionJDBCHelperAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean
        |
        +--com.ibm.commerce.marketingcenter.campaign.objects.MCCollateralDescriptionJDBCHelperAccessBean

public class MCCollateralDescriptionJDBCHelperAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean

From JavaDoc Build Script : Cannot find description for this AccessBean

See Also:
Serialized Form

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

MCCollateralDescriptionJDBCHelperAccessBean

public MCCollateralDescriptionJDBCHelperAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.marketingcenter.campaign.objects.MCCollateralDescriptionJDBCHelper com.ibm.commerce.marketingcenter.campaign.objects.MCCollateralDescriptionJDBCHelperHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException

MCCollateralDescriptionJDBCHelperAccessBean

public MCCollateralDescriptionJDBCHelperAccessBean(javax.ejb.EJBObject o)
                                            throws java.rmi.RemoteException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
Method Detail

defaultJNDIName

protected java.lang.String defaultJNDIName()
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.

instantiateEJB

protected void instantiateEJB()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException,
                              javax.naming.NamingException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

updateCollateralDescriptionMarketingText

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
This method updates the collateral marketing text of the given collateral. This field will be updated upon successful completion: COLLDESC.MARKETINGTEXT
Returns:
int - the total number of rows that have been successfully updated
Throws:
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

updateCollateralDescriptionMarketingText

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
This method updates the collateral marketing text of the given collateral. This field will be updated upon successful completion: COLLDESC.MARKETINGTEXT
Returns:
int - the total number of rows that have been successfully updated
Throws:
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

findCollateralDescriptionMarketingText

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
This method gets the collateral marketing text of the given collateral. This field will be loaded upon successful completion: COLLDESC.MARKETINGTEXT
Returns:
java.lang.String - the marketing text of the collateral
Throws:
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

findCollateralDescriptionMarketingText

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
This method gets the collateral marketing text of the given collateral. This field will be loaded upon successful completion: COLLDESC.MARKETINGTEXT
Returns:
java.lang.String - the marketing text of the collateral
Throws:
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