java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.collaboration.workspaces.objects.CollabWorkspaceAccessBean
This table stores collaborative workspace information. 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) CollabWorkspaceAccessBean constructor | |
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 newValue) Set accessor for persistent attribute: accountId |
void |
setCreatorLogonId(java.lang.String newValue) Set accessor for persistent attribute: creatorLogonId |
void |
setDescription(java.lang.String newValue) 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 newValue) Set accessor for persistent attribute: name |
void |
setProcessId(java.lang.String newValue) Set accessor for persistent attribute: processId |
void |
setProcessType(java.lang.String newValue) Set accessor for persistent attribute: processType |
void |
setTemplate(java.lang.String newValue) Set accessor for persistent attribute: template |
void |
setTimeCreated(java.sql.Timestamp newValue) 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
o
- javax.ejb.EJBObjectjava.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
id
- java.lang.Stringname
- java.lang.StringcreatorLogonId
- java.lang.Stringjavax.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
id
- StringprocessType
- The process type the workspace is created
for.processId
- The ID of the process the workspace is created
for.name
- The name of the workspace. (Cannot be null).description
- The description of the workspace.template
- The template the workspace is created with.timeCreated
- The time at which the workspace is created.creatorLogonId
- The logon ID of the creator of the workspace
(Cannot be null).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
getAccountId
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAccountId(java.lang.Long newValue)
setAccountId
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic java.lang.String getCreatorLogonId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getCreatorLogonId
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreatorLogonId(java.lang.String newValue)
setCreatorLogonId
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getDescription
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
setDescription
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getId
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setId(java.lang.String newValue)
setId
in interface
CollabWorkspaceAccessBeanData
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getName
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
setName
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic java.lang.String getProcessId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getProcessId
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setProcessId(java.lang.String newValue)
setProcessId
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic java.lang.String getProcessType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getProcessType
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setProcessType(java.lang.String newValue)
setProcessType
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic java.lang.String getTemplate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getTemplate
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTemplate(java.lang.String newValue)
setTemplate
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic java.sql.Timestamp getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getTimeCreated
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeCreated(java.sql.Timestamp newValue)
setTimeCreated
in interface
CollabWorkspaceAccessBeanData
java.rmi.RemoteException
- remote
exceptionpublic void setInitKey_id(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.util.Enumeration findByCWMemberLogonId(java.lang.String logonId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
logonId
- logon IDjavax.ejb.FinderException
- finder exceptionjava.rmi.RemoteException
- remote exceptionjavax.naming.NamingException
public java.util.Enumeration findAll() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.ejb.FinderException
- finder exceptionjava.rmi.RemoteException
- remote exceptionjavax.naming.NamingException