public class PolicyAccountAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements PolicyAccountAccessBeanData
Constructor and Description |
---|
PolicyAccountAccessBean()
Zero argument constructor used to initialize the access bean.
|
PolicyAccountAccessBean(javax.ejb.EJBObject o) |
PolicyAccountAccessBean(java.lang.Long aPolicyAccountLockoutId, java.lang.Long aPolicyPasswordId)
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 | findAll()
The SQL is "SELECT * FROM PLCYACCT T1 WHERE 1 = 1".
|
PolicyAccountDescriptionAccessBean | getDescription(java.lang.Integer languageId, java.lang.Integer storeId)
Description of policy account.
|
java.lang.String | getPolicyAccountId() |
java.lang.Integer | getPolicyAccountIdInEJBType() |
java.lang.String | getPolicyAccountLockoutId() |
java.lang.Long | getPolicyAccountLockoutIdInEJBType() |
java.lang.String | getPolicyPasswordId() |
java.lang.Long | getPolicyPasswordIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setInitKey_iPolicyAccountId(java.lang.String newValue) |
void | setPolicyAccountLockoutId(java.lang.Long newValue) |
void | setPolicyAccountLockoutId(java.lang.String newValue) |
void | setPolicyPasswordId(java.lang.Long newValue) |
void | setPolicyPasswordId(java.lang.String newValue) |
public PolicyAccountAccessBean()
public PolicyAccountAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PolicyAccountAccessBean(java.lang.Long aPolicyAccountLockoutId, java.lang.Long aPolicyPasswordId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM PLCYACCT T1 WHERE 1 = 1".
public void setInitKey_iPolicyAccountId(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 getPolicyAccountLockoutId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getPolicyAccountLockoutIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPolicyAccountLockoutId(java.lang.String newValue)
public void setPolicyAccountLockoutId(java.lang.Long newValue)
public java.lang.String getPolicyAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getPolicyAccountIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getPolicyPasswordId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getPolicyPasswordIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPolicyPasswordId(java.lang.String newValue)
public void setPolicyPasswordId(java.lang.Long newValue)
public PolicyAccountDescriptionAccessBean getDescription(java.lang.Integer languageId, java.lang.Integer storeId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Description of policy account.