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, validateOnSave
dispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMBOCollaborationCommunityBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public 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.Exception
public void validateCollaborationCommunityForm(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity) throws java.lang.Exception, com.crm.exception.AtLeastOneRecordException
collaborationCommunity
- - the community collaboration profile to validatejava.lang.Exception
com.crm.exception.AtLeastOneRecordException
public 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.Exception
public com.crm.dataobject.networkmanagement.CollaborationCommunity changeCollaborationScope(com.crm.dataobject.networkmanagement.CollaborationCommunity collaborationCommunity) throws java.lang.Exception
collaborationCommunity
- - the community collaboration profile to updatejava.lang.Exception
public 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