java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.collaboration.workspaces.objects.CWMemberAccessBean
This table stores collaborative workspace member information. This access bean corresponds to the database table 'CWMEMBER'. CWMemberAccessBean
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement |
Constructor Summary | |
CWMemberAccessBean() constructor |
|
CWMemberAccessBean(javax.ejb.EJBObject o) CWMemberAccessBean constructor |
|
CWMemberAccessBean(java.lang.String cwId, java.lang.String logonId, java.lang.String role) Creates an instance from a key for Entity Bean: CWMember |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findAll() Finds all instances for Entity Bean: CWMember SQL: SELECT * FROM CWMEMBER WHERE (1=1) |
java.util.Enumeration | findByCollabWorkspace(java.lang.String cwId) Finds an instance using collaborative workspace ID for Entity Bean: CWMember SQL: SELECT * FROM CWMEMBER WHERE (COLLABWS_ID = ?) |
java.util.Enumeration | findByCollabWorkspaceAndRole(java.lang.String cwId, java.lang.String role) Finds an instance using collaborative workspace ID and role for Entity Bean: CWMember SQL: SELECT * FROM CWMEMBER WHERE (COLLABWS_ID = ? AND ROLE = ?) |
java.lang.String | getCwId() Gets the cwId |
java.lang.String | getLogonId() Get accessor for persistent attribute: logonId |
java.lang.String | getRole() Get accessor for persistent attribute: role |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setCwId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_cwId(java.lang.String newValue) setInitKey_cwId |
void | setInitKey_logonId(java.lang.String newValue) setInitKey_logonId |
void | setLogonId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRole(java.lang.String newRole) Set accessor for persistent attribute: role |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CWMemberAccessBean()
public CWMemberAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CWMemberAccessBean(java.lang.String cwId, java.lang.String logonId, java.lang.String role) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
Method Detail |
public java.lang.String getCwId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCwId(java.lang.String newValue)
public java.lang.String getRole() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRole(java.lang.String newRole)
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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 java.util.Enumeration findByCollabWorkspaceAndRole(java.lang.String cwId, java.lang.String role) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByCollabWorkspace(java.lang.String cwId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findAll() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.lang.String getLogonId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLogonId(java.lang.String newValue)
public void setInitKey_cwId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_logonId(java.lang.String newValue)
Set the primary key for this object
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.