java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean | +--com.ibm.commerce.marketingcenter.search.objects.MCItemSearchJDBCHelperAccessBean
From JavaDoc Build Script : Cannot find description for this AccessBean
Constructor Summary | |
---|---|
MCItemSearchJDBCHelperAccessBean() Zero argument constructor used to initialize the access bean. | |
MCItemSearchJDBCHelperAccessBean(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. |
com.ibm.commerce.marketingcenter.search.helpers.SearchProductListDataBean |
findItems(java.lang.Integer arg0, java.lang.String arg1,
com.ibm.commerce.marketingcenter.search.helpers.SearchProductDataBean arg2,
boolean arg3, int arg4, int arg5, int arg6) This finder performs a search on products, and returns the result based on the search criteria. |
protected
void |
instantiateEJB() This method was generated by the VisualAge for Java Access Bean SmartGuide. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public MCItemSearchJDBCHelperAccessBean()
public MCItemSearchJDBCHelperAccessBean(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 com.ibm.commerce.marketingcenter.search.helpers.SearchProductListDataBean findItems(java.lang.Integer arg0, java.lang.String arg1, com.ibm.commerce.marketingcenter.search.helpers.SearchProductDataBean arg2, boolean arg3, int arg4, int arg5, int arg6) throws javax.naming.NamingException, java.sql.SQLException, java.rmi.RemoteException, javax.ejb.ObjectNotFoundException, 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.ObjectNotFoundException
- - Thrown when the EJB
object cannot be found.javax.ejb.CreateException