com.ibm.commerce.collaboration.beans
Class CollabSpaceBean

java.lang.Object
  |
  +--com.ibm.commerce.collaboration.beans.CollabSpaceBean
All Implemented Interfaces:
java.io.Serializable

public class CollabSpaceBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
CollabSpaceBean()
          CollabSpaceObj constructor comment.
 
Method Summary
 java.lang.String getAccountID()
          getAccountID It gets account ID that the collaborative workspace is associated with
 java.util.Vector getACLAuthorGroupMembers()
          getACLAuthorGroupMembers It gets the list of collaborative workspace Author group members
 java.lang.String getACLAuthorGroupName()
          getACLAuthorGroupName It gets the name of the collaborative workspace Author group
 java.util.Vector getACLManagerGroupMembers()
          getACLManagerGroupMembers It gets the list of collaborative workspace Manager group members
 java.lang.String getACLManagerGroupName()
          getACLManagerGroupName It gets the name of the collaborative workspace Manager group
 java.util.Vector getACLReaderGroupMembers()
          getACLReaderGroupMembers It gets the list of collaborative workspace Reader group members
 java.lang.String getACLReaderGroupName()
          getACLReaderGroupName It gets the name of the collaborative workspace Reader group
 boolean getAnonymousFlag()
          getAnonymousFlag True if it is anonymous, false otherwise
 java.lang.String getCollabSpaceAuthorGroupLDAPDN()
          getCollabSpaceAuthorGroupLDAPDN It gets the collaborative workspace Author group LDAP DN
 java.lang.String getCollabSpaceLDAPDN()
          getCollabSpaceLDAPDN It gets the LDAP DN for the collaborative workspace
 java.lang.String getCollabSpaceManagerGroupLDAPDN()
          getCollabSpaceManagerGroupLDAPDN It gets the collaborative workspace Manager group LDAP DN
 java.lang.String getCollabSpaceReaderGroupLDAPDN()
          getCollabSpaceReaderGroupLDAPDN It gets the collaborative workspace Reader group LDAP DN
 java.lang.String getCreatedForProcessID()
          getCreatedForProcessID It gets the business process ID that is associated with the collaorative workspace
 java.lang.String getCreatedForProcessType()
          getCreatedForProcessType It gets the business process type that is associated with the collaborative workspace
 java.sql.Timestamp getCreationTimestamp()
          getCreationTimestamp It gets the collaborative workspace creation timestamp
 java.lang.String getCreatorDN()
          getCreatorDN It gets the LDAP DN of the collabSpace creator
 java.lang.String getCreatorEmail()
          getCreatorEmail It gets the creator's email address
 java.lang.String getDescription()
          getDescription It gets the collaborative workspace description
 java.lang.String getExportLink()
          getExportLink It gets the export URL for exporting collaborative workspace info to other application
 java.lang.String getID()
          getID It gets collaborative workspace ID
 java.lang.String getImportLink()
          getImportLink It gets the import URL for importing business data into the collaborative workspace
 java.lang.String getLDAPServer()
          getLDAPServer It gets the LDAP server
 java.lang.String getName()
          getName It gets the collaborative workspace name
 java.lang.String getReturnLink()
          getReturnLink It gets the return URL link to the WCS application
 java.lang.String getStatus()
          getStatus It gets the status of the collaborative workspace
 java.lang.String getTemplateName()
          getTemplateName It gets name of the template for the collaborative workspace
 java.lang.String getURL()
          getURL It gets the URL of the collaborative workspace
static void main(java.lang.String[] args)
           
 void setAccountID(java.lang.String accountId)
          setAccountID It sets account ID
 void setACLAuthorGroupMembers(java.util.Vector cspaceAuthorACLGroupMembers)
          setACLAuthorGroupMembers It sets the collaborative workspace Author group members.
 void setACLAuthorGroupName(java.lang.String cspaceAuthorACLGroupName)
          setACLAuthorGroupName It sets the collaborative workspace Author group name
 void setACLManagerGroupMembers(java.util.Vector cspaceManagerACLGroupMembers)
          setACLManagerGroupMembers It sets the collaborative workspace Manager group members.
 void setACLManagerGroupName(java.lang.String cspaceManagerACLGroupName)
          setACLManagerGroupName It sets the collabSpaceManager group name
 void setACLReaderGroupMembers(java.util.Vector cspaceReaderACLGroupMembers)
          setACLReaderGroupMembers It sets the collaborative workspace Reader group members.
 void setACLReaderGroupName(java.lang.String cspaceReaderACLGroupName)
          setACLReaderGroupName It sets the collaborative workspace Reader group name
 void setAnonymousFlag(boolean anonymousFlag)
          setAnonymousFlag It sets the anonymous flag.
 void setCollabSpaceAuthorGroupLDAPDN(java.lang.String collabSpaceAuthorGroupLDAPDN)
          setCollabSpaceAuthorGroupLDAPDN It sets the collaborative workspace Author group LDAP DN
 void setCollabSpaceLDAPDN(java.lang.String collabSpaceLDAPDN)
          setCollabSpaceLDAPDN It sets the collaborative workspace LDAP DN
 void setCollabSpaceManagerGroupLDAPDN(java.lang.String collabSpaceManagerGroupLDAPDN)
          setCollabSpaceManagerGroupLDAPDN It sets the collaborative workspace Manager group LDAP DN
 void setCollabSpaceReaderGroupLDAPDN(java.lang.String collabSpaceReaderGroupLDAPDN)
          setCollabSpaceReaderGroupLDAPDN It sets the collaborative workspace Reader group LDAP DN
 void setCreatedForProcessID(java.lang.String bprocID)
          setCreatedForProcessID It sets the business process ID that is associated with the collaborative workspace
 void setCreatedForProcessType(java.lang.String bprocType)
          setCreatedForProcessType It sets the business process type that is associated with the collaborative workspace
 void setCreationTimestamp(java.sql.Timestamp cspaceCreationTimestamp)
          setCreationTimestamp It sets the collaborative workspace creation timestamp
 void setCreatorDN(java.lang.String csCreatorDN)
          setCreatorDN It sets the collaborative workspace creator's DN
 void setCreatorEmail(java.lang.String csCreatorEmail)
          setCreatorEmail It sets the collaborative workspace creator's email address
 void setDescription(java.lang.String cspaceDesc)
          setDescription It sets the collaborative workspace description
 void setExportLink(java.lang.String exportLink)
          setExportLink It sets the collaborative workspace export URL
 void setID(java.lang.String Id)
          setID It sets the collaborative workspace ID
 void setImportLink(java.lang.String importLink)
          setImportLink It sets the import URL for the business data
 void setLDAPServer(java.lang.String LDAPServer)
          setLDAPServer It sets the collaborative workspace LDAP server
 void setName(java.lang.String collabSpaceName)
          setName It sets collaborative space name
 void setReturnLink(java.lang.String returnLink)
          setReturnLink It sets the return URL for the WCS in the collaborative workspace
 void setStatus(java.lang.String status)
          setStatus It sets the status of collaborative workspace
 void setTemplateName(java.lang.String templateName)
          setTemplateName It sets the template name for the collaborative workspace
 void setURL(java.lang.String cspaceURL)
          setURL It sets the collaborative workspace URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

CollabSpaceBean

public CollabSpaceBean()
CollabSpaceObj constructor comment.
Method Detail

getAccountID

public java.lang.String getAccountID()
getAccountID It gets account ID that the collaborative workspace is associated with
Returns:
java.lang.String

getACLAuthorGroupMembers

public java.util.Vector getACLAuthorGroupMembers()
getACLAuthorGroupMembers It gets the list of collaborative workspace Author group members
Returns:
java.lang.Vector A list of java.lang.String

getACLAuthorGroupName

public java.lang.String getACLAuthorGroupName()
getACLAuthorGroupName It gets the name of the collaborative workspace Author group
Returns:
java.lang.String

getACLManagerGroupMembers

public java.util.Vector getACLManagerGroupMembers()
getACLManagerGroupMembers It gets the list of collaborative workspace Manager group members
Returns:
java.lang.Vector A list of java.lang.String

getACLManagerGroupName

public java.lang.String getACLManagerGroupName()
getACLManagerGroupName It gets the name of the collaborative workspace Manager group
Returns:
java.lang.String

getACLReaderGroupMembers

public java.util.Vector getACLReaderGroupMembers()
getACLReaderGroupMembers It gets the list of collaborative workspace Reader group members
Returns:
java.lang.Vector A list of java.lang.String

getACLReaderGroupName

public java.lang.String getACLReaderGroupName()
getACLReaderGroupName It gets the name of the collaborative workspace Reader group
Returns:
java.lang.String

getAnonymousFlag

public boolean getAnonymousFlag()
getAnonymousFlag True if it is anonymous, false otherwise
Returns:
boolean

getCollabSpaceAuthorGroupLDAPDN

public java.lang.String getCollabSpaceAuthorGroupLDAPDN()
getCollabSpaceAuthorGroupLDAPDN It gets the collaborative workspace Author group LDAP DN
Returns:
java.lang.String

getCollabSpaceLDAPDN

public java.lang.String getCollabSpaceLDAPDN()
getCollabSpaceLDAPDN It gets the LDAP DN for the collaborative workspace
Returns:
java.lang.String

getCollabSpaceManagerGroupLDAPDN

public java.lang.String getCollabSpaceManagerGroupLDAPDN()
getCollabSpaceManagerGroupLDAPDN It gets the collaborative workspace Manager group LDAP DN
Returns:
java.lang.String

getCollabSpaceReaderGroupLDAPDN

public java.lang.String getCollabSpaceReaderGroupLDAPDN()
getCollabSpaceReaderGroupLDAPDN It gets the collaborative workspace Reader group LDAP DN
Returns:
java.lang.String

getCreatedForProcessID

public java.lang.String getCreatedForProcessID()
getCreatedForProcessID It gets the business process ID that is associated with the collaorative workspace
Returns:
java.lang.String

getCreatedForProcessType

public java.lang.String getCreatedForProcessType()
getCreatedForProcessType It gets the business process type that is associated with the collaborative workspace
Returns:
java.lang.String

getCreationTimestamp

public java.sql.Timestamp getCreationTimestamp()
getCreationTimestamp It gets the collaborative workspace creation timestamp
Returns:
java.sql.Timestamp

getCreatorDN

public java.lang.String getCreatorDN()
getCreatorDN It gets the LDAP DN of the collabSpace creator
Returns:
java.lang.String

getCreatorEmail

public java.lang.String getCreatorEmail()
getCreatorEmail It gets the creator's email address
Returns:
java.lang.String

getDescription

public java.lang.String getDescription()
getDescription It gets the collaborative workspace description
Returns:
java.lang.String

getExportLink

public java.lang.String getExportLink()
getExportLink It gets the export URL for exporting collaborative workspace info to other application
Returns:
java.lang.String

getID

public java.lang.String getID()
getID It gets collaborative workspace ID
Returns:
java.lang.String

getImportLink

public java.lang.String getImportLink()
getImportLink It gets the import URL for importing business data into the collaborative workspace
Returns:
java.lang.String

getLDAPServer

public java.lang.String getLDAPServer()
getLDAPServer It gets the LDAP server
Returns:
java.lang.String

getName

public java.lang.String getName()
getName It gets the collaborative workspace name
Returns:
java.lang.String

getReturnLink

public java.lang.String getReturnLink()
getReturnLink It gets the return URL link to the WCS application
Returns:
java.lang.String

getStatus

public java.lang.String getStatus()
getStatus It gets the status of the collaborative workspace
Returns:
java.lang.String

getTemplateName

public java.lang.String getTemplateName()
getTemplateName It gets name of the template for the collaborative workspace
Returns:
java.lang.String

getURL

public java.lang.String getURL()
getURL It gets the URL of the collaborative workspace
Returns:
java.lang.String

main

public static void main(java.lang.String[] args)

setAccountID

public void setAccountID(java.lang.String accountId)
setAccountID It sets account ID
Returns:
java.lang.String

setACLAuthorGroupMembers

public void setACLAuthorGroupMembers(java.util.Vector cspaceAuthorACLGroupMembers)
setACLAuthorGroupMembers It sets the collaborative workspace Author group members. The full DN of each member should be passed.
Parameters:
cspaceAuthorACLGroupMembers - java.lang.Vector A list of java.lang.String

setACLAuthorGroupName

public void setACLAuthorGroupName(java.lang.String cspaceAuthorACLGroupName)
setACLAuthorGroupName It sets the collaborative workspace Author group name
Parameters:
cspaceAuthorACLGroupName - java.lang.String

setACLManagerGroupMembers

public void setACLManagerGroupMembers(java.util.Vector cspaceManagerACLGroupMembers)
setACLManagerGroupMembers It sets the collaborative workspace Manager group members. The full DN of each member should be passed.
Parameters:
cspaceManagerACLGroupMembers - java.lang.Vector A list of java.lang.String

setACLManagerGroupName

public void setACLManagerGroupName(java.lang.String cspaceManagerACLGroupName)
setACLManagerGroupName It sets the collabSpaceManager group name
Parameters:
cspaceManagerACLGroupName - java.lang.String

setACLReaderGroupMembers

public void setACLReaderGroupMembers(java.util.Vector cspaceReaderACLGroupMembers)
setACLReaderGroupMembers It sets the collaborative workspace Reader group members. The full DN of each member should be passed.
Parameters:
cspaceReaderACLGroupMembers - java.lang.Vector A list of java.lang.String

setACLReaderGroupName

public void setACLReaderGroupName(java.lang.String cspaceReaderACLGroupName)
setACLReaderGroupName It sets the collaborative workspace Reader group name
Parameters:
cspaceReaderACLGroupName - java.lang.String

setAnonymousFlag

public void setAnonymousFlag(boolean anonymousFlag)
setAnonymousFlag It sets the anonymous flag.
Parameters:
anonymousFlag - boolean

setCollabSpaceAuthorGroupLDAPDN

public void setCollabSpaceAuthorGroupLDAPDN(java.lang.String collabSpaceAuthorGroupLDAPDN)
setCollabSpaceAuthorGroupLDAPDN It sets the collaborative workspace Author group LDAP DN
Parameters:
collabSpaceAuthorGroupLDAPDN - java.lang.String

setCollabSpaceLDAPDN

public void setCollabSpaceLDAPDN(java.lang.String collabSpaceLDAPDN)
setCollabSpaceLDAPDN It sets the collaborative workspace LDAP DN
Parameters:
collabSpaceLDAPDN - java.lang.String

setCollabSpaceManagerGroupLDAPDN

public void setCollabSpaceManagerGroupLDAPDN(java.lang.String collabSpaceManagerGroupLDAPDN)
setCollabSpaceManagerGroupLDAPDN It sets the collaborative workspace Manager group LDAP DN
Parameters:
collabSpaceManagerGroupLDAPDN - java.lang.String

setCollabSpaceReaderGroupLDAPDN

public void setCollabSpaceReaderGroupLDAPDN(java.lang.String collabSpaceReaderGroupLDAPDN)
setCollabSpaceReaderGroupLDAPDN It sets the collaborative workspace Reader group LDAP DN
Parameters:
collabSpaceReaderGroupLDAPDN - java.lang.String

setCreatedForProcessID

public void setCreatedForProcessID(java.lang.String bprocID)
setCreatedForProcessID It sets the business process ID that is associated with the collaborative workspace
Parameters:
bprocID - java.lang.String

setCreatedForProcessType

public void setCreatedForProcessType(java.lang.String bprocType)
setCreatedForProcessType It sets the business process type that is associated with the collaborative workspace
Parameters:
bprocType - java.lang.String

setCreationTimestamp

public void setCreationTimestamp(java.sql.Timestamp cspaceCreationTimestamp)
setCreationTimestamp It sets the collaborative workspace creation timestamp
Parameters:
cspaceCreationTimestamp - java.sql.Timestamp

setCreatorDN

public void setCreatorDN(java.lang.String csCreatorDN)
setCreatorDN It sets the collaborative workspace creator's DN
Parameters:
csCreatorDN - java.lang.String

setCreatorEmail

public void setCreatorEmail(java.lang.String csCreatorEmail)
setCreatorEmail It sets the collaborative workspace creator's email address
Parameters:
csCreatorEmail - java.lang.String

setDescription

public void setDescription(java.lang.String cspaceDesc)
setDescription It sets the collaborative workspace description
Parameters:
cspaceDesc - java.lang.String

setExportLink

public void setExportLink(java.lang.String exportLink)
setExportLink It sets the collaborative workspace export URL
Parameters:
exportLink - java.lang.String

setID

public void setID(java.lang.String Id)
setID It sets the collaborative workspace ID
Parameters:
Id - java.lang.String

setImportLink

public void setImportLink(java.lang.String importLink)
setImportLink It sets the import URL for the business data
Parameters:
importLink - java.lang.String

setLDAPServer

public void setLDAPServer(java.lang.String LDAPServer)
setLDAPServer It sets the collaborative workspace LDAP server
Parameters:
LDAPServer - java.lang.String

setName

public void setName(java.lang.String collabSpaceName)
setName It sets collaborative space name

setReturnLink

public void setReturnLink(java.lang.String returnLink)
setReturnLink It sets the return URL for the WCS in the collaborative workspace
Parameters:
returnLink - java.lang.String

setStatus

public void setStatus(java.lang.String status)
setStatus It sets the status of collaborative workspace
Parameters:
status - java.lang.String Status could be active, closed, deteleted or archived

setTemplateName

public void setTemplateName(java.lang.String templateName)
setTemplateName It sets the template name for the collaborative workspace
Parameters:
templateName - java.lang.String

setURL

public void setURL(java.lang.String cspaceURL)
setURL It sets the collaborative workspace URL
Parameters:
cspaceURL - java.lang.String