public class CRMBOEventBasedCommunicationRuleBean extends CRMBO
Constructor and Description |
---|
CRMBOEventBasedCommunicationRuleBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.communications.CRMDOCommunication |
copyEmailCommunicationTemplateFromRule(com.crm.dataobject.communications.CRMDOEventBasedCommunicationRule eventBasedCommunicationRule,
com.crm.dataobject.communications.CRMDOCommunication communication)
Copies the email communication template from the event-based communication rule into a communication.
|
com.crm.dataobject.communications.CRMDOCommunication |
copySmsCommunicationTemplateFromRule(com.crm.dataobject.communications.CRMDOEventBasedCommunicationRule eventBasedCommunicationRule,
com.crm.dataobject.communications.CRMDOCommunication communication)
Copies the SMS communication template from the event-based communication rule into a communication.
|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of an event-based communication definition.
|
java.lang.String |
getEntityTags(com.crm.dataobject.communications.CRMDOEventBasedCommunicationRule eventBasedCommunicationRule) |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadByEntity(java.lang.String entityName,
java.util.ArrayList<java.lang.String> associations)
Loads a list of event-based communication rules by an entity name.
|
construct, construct, construct, construct, construct, construct, construct, construct, construct, createAndUpdate, delete, delete, delete, getDOName, getDOName, getNextSequenceNumber, getNextSequenceNumber, getNumberScheme, isAssignable, load, load, load, load, load, load, load, load, load, load, load, load, load, load, loadAll, loadAll, loadAll, loadAllEntityStatusDO, loadAllEntityStatusDO, loadDataObject, loadDataObject, loadDataObject, loadDataObjects, loadDataObjects, loadEntityCategoryDO, loadEntityCategoryDO, loadEntityDO, loadEntityDO, loadEntityStatusDO, loadEntityStatusDO, parseAssociations, parseAssociations, parseAssociations, save, save, save, saveCRMDOCollection, saveImages, setMandatoryFields, setNumberScheme, validateAndDelete, validateAndSave, validateAndSave, validateAndSave, validateApprovalRequestEntity, validateFormatSettings, validateFormatSettings, validateOnDelete, validateOnDelete, validateOnDelete, validateOnSave, validateOnSave, validateOnSave
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMBOEventBasedCommunicationRuleBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadByEntity(java.lang.String entityName, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
entityName
- - the entity name to load the event-based communication rules forassociations
- - a list of associated data objectsjava.lang.Exception
public com.crm.dataobject.communications.CRMDOCommunication copyEmailCommunicationTemplateFromRule(com.crm.dataobject.communications.CRMDOEventBasedCommunicationRule eventBasedCommunicationRule, com.crm.dataobject.communications.CRMDOCommunication communication) throws java.lang.Exception
eventBasedCommunicationRule
- - the event-based communication rule to copy the information fromcommunication
- - the communication to copy the template attributesjava.lang.Exception
public com.crm.dataobject.communications.CRMDOCommunication copySmsCommunicationTemplateFromRule(com.crm.dataobject.communications.CRMDOEventBasedCommunicationRule eventBasedCommunicationRule, com.crm.dataobject.communications.CRMDOCommunication communication) throws java.lang.Exception
eventBasedCommunicationRule
- - the event-based communication rule to copy the information fromcommunication
- - the communication to copy the template attributesjava.lang.Exception
public java.lang.String getEntityTags(com.crm.dataobject.communications.CRMDOEventBasedCommunicationRule eventBasedCommunicationRule) throws java.lang.Exception
java.lang.Exception