com.ibm.commerce.marketingcenter.objects
Class MCInitiativeJDBCHelperAccessBean

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

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

From JavaDoc Build Script : Cannot find description for this AccessBean

See Also:
Serialized Form

Constructor Summary
MCInitiativeJDBCHelperAccessBean()
          Zero argument constructor used to initialize the access bean.
MCInitiativeJDBCHelperAccessBean(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 findInitiativeRule(java.lang.Integer arg0)
          This method gets the rule XML document of the given initiative.
 java.lang.String findInitiativeRule(java.lang.Integer arg0, boolean arg1)
          This method gets the rule XML document of the given initiative.
protected  void instantiateEJB()
          This method was generated by the VisualAge for Java Access Bean SmartGuide.
 int updateInitiativeRule(java.lang.Integer arg0, java.lang.String arg1)
          This method updates the rule XML document of the given initiative.
 int updateInitiativeRule(java.lang.Integer arg0, java.lang.String arg1, boolean arg2)
          This method updates the rule XML document of the given initiative.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCInitiativeJDBCHelperAccessBean

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

MCInitiativeJDBCHelperAccessBean

public MCInitiativeJDBCHelperAccessBean(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

updateInitiativeRule

public int updateInitiativeRule(java.lang.Integer arg0,
                                java.lang.String arg1)
                         throws javax.naming.NamingException,
                                java.sql.SQLException,
                                java.rmi.RemoteException,
                                javax.ejb.CreateException
This method updates the rule XML document of the given initiative. This field will be updated upon successful completion: INITIATIVE.RULE
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

updateInitiativeRule

public int updateInitiativeRule(java.lang.Integer arg0,
                                java.lang.String arg1,
                                boolean arg2)
                         throws javax.naming.NamingException,
                                java.sql.SQLException,
                                java.rmi.RemoteException,
                                javax.ejb.CreateException
This method updates the rule XML document of the given initiative. This field will be updated upon successful completion: INITIATIVE.RULE
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

findInitiativeRule

public java.lang.String findInitiativeRule(java.lang.Integer arg0)
                                    throws javax.naming.NamingException,
                                           java.sql.SQLException,
                                           java.rmi.RemoteException,
                                           javax.ejb.CreateException
This method gets the rule XML document of the given initiative. This field will be loaded upon successful completion: INITIATIVE.RULE
Returns:
java.lang.String - the rule XML document of the initiative
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

findInitiativeRule

public java.lang.String findInitiativeRule(java.lang.Integer arg0,
                                           boolean arg1)
                                    throws javax.naming.NamingException,
                                           java.sql.SQLException,
                                           java.rmi.RemoteException,
                                           javax.ejb.CreateException
This method gets the rule XML document of the given initiative. This field will be loaded upon successful completion: INITIATIVE.RULE
Returns:
java.lang.String - the rule XML document of the initiative
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 - - Thrown when the creation of the EJB object failed.