public class CRMBOCollaborationCommunityBean extends CRMBO
| Constructor and Description |
|---|
CRMBOCollaborationCommunityBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.crm.dataobject.networkmanagement.CollaborationCommunity |
changeCollaborationScope(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity)
Changes the community collaboration profile scope.
|
com.crm.dataobject.networkmanagement.CommunityCollaborationScope |
getCollaborationScope(java.util.Set<com.crm.dataobject.networkmanagement.CRMDOCollaborationCommunity> collaborationCommunitySet)
Retrieves a community collaboration scope.
|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a community collaboration.
|
com.crm.dataobject.networkmanagement.CollaborationCommunity |
initialiseCollaborationCommunity(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity)
Initializes a community collaboration profile.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.networkmanagement.CRMDOCommunity community)
Loads a list of community collaborations based on a community.
|
void |
setCollaborationCommunity(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity,
com.crm.dataobject.networkmanagement.CommunityCollaborationScope scope)
Sets the community collaboration based on a scope.
|
void |
validateCollaborationCommunityForm(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity)
Validates a community collaboration profile.
|
construct, construct, construct, construct, construct, construct, construct, construct, createAndUpdate, delete, delete, delete, getDOName, getDOName, getNextSequenceNumber, getNextSequenceNumber, getNumberScheme, load, load, load, load, load, load, load, load, loadAll, loadAll, loadAll, parseAssociations, save, save, save, saveCRMDOCollection, saveImages, setMandatoryFields, setNumberScheme, validateAndDelete, validateAndSave, validateAndSave, validateAndSave, validateOnDelete, validateOnDelete, validateOnDelete, validateOnSave, validateOnSave, validateOnSavedispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContextpublic CRMBOCollaborationCommunityBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations in class CRMBOpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.networkmanagement.CRMDOCommunity community)
throws java.lang.Exception
community - - the community to load the community collaborations forjava.lang.Exceptionpublic void validateCollaborationCommunityForm(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity)
throws java.lang.Exception,
com.crm.exception.AtLeastOneRecordException
collaborationCommunity - - the community collaboration profile to validatejava.lang.Exceptioncom.crm.exception.AtLeastOneRecordExceptionpublic com.crm.dataobject.networkmanagement.CommunityCollaborationScope getCollaborationScope(java.util.Set<com.crm.dataobject.networkmanagement.CRMDOCollaborationCommunity> collaborationCommunitySet)
throws java.lang.Exception
collaborationCommunitySet - - a set of community collaborationsjava.lang.Exceptionpublic com.crm.dataobject.networkmanagement.CollaborationCommunity changeCollaborationScope(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity)
throws java.lang.Exception
collaborationCommunity - - the community collaboration profile to updatejava.lang.Exceptionpublic void setCollaborationCommunity(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity,
com.crm.dataobject.networkmanagement.CommunityCollaborationScope scope)
collaborationCommunity - - the community collaboration profile to updatescope - - the scope to setpublic com.crm.dataobject.networkmanagement.CollaborationCommunity initialiseCollaborationCommunity(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity)
throws java.lang.Exception
collaborationCommunity - - the community collaboration profile to initializejava.lang.Exception