java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.MemberGroupTypeAccessBean
This table stores intended usages that can be associated with member groups. This access bean corresponds to the database table 'MBRGRPTYPE'.
Constructor Summary | |
MemberGroupTypeAccessBean() Zero argument constructor used to initialize the access bean. |
|
MemberGroupTypeAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll() The SQL is "SELECT * FROM MBRGRPTYPE T1 WHERE "1 = 1". |
MemberGroupTypeAccessBean | findByName(java.lang.String aName) The SQL is "SELECT * FROM MBRGRPTYPE T1 WHERE (T1.NAME = ?)" |
java.lang.String | getDescription() This method provides access to the MBRGRPTYPE.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String | getMbrGrpTypeId() This method provides access to the MBRGRPTYPE.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getMbrGrpTypeIdInEJBType() This method provides access to the MBRGRPTYPE.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getName() This method provides access to the MBRGRPTYPE.NAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String | getProperties() This method provides access to the MBRGRPTYPE.PROPERTIES column of DB2 type VARCHAR(254). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_MbrGrpTypeId(java.lang.String newValue) Set the primary key for this object |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setProperties(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 MemberGroupTypeAccessBean()
public MemberGroupTypeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public MemberGroupTypeAccessBean findByName(java.lang.String aName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRPTYPE T1 WHERE (T1.NAME = ?)"
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRPTYPE T1 WHERE "1 = 1".
public void setInitKey_MbrGrpTypeId(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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRPTYPE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
Description of the member group type.
public void setDescription(java.lang.String newValue)
public java.lang.String getMbrGrpTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRPTYPE.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key, internally generated.
public java.lang.Integer getMbrGrpTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRPTYPE.MBRGRPTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key, internally generated.
public java.lang.String getProperties() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRPTYPE.PROPERTIES column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
public void setProperties(java.lang.String newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRPTYPE.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The type of member group. For example, AccessGroup or CustomerGroup.
public void setName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.