public class NotificationProcessRunDefinitionXMLUtilBean extends ProcessRunDefinitionXMLUtilBean
| Constructor and Description |
|---|
NotificationProcessRunDefinitionXMLUtilBean() |
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.dom.DOMElement |
constructNotificationTypeXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType) |
com.crm.dataobject.notifications.NotificationRunDefinition |
constructXML(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition) |
com.crm.dataobject.notifications.NotificationRunDefinition |
initialize(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition) |
com.crm.dataobject.notifications.NotificationRunDefinition |
loadActionInputsFromXML(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition) |
com.crm.dataobject.notifications.NotificationRunDefinition |
loadFromXML(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition) |
com.crm.dataobject.notifications.CRMDONotificationType |
loadNotificationType(java.lang.String xmlString) |
constructAccountClassificationXML, constructAccountReceivableBalancesXML, constructAccountReceivableOutstandingAmountsXML, constructBehaviorCodeCriteriaXML, constructBillingFrequenciesXML, constructBillingTermSchemeXML, constructBindingPeriodsXML, constructBindingStatesXML, constructCreditRatingCodesXML, constructExcludeInSegmentXML, constructIncludeInSegmentXML, constructNotificationOutstandingAmountsXML, constructNotifiedPreviouslyXML, constructNotNotifiedPreviouslyXML, constructPricePlanXML, constructSubscriptionTypeXML, constructWalletBalancesXML, constructWalletEstimatedConsumptionDaysXML, constructWalletProductEstimatedConsumptionDaysXML, initializeExcludedInSegment, initializeIncludedInSegment, initializeNotifiedPreviously, initializeNotNotifiedPreviously, loadAccountClassifications, loadAccountReceivableBalances, loadAccountReceivableOutstandingAmounts, loadBehaviorCodeCriteria, loadBillingFrequencies, loadBillingTermSchemes, loadBindingPeriods, loadBindingStates, loadCreditRatingCodes, loadExcludedInSegment, loadIncludedInSegment, loadNotificationOutstandingAmounts, loadNotifiedPreviously, loadNotNotifiedPreviously, loadPricePlans, loadScheduleSettings, loadSubscriptionTypes, loadWalletBalances, loadWalletEstimatedConsumptionDays, loadWalletProductEstimatedConsumptionDays, setBindingPeriod, setFrequencydispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContextpublic NotificationProcessRunDefinitionXMLUtilBean()
public com.crm.dataobject.notifications.NotificationRunDefinition initialize(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.notifications.NotificationRunDefinition loadFromXML(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.notifications.NotificationRunDefinition loadActionInputsFromXML(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.notifications.NotificationRunDefinition constructXML(com.crm.dataobject.notifications.NotificationRunDefinition notificationRunDefinition)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.notifications.CRMDONotificationType loadNotificationType(java.lang.String xmlString)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException,
java.lang.Exception
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionjava.lang.Exceptionpublic org.dom4j.dom.DOMElement constructNotificationTypeXML(com.crm.dataobject.notifications.CRMDONotificationType notificationType)