java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.MemberAttributeDatetimeValueAccessBean
This table stores the values of attributes which are defined in the MBRATTR table for members. This access bean corresponds to the database table 'MBRATTRVAL'.
Constructor Summary | |
MemberAttributeDatetimeValueAccessBean() Zero argument constructor used to initialize the access bean. |
|
MemberAttributeDatetimeValueAccessBean(javax.ejb.EJBObject o) constructor |
|
MemberAttributeDatetimeValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId) Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
MemberAttributeDatetimeValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId, java.lang.Integer newStoreEntityId) 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). |
protected java.lang.String | defaultJNDIName() |
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.sql.Timestamp aValue) The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?) AND (DATETIMEVALUE = ?)". |
java.util.Enumeration | findByMemberIdAndValue(java.lang.Long aMemberId, java.sql.Timestamp aValue) The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID IS NULL) AND (DATETIMEVALUE = ?)". |
java.lang.Object | getAttributeValue() This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP 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() This method accesses a non-CMP field |
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. |
java.lang.Integer | getStoreEntityIdInEJBType() This method provides access to the MBRATTRVAL.STOREENT_ID column of DB2 type INTEGER. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAttributeValue(java.lang.Object aValue) This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP NULL. |
void | setInitKey_memberAttributeValueId(java.lang.String newValue) Set the primary key for this object |
void | setMemberAttributeId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberAttributeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreEntityId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreEntityId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemberAttributeDatetimeValueAccessBean()
public MemberAttributeDatetimeValueAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public MemberAttributeDatetimeValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId) 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 MemberAttributeDatetimeValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId, java.lang.Integer newStoreEntityId) 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
Method Detail |
public 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 = ?)"
public 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 = ?)"
public 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 = ?)".
public java.util.Enumeration findByMemberIdAndStoreEntityIdAndValue(java.lang.Long aMemberId, java.lang.Integer aStoreEntityId, java.sql.Timestamp aValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?) AND (DATETIMEVALUE = ?)".
public java.util.Enumeration findByMemberIdAndValue(java.lang.Long aMemberId, java.sql.Timestamp aValue) 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 (DATETIMEVALUE = ?)".
public void setInitKey_memberAttributeValueId(java.lang.String newValue)
Set the primary key for this object
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
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getMemberAttributeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public 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.
public 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.
public 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.
The following is a description of this column:
The store entity to which this attribute value for this member applies.
public 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.
The following is a description of this column:
The store entity to which this attribute value for this member applies.
public void setStoreEntityId(java.lang.String newValue)
public void setStoreEntityId(java.lang.Integer newValue)
public 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.
public 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.
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
public 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.
public 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.
public void setMemberAttributeId(java.lang.String newValue)
public void setMemberAttributeId(java.lang.Long newValue)
public java.lang.Object getAttributeValue() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
If the type of the attribute value is TIMESTAMP, then this column will hold the attribute value. If the type is not TIMESTAMP then this column will be NULL.
public void setAttributeValue(java.lang.Object aValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.DATETIMEVALUE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
If the type of the attribute value is TIMESTAMP, then this column will hold the attribute value. If the type is not TIMESTAMP then this column will be NULL.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.