|
||||||||
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.MemberAttributeFloatValueAccessBean
This bean provides access to the MBRATTRVAL table.
The following is a description of this table:
This table stores the values of attributes which are defined in the MBRATTR table for members.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
MemberAttributeFloatValueAccessBean()
Default constructor. |
|
MemberAttributeFloatValueAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
MemberAttributeFloatValueAccessBean(java.lang.Long aMemberId,
java.lang.Long aMemberAttributeId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
MemberAttributeFloatValueAccessBean(java.lang.Long aMemberId,
java.lang.Long aMemberAttributeId,
java.lang.Integer aStoreEntityId)
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.util.Enumeration |
findByMemberId(java.lang.Long aMemberId)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?)" |
java.util.Enumeration |
findByMemberIdAndAttributeId(java.lang.Long aMemberId,
java.lang.Long aAttributeId)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (MBRATTR_ID = ?) |
java.util.Enumeration |
findByMemberIdAndStoreEntityId(java.lang.Long aMemberId,
java.lang.Integer aStoreEntityId)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?)" |
java.util.Enumeration |
findByMemberIdAndStoreEntityIdAndValue(java.lang.Long aMemberId,
java.lang.Integer aStoreEntityId,
java.lang.Double aValue)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?) AND (FLOATVALUE = ?)". |
java.util.Enumeration |
findByMemberIdAndValue(java.lang.Long aMemberId,
java.lang.Double aFloatValue)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID IS NULL) AND (FLOATVALUE = ?)" |
java.lang.Object |
getAttributeValue()
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL. |
java.lang.String |
getMemberAttributeId()
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberAttributeIdInEJBType()
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMemberAttributeType()
Attribute type of the member. |
java.lang.String |
getMemberAttributeValueId()
This method provides access to the MBRATTRVAL.MBRATTRVAL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberAttributeValueIdInEJBType()
This method provides access to the MBRATTRVAL.MBRATTRVAL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMemberId()
This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getStoreEntityId()
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType()
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL. |
void |
setInitKey_memberAttributeValueId(java.lang.String aInitKey_memberAttributeValueId)
Set the primary key for this object |
void |
setMemberAttributeId(java.lang.Long aMemberAttributeId)
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberAttributeId(java.lang.String aMemberAttributeId)
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER 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 MemberAttributeFloatValueAccessBean()
Default constructor. Maps to findByPrimaryKey.
public MemberAttributeFloatValueAccessBean(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 MemberAttributeFloatValueAccessBean(java.lang.Long aMemberId, java.lang.Long aMemberAttributeId) 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.LongaMemberAttributeId
- java.lang.Longjavax.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 exceptionpublic MemberAttributeFloatValueAccessBean(java.lang.Long aMemberId, java.lang.Long aMemberAttributeId, java.lang.Integer aStoreEntityId) 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.LongaMemberAttributeId
- java.lang.LongaStoreEntityId
- java.lang.Integerjavax.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.util.Enumeration findByMemberId(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?)"
aMemberId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMemberIdAndAttributeId(java.lang.Long aMemberId, java.lang.Long aAttributeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (MBRATTR_ID = ?)
aMemberId
- java.lang.LongaAttributeId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMemberIdAndStoreEntityId(java.lang.Long aMemberId, java.lang.Integer aStoreEntityId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?)"
aMemberId
- java.lang.LongaStoreEntityId
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMemberIdAndStoreEntityIdAndValue(java.lang.Long aMemberId, java.lang.Integer aStoreEntityId, java.lang.Double aValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?) AND (FLOATVALUE = ?)".
aMemberId
- java.lang.LongaStoreEntityId
- java.lang.IntegeraValue
- java.lang.Doublejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMemberIdAndValue(java.lang.Long aMemberId, java.lang.Double aFloatValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID IS NULL) AND (FLOATVALUE = ?)"
aMemberId
- java.lang.LongaFloatValue
- java.lang.Doublejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Object getAttributeValue() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
The following is a description of this column:
If the type of the attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMemberAttributeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The attribute that this value is associated with. Foreign key to the MBRATTR table.
getMemberAttributeId
in interface MemberAttributeFloatValueAccessBeanData
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 getMemberAttributeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The attribute that this value is associated with. Foreign key to the MBRATTR 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 getMemberAttributeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Attribute type of the member.
getMemberAttributeType
in interface MemberAttributeFloatValueAccessBeanData
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 getMemberAttributeValueId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.MBRATTRVAL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key for this table.
getMemberAttributeValueId
in interface MemberAttributeFloatValueAccessBeanData
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 getMemberAttributeValueIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.MBRATTRVAL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key for this 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 getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member to which this attribute value applies. Foreign key to the MEMBER table.
getMemberId
in interface MemberAttributeFloatValueAccessBeanData
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 MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member to which this attribute value applies. 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 getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The store entity to which this attribute value for this member applies.
getStoreEntityId
in interface MemberAttributeFloatValueAccessBeanData
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.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The store entity to which this attribute value for this member applies.
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 setAttributeValue(java.lang.Object aAttributeValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
The following is a description of this column:
If the type of the attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.
aAttributeValue
- java.lang.Objectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setInitKey_memberAttributeValueId(java.lang.String aInitKey_memberAttributeValueId)
Set the primary key for this object
aInitKey_memberAttributeValueId
- java.lang.Stringpublic void setMemberAttributeId(java.lang.Long aMemberAttributeId)
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The attribute that this value is associated with. Foreign key to the MBRATTR table.
aMemberAttributeId
- java.lang.Longpublic void setMemberAttributeId(java.lang.String aMemberAttributeId)
This method provides access to the MBRATTRVAL.MBRATTR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The attribute that this value is associated with. Foreign key to the MBRATTR table.
setMemberAttributeId
in interface MemberAttributeFloatValueAccessBeanData
aMemberAttributeId
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member to which this attribute value applies. Foreign key to the MEMBER table.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the MBRATTRVAL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The member to which this attribute value applies. Foreign key to the MEMBER table.
setMemberId
in interface MemberAttributeFloatValueAccessBeanData
aMemberId
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The store entity to which this attribute value for this member applies.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The store entity to which this attribute value for this member applies.
setStoreEntityId
in interface MemberAttributeFloatValueAccessBeanData
aStoreEntityId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |