public class CommunicationCentreDefinitionXMLUtilBean extends CRMBase
Constructor and Description |
---|
CommunicationCentreDefinitionXMLUtilBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
allowedActionToXMLString(java.util.ArrayList<com.crm.dataobject.communicationcentre.CommunicationCentreAllowedAction> communicationCentreAllowedActions)
Sets the text values of the communication centre allowed actions.
|
java.lang.String |
ctiSettingsToXMLString(com.crm.dataobject.communicationcentre.CommunicationCentreCTISetting ctiSettings) |
java.util.ArrayList<com.crm.dataobject.communicationcentre.CommunicationCentreAllowedAction> |
loadAllowedActionsFromXml(java.lang.String allowedActionsXML)
Returns the allowed actions from the communication centre allowed actions xml file.
|
com.crm.dataobject.communicationcentre.CommunicationCentreCTISetting |
loadCTISettingsFromXml(java.lang.String ctiSettingsXML) |
com.crm.dataobject.communicationcentre.CommunicationCentreSearchSettings |
loadSearchSettingsFromXml(java.lang.String searchSettingsXML)
Loads the communication centre settings from an xml file.
|
java.lang.String |
searchSettingsToXMLString(com.crm.dataobject.communicationcentre.CommunicationCentreSearchSettings communicationCentreSearchSettings)
Sets the text values of the communication centre search settings.
|
dispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CommunicationCentreDefinitionXMLUtilBean()
public com.crm.dataobject.communicationcentre.CommunicationCentreSearchSettings loadSearchSettingsFromXml(java.lang.String searchSettingsXML) throws java.lang.Exception
searchSettingsXML
- - the xml file to load the communication settings fromjava.lang.Exception
public java.lang.String searchSettingsToXMLString(com.crm.dataobject.communicationcentre.CommunicationCentreSearchSettings communicationCentreSearchSettings) throws java.lang.Exception
communicationCentreSearchSettings
- - the communication centre search settings to set the text values tojava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.communicationcentre.CommunicationCentreAllowedAction> loadAllowedActionsFromXml(java.lang.String allowedActionsXML) throws java.lang.Exception
allowedActionsXML
- - the allowed actions xml file to load the allowed actions fromjava.lang.Exception
public java.lang.String allowedActionToXMLString(java.util.ArrayList<com.crm.dataobject.communicationcentre.CommunicationCentreAllowedAction> communicationCentreAllowedActions) throws java.lang.Exception
communicationCentreAllowedActions
- - the communication centre allowed actions to set the text values forjava.lang.Exception
public java.lang.String ctiSettingsToXMLString(com.crm.dataobject.communicationcentre.CommunicationCentreCTISetting ctiSettings) throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.communicationcentre.CommunicationCentreCTISetting loadCTISettingsFromXml(java.lang.String ctiSettingsXML) throws java.lang.Exception
java.lang.Exception