public class MemberViewPreferenceAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements MemberViewPreferenceAccessBeanData
Constructor and Description |
---|
MemberViewPreferenceAccessBean()
Zero argument constructor used to initialize the access bean.
|
MemberViewPreferenceAccessBean(javax.ejb.EJBObject o) |
MemberViewPreferenceAccessBean(java.lang.Long arg1, java.lang.String arg2)
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.lang.String | getMemberId() |
java.lang.Long | getMemberIdInEJBType() |
java.lang.String | getPreference() |
java.lang.Long | getPreferenceInEJBType() |
java.lang.String | getViewName() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setInitKey_MemberId(java.lang.String newValue) |
void | setInitKey_ViewName(java.lang.String newValue) |
void | setMemberId(java.lang.Long newValue) |
void | setMemberId(java.lang.String newValue) |
void | setPreference(java.lang.Long newValue) |
void | setPreference(java.lang.String newValue) |
void | setViewName(java.lang.String newValue) |
public MemberViewPreferenceAccessBean()
public MemberViewPreferenceAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public MemberViewPreferenceAccessBean(java.lang.Long arg1, java.lang.String arg2) 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 void setInitKey_MemberId(java.lang.String newValue)
public void setInitKey_ViewName(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 getViewName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setViewName(java.lang.String newValue)
public java.lang.String getPreference() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getPreferenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPreference(java.lang.String newValue)
public void setPreference(java.lang.Long newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)