java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.collaboration.workspaces.objects.CollabWorkspaceAccessBean
This table stores collaborative workspace information. This access bean corresponds to the database table 'COLLABWS'. CollabWorkspaceAccessBean
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement |
Constructor Summary | |
CollabWorkspaceAccessBean() constructor |
|
CollabWorkspaceAccessBean(javax.ejb.EJBObject o) CollabWorkspaceAccessBean constructor |
|
CollabWorkspaceAccessBean(java.lang.String id, java.lang.String name, java.lang.String creatorLogonId) Creates an instance from a key for Entity Bean: CollabWorkspace |
|
CollabWorkspaceAccessBean(java.lang.String id, java.lang.String processType, java.lang.String processId, java.lang.String name, java.lang.String description, java.lang.String template, java.sql.Timestamp timeCreated, java.lang.Long accountId, java.lang.String creatorLogonId) Constructor that takes all columns constructor |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findAll() Finds all instances for Entity Bean: CollabWorkspace SQL: SELECT * FROM COLLABWS T1 WHERE (1=1) |
java.util.Enumeration | findByCWMemberLogonId(java.lang.String logonId) Finds instances using USERS_ID of CWMEMBER for Entity Bean: CollabWorkspace SQL: SELECT * FROM COLLABWS T1 WHERE T1.COLLABWS_ID IN (SELECT CWMEMBER.COLLABWS_ID WHERE LOGONID = ?) |
java.lang.Long | getAccountId() Get accessor for persistent attribute: accountId |
java.lang.String | getCreatorLogonId() Get accessor for persistent attribute: creatorLogonId |
java.lang.String | getDescription() Get accessor for persistent attribute: description |
java.lang.String | getId() Gets the id |
java.lang.String | getName() Get accessor for persistent attribute: name |
java.lang.String | getProcessId() Get accessor for persistent attribute: processId |
java.lang.String | getProcessType() Get accessor for persistent attribute: processType |
java.lang.String | getTemplate() Get accessor for persistent attribute: template |
java.sql.Timestamp | getTimeCreated() Get accessor for persistent attribute: timeCreated |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setAccountId(java.lang.Long newAccountId) Set accessor for persistent attribute: accountId |
void | setCreatorLogonId(java.lang.String newCreatorLogonId) Set accessor for persistent attribute: creatorLogonId |
void | setDescription(java.lang.String newDescription) Set accessor for persistent attribute: description |
void | setId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_id(java.lang.String newValue) setInitKey_id |
void | setName(java.lang.String newName) Set accessor for persistent attribute: name |
void | setProcessId(java.lang.String newProcessId) Set accessor for persistent attribute: processId |
void | setProcessType(java.lang.String newProcessType) Set accessor for persistent attribute: processType |
void | setTemplate(java.lang.String newTemplate) Set accessor for persistent attribute: template |
void | setTimeCreated(java.sql.Timestamp newTimeCreated) Set accessor for persistent attribute: timeCreated |
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 CollabWorkspaceAccessBean()
public CollabWorkspaceAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CollabWorkspaceAccessBean(java.lang.String id, java.lang.String name, java.lang.String creatorLogonId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
public CollabWorkspaceAccessBean(java.lang.String id, java.lang.String processType, java.lang.String processId, java.lang.String name, java.lang.String description, java.lang.String template, java.sql.Timestamp timeCreated, java.lang.Long accountId, java.lang.String creatorLogonId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, FinderException
Method Detail |
public java.lang.Long getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAccountId(java.lang.Long newAccountId)
public java.lang.String getCreatorLogonId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCreatorLogonId(java.lang.String newCreatorLogonId)
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newDescription)
public java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setId(java.lang.String newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newName)
public java.lang.String getProcessId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setProcessId(java.lang.String newProcessId)
public java.lang.String getProcessType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setProcessType(java.lang.String newProcessType)
public java.lang.String getTemplate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTemplate(java.lang.String newTemplate)
public java.sql.Timestamp getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTimeCreated(java.sql.Timestamp newTimeCreated)
public void setInitKey_id(java.lang.String newValue)
Set the primary key for this object
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 findByCWMemberLogonId(java.lang.String logonId) 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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.