|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.user.objects.MemberViewPreferenceAccessBean
This bean provides access to the MBRVIEWPRF table.
The following is a description of this table:
This table stores view preferences for members.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
MemberViewPreferenceAccessBean()
Default constructor. |
|
MemberViewPreferenceAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
MemberViewPreferenceAccessBean(java.lang.Long aMemberId,
java.lang.String aViewName)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getMemberId()
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPreference()
Foreign key to USERPVCDEV_ID in USERPVCDEV table. |
java.lang.Long |
getPreferenceInEJBType()
Foreign key to USERPVCDEV_ID in USERPVCDEV table. |
java.lang.String |
getViewName()
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_MemberId(java.lang.String aInitKey_MemberId)
Set the primary key for this object |
void |
setInitKey_ViewName(java.lang.String aInitKey_ViewName)
Set the primary key for this object |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setPreference(java.lang.Long aPreference)
Set the foreign key to USERPVCDEV_ID in USERPVCDEV table |
void |
setPreference(java.lang.String aPreference)
Foreign key to USERPVCDEV_ID in USERPVCDEV table |
void |
setViewName(java.lang.String aViewName)
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemberViewPreferenceAccessBean()
Default constructor. Maps to findByPrimaryKey.
public MemberViewPreferenceAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic MemberViewPreferenceAccessBean(java.lang.Long aMemberId, java.lang.String aViewName) 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
aMemberId
- java.lang.LongaViewName
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the member, foreign key to the MEMBER table.
getMemberId
in interface MemberViewPreferenceAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the member, foreign key to the MEMBER table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPreference() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Foreign key to USERPVCDEV_ID in USERPVCDEV table.
getPreference
in interface MemberViewPreferenceAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getPreferenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Foreign key to USERPVCDEV_ID in USERPVCDEV table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getViewName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Corresponds to VIEWNAME column of VIEWREG table.
getViewName
in interface MemberViewPreferenceAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setInitKey_MemberId(java.lang.String aInitKey_MemberId)
Set the primary key for this object
aInitKey_MemberId
- java.lang.Stringpublic void setInitKey_ViewName(java.lang.String aInitKey_ViewName)
Set the primary key for this object
aInitKey_ViewName
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the member, foreign key to the MEMBER table.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the MBRVIEWPRF.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the member, foreign key to the MEMBER table.
setMemberId
in interface MemberViewPreferenceAccessBeanData
aMemberId
- java.lang.Stringpublic void setPreference(java.lang.Long aPreference)
Set the foreign key to USERPVCDEV_ID in USERPVCDEV table
aPreference
- java.lang.Longpublic void setPreference(java.lang.String aPreference)
Foreign key to USERPVCDEV_ID in USERPVCDEV table
setPreference
in interface MemberViewPreferenceAccessBeanData
aPreference
- java.lang.Stringpublic void setViewName(java.lang.String aViewName)
This method provides access to the MBRVIEWPRF.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Corresponds to VIEWNAME column of VIEWREG table.
setViewName
in interface MemberViewPreferenceAccessBeanData
aViewName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |