public class OutputQueueAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements OutputQueueAccessBeanData
Constructor and Description |
---|
OutputQueueAccessBean()
Zero argument constructor used to initialize the access bean.
|
OutputQueueAccessBean(javax.ejb.EJBObject o) |
OutputQueueAccessBean(java.lang.String aName)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByOutputQTypeId(java.lang.String aType)
Retrieves the information about the OutputQueue with the specified OUTPUTQTYPE.
|
java.lang.String | getLastupdate() |
java.sql.Timestamp | getLastupdateInEJBType() |
java.lang.String | getName() |
java.lang.String | getOutputQId() |
java.lang.Long | getOutputQIdInEJBType() |
java.lang.String | getOutputQType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setInitKey_outputQId(java.lang.String newValue) |
void | setLastupdate(java.lang.String newValue) |
void | setLastupdate(java.sql.Timestamp newValue) |
void | setName(java.lang.String newValue) |
void | setOutputQId(java.lang.Long newValue) |
void | setOutputQId(java.lang.String newValue) |
void | setOutputQType(java.lang.String newValue) |
public OutputQueueAccessBean()
public OutputQueueAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public OutputQueueAccessBean(java.lang.String aName) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public java.util.Enumeration findByOutputQTypeId(java.lang.String aType) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the information about the OutputQueue with the specified OUTPUTQTYPE.
The SQL query used to fetch the requested row from the OUTPUTQ table is:
SELECT * FROM OUTPUTQ T1 WHERE T1.OUTPUTQTYPE = ?
public void setInitKey_outputQId(java.lang.String newValue)
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getOutputQId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getOutputQIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOutputQId(java.lang.String newValue)
public void setOutputQId(java.lang.Long newValue)
public java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLastupdate(java.lang.String newValue)
public void setLastupdate(java.sql.Timestamp newValue)
public java.lang.String getOutputQType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOutputQType(java.lang.String newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newValue)